/*
Theme Name: Diplomos
.
.
*/

html{
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
    display: block;
}

audio,
canvas,
progress,
video{
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]){
    display: none;
    height: 0;
}

[hidden],
template{
    display: none;
}

a{
    background-color: transparent;
}

a:active,
a:hover{
    outline: 0;
}

abbr[title]{
    border-bottom: 1px dotted;
}

b,
strong{
    font-weight: bold;
}

dfn{
    font-style: italic;
}

h1{
    font-size: 2em;
    margin: .67em 0;
/*padding-bottom: 15px;
background-image: url("img/components/title-border.png");*/
background-repeat: repeat-x;
background-position: bottom left;
}

mark{
    background: #ff0;
    color: #000;
}

small{
    font-size: 80%;
}

sub,
sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup{
    top: -.5em;
}

sub{
    bottom: -.25em;
}

img{
    border: 0;
}

svg:not(:root){
    overflow: hidden;
}

figure{
    margin: 1em 40px;
}

hr{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre{
    overflow: auto;
}

code,
kbd,
pre,
samp{
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea{
    color: inherit;
    font: inherit;
    margin: 0;
}

button{
    overflow: visible;
}

button,
select{
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled]{
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
    border: 0;
    padding: 0;
}

input{
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"]{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
    height: auto;
}

input[type="search"]{
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
}

fieldset{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend{
    border: 0;
    padding: 0;
}

textarea{
    overflow: auto;
}

optgroup{
    font-weight: bold;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th{
    padding: 0;
}

@-ms-viewport{
    width: device-width;
}

.visible-xs{
    display: none !important;
}

.visible-sm{
    display: none !important;
}

.visible-md{
    display: none !important;
}

.visible-lg{
    display: none !important;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

.owl-carousel,
.owl-carousel .owl-item{
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel{
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage{
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item{
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img{
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled{
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded{
    display: block;
}

.owl-carousel.owl-loading{
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden{
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item{
    display: none;
}

.owl-carousel.owl-drag .owl-item{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab{
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl{
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item{
    float: right;
}

.no-js .owl-carousel{
    display: block;
}

.owl-carousel .animated{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in{
    z-index: 0;
}

.owl-carousel .owl-animated-out{
    z-index: 1;
}

.owl-carousel .fadeOut{
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-height{
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy{
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper{
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon{
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover{
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn{
    display: none;
}

.owl-carousel .owl-video-tn{
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame{
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*base-style*/

.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}

.clearfix:after{
    clear: both;
}

.hide{
    display: none;
}

.show{
    display: block;
}

.invisible{
    visibility: hidden;
}

.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

button,
input,
select,
textarea{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: black;
    font-weight: 600;
    text-align: center;
	line-height:1.6;
}

h1{
    font-size: 26px;
    margin-top: 10px;
	font-weight:600;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 16px;
}

h4{
    font-size: 16px;
}

h5{
    font-size: 14px;
}

h6{
    font-size: 12px;
}

a{
    text-decoration: none;
    color: #0093ba;
    -webkit-transition: color .3s;
    transition: color .3s;
    outline: none;
}

a:hover{
    text-decoration: none;
}

img{
    vertical-align: middle;
}

p a{
    text-decoration: underline;
}

html{
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:after,
*:before{
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body{
    font-size: 15px;
    min-width: 320px;
    position: relative;
    font-family: Tahoma, Helvetica, sans-serif;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
    line-height: 1;
}

.layout-container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.layout-container:before,
.layout-container:after{
    content: " ";
    display: table;
}

.layout-container:after{
    clear: both;
}

.layout-container_flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*main-menu*/

.main-menu-row{
    background-color: #000;
    -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
padding-bottom: 5px;
}

.main-menu-row__content{
    position: relative;
    min-height: 42px;
    padding: 9px 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-menu{
    float: left;
    padding-top: 2px;
}

.main-menu_open{
    left: 0 !important;
}

.main-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-menu > ul{
    display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-menu > ul > li{
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
	position: relative;
}

.main-menu > ul > li:hover .sub-menu{
    display: block;
}

.main-menu > ul > li:first-child a{
    font-size: 0;
    width: 17px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    transition: none;
    position: relative;
}

.main-menu > ul > li:first-child a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/sprite/sprite.png);
    background-position: -151px -85px;
    width: 17px;
    height: 14px;
}

.main-menu > ul > li:first-child a:hover:after{
    background-image: url(img/sprite/sprite.png);
    background-position: -151px -109px;
    width: 17px;
    height: 14px;
}

.main-menu > ul > li:last-child{
    margin-right: 0;
}

.main-menu > ul > li.current-menu-item:first-child a:after{
    background-image: url(img/sprite/sprite.png);
    background-position: -151px -109px;
    width: 17px;
    height: 14px;
}

.main-menu > ul > li.current-menu-item a{
    color: #0df;
}

.main-menu .sub-menu{
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #000;
    -webkit-box-shadow: 1px 1.7px 5px rgb(0 0 0 / 25%);
    box-shadow: 1px 1.7px 5px rgb(0 0 0 / 25%);
	z-index: 1;
	white-space: nowrap;
	display: none;
	padding-top: 15px;
}

.main-menu .sub-menu li a{
	padding: 15px 15px 15px 15px;
	border-top: 1px solid #fff;
	display: block;
	text-decoration: none;
}

.main-menu__more > a{
    padding: 6px 17px 9px;
    background-color: #2acae2;
    display: block;
    text-decoration: none !important;
    border-radius: 15px;
}

.main-menu__more > a:hover{
    color: #fff !important;
}

.main-menu a.open + .sub-menu{
	display: block !important;
}

.main-menu a{
    color: #fff;
    font-size: 1.1em;
    text-decoration: underline;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.main-menu a:hover{
    color: #0df;
    text-decoration: none;
}

.menu-btn{
    float: left;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    cursor: pointer;
    display: none;
    padding-top: 2px;
    padding-left: 15px;
}

.menu-btn i{
    background-image: url(img/sprite/sprite.png);
    background-position: -180px -121px;
    width: 25px;
    height: 22px;
    display: inline-block;
    margin: 4px 5px 0;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.main-menu li.current-page-ancestor a{
    color: #0df;
}

.top-search{
    float: right;
	flex-shrink: 0;
}

.search-form{
    text-align: right;
}

.search-form input[type="text"]{
    width: 140px;
    height: 30px;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: inset .5px .9px 1px rgba(0, 0, 0, .75);
    box-shadow: inset .5px .9px 1px rgba(0, 0, 0, .75);
    padding: 0 5px 0 6px;
    position: relative;
    right: -6px;
    font-size: 14px;
}

.search-form input[type="text"]:focus{
    -webkit-box-shadow: inset 0 0 1px 0 rgba(134, 134, 134, .75);
    box-shadow: inset 0 0 1px 0 rgba(134, 134, 134, .75);
}

.search-form input[type="submit"]{
width: 45px;
width: 55px;
height: 30px;
background-color: #2acae2;
-webkit-box-shadow: inset -.5px .9px 1px rgba(0, 0, 0, .75);
box-shadow: inset -.5px .9px 1px rgba(0, 0, 0, .75);
border: none;
-webkit-transition: background-color .3s;
transition: background-color .3s;
color: #fffefe;
font-size: 12px;
position: relative;
border-radius: 0px 15px 15px 0px;
}

.search-form input[type="submit"]:hover{
    background-color: #52ceff;
}

.search-form input[type="submit"]:active{
    background-color: #2eaae0;
}

/*main-menu-END*/

/*top-row*/

.logo{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-left: 24%;
}

.logo span{
    color: #010101;
    font-size: 14px;
    margin-top: -13px;
    display: block;
}

.logo > a{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

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

.btn-empty{
    border: 1px solid #23c8e1;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .23);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .23);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    font-size: 14px;
background-color:#23c8e1;
border-radius: 5px;
}

.btn-empty:active{
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.btn-empty:hover{
    color: #23c8e1;
    background-color: #fff;
}

.btn,
.uni-form input[type="submit"]{
    letter-spacing: normal;
    width: 230px;
    height: 40px;
    background-color: #33caea;
    -webkit-border-radius: 5px;
    border-radius: 5px;
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    font-size: 16px;
}

.btn:active,
.uni-form input[type="submit"]:active{
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92);
}

.btn:hover,
.uni-form input[type="submit"]:hover{
    background-color: #6ee2f3;
}

.top-row{
    margin-bottom: 16px;
}

.top-row .layout-container{
    min-height: 112px;
    padding-top: 35px;
    padding-bottom: 8px;
}

.header-btns{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.header-btns__link{
    color: #01b1cb;
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
}

.header-btns__btn{
    *width: 145px;
    *height: 28px;
}

.calc-btn{
	padding:10px;
	text-align:center;
	background:#da251d;
	border:1px solid #cb594c;
	width:170px;
}

.header-btns__btn:first-child{
    margin-bottom: 8px;
}

.header-link{
    font-size: 16px;
    line-height: 14px;
    color: #23c8e1;
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px dotted #23c8e1;
    padding-bottom: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header-link:hover{
    color: #c32e00;
    border-bottom: 2px dotted #c32e00;
}

.header-phone{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 41.66667%;
}

.header-phone__num{
    height: 13px;
    color: #181616;
    font-size: 16px;
    line-height: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
    position: relative;
}

.header-phone__num:hover{
    color: #23c8e1;
}

.header-phone__num:before{
    content: "";
    position: absolute;
    top: 1px;
    left: -15px;
    background-image: url(img/sprite/sprite.png);
    background-position: 0 -250px;
    width: 10px;
    height: 13px;
}

.header-request__btn{
*width: 140px;
color: #fff;
font-size: 14px;
padding: 10px;
text-align: center;
background:#23c8e1;
}

.header-request__btn:hover{
    background-color: #fff;
}

.header-mail{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-left: 35px;
}

.header-mail .header-link{
    margin-bottom: 13px;
}

.header-mail__address{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #181616;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    margin-bottom: 14px;
}

.header-mail__address:hover{
    color: #23c8e1;
}

.header-mail__address:before{
    content: "";
    position: absolute;
    top: -4px;
    left: -21px;
    background-image: url(img/sprite/sprite.png);
    background-position: -180px -153px;
    width: 19px;
    height: 21px;
}

/*top-row-END*/

/*breadcrumbs*/

.breadcrumbs-wrap{
    background-color: #f6f6f6;
    border-top: 3px solid #23c8e1;
}

.breadcrumbs{
    font-size: 14px;
    clear: both;
    color: #069;
    text-align: center;
    padding: 4px 5px 6px 251px;
}

.breadcrumbs a{
    color: #01b1cb;
    text-decoration: underline;
}

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

.bc-wrap{
    max-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bc-wrap > span{
    margin: 0 5px;
    line-height: 22px;
    color: #414141;
}

.home .bc-wrap span{
    color: #01b1cb;
}

/*breadcrumbs-END*/

/*sidebar*/

.sidebar{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-right: 45px;
    margin-top: -182px;
}

.cat-list li.current-page-ancestor a{
    background-color: #c2e0e4;
}

.cat-list ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.cat-list ul li{
    position: relative;
}

.cat-list ul li.current-menu-item a{
    background-color: #CECECE;
}

.cat-list a{
    color: #000;
    font-size: 13px;
    text-shadow: 0 0 #000;
    font-weight: 400;
    line-height: 1;
    padding: 10px 5px 10px 16px;
    *max-height: 38px;
    display: block;
    -webkit-transition: none;
    transition: none;
    *background-image: url("img/components/list-bg.png");
    *background-repeat: repeat-x;
    *background-position: bottom left;
border-bottom: 1px dotted #bbb;
}

.cat-list a:hover{
    background-color: #c2e0e4;
}

.b-widget{
    margin-bottom: 8px;
    padding: 5px 10px 10px 7px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.b-widget__icon{
    display: inline-block;
    background-image: url(img/sprite/sprite.png);
    background-position: 0 -96px;
    width: 82px;
    height: 89px;
    margin-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 40%;
}

.b-widget__cont{
    float: right;
    width: 60%;
}

.b-widget a{
    margin-top: 10px;
}

.b-widget__title{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
    margin: 0;
    position: relative;
    text-align: left;
}

.sidebar-btn{
    width: 96px;
    height: 23px;
    background-color: #8f56a0;
    -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sidebar-btn:active{
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.sidebar-btn:hover{
    color: #fff;
    background-color: #a674b5;
}

.cat-btn{
    background-color: #cb594c;
    -webkit-box-shadow: .5px .9px 3px rgba(0, 0, 0, .75);
    box-shadow: .5px .9px 3px rgba(0, 0, 0, .75);
    border: none;
    height: 45px;
    font-size: 16px;
    color: #fff;
    padding-left: 16px;
    line-height: 16px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .26);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .26);
    overflow: hidden;
    display: none;
    margin: 0;
    width: 100%;
    text-align: left;
    outline: none;
    position: relative;
}

.cat-block{
    -webkit-box-shadow: 3px 2px 5px rgba(72, 72, 72, .35);
    box-shadow: 3px 2px 5px rgba(72, 72, 72, .35);
    background-color: #f7f8f8;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-width: 1200px;
    margin-bottom: 8px;
}

.cat-block .widgettitle{
    text-align: left;
    height: 42px;
    background-color: #2acae2;
    border: 1px solid #2acae2;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    margin: 0;
}

.prof-list{
    background-color: #fdfdfd;
    padding-bottom: 12px;
}

.prof-list .widgettitle{
    height: 41px;
    background-color: #8f56a0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding-left: 16px;
    margin: 0 0 6px;
}

.prof-list .sidebar-btn{
    width: 110px;
    font-size: 12px;
    color: #fff;
    height: 26px;
    text-decoration: none;
    margin-left: 16px;
}

.prof-list li.current-menu-item a{
    color: #23c8e1;
}

.prof-list li.current-page-ancestor a{
    color: #23c8e1;
}

.prof-list ul{
    list-style-type: none;
    margin: 0;
    padding: 0 0 14px 16px;
	column-count:2;
}

.prof-list a{
    color: #010101;
    font-size: 0.85em;
font-size: 0.85em;
line-height: 1.8em;
display: block;
}

.prof-list a:hover{
    text-decoration: none;
	background:#c2e0e4;
}

/*sidebar-END*/

/*Sidebar slider*/

.reviews-carousel{
    margin-top: 8px;
    padding: 14px 5px 9px 12px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
}

.reviews-carousel .owl-prev{
    font-size: 0;
    width: 23px;
    height: 23px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #23c8e1;
    -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    vertical-align: middle;
    text-align: center;
    padding-top: 3px;
}

.reviews-carousel .owl-prev:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(img/sprite/sprite.png);
    background-position: -286px -25px;
    width: 8px;
    height: 15px;
}

.reviews-carousel .owl-next{
    font-size: 0;
    width: 23px;
    height: 23px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #23c8e1;
    -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    vertical-align: middle;
    text-align: center;
    padding-top: 4px;
}

.reviews-carousel .owl-next:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(img/sprite/sprite.png);
    background-position: -286px 0;
    width: 8px;
    height: 15px;
    position: relative;
    top: -1px;
    right: -2px;
}

.reviews-carousel .owl-nav{
    text-align: right;
    padding-right: 3px;
    position: relative;
    z-index: 0;
    padding-top: 6px;
}

.reviews-carousel p{
    font-size: 14px;
    line-height: 18px;
    color: #000;
    clear: both;
    margin-bottom: 0;
}

.reviews-carousel .owl-item{
    opacity: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
}

.reviews-carousel .owl-item.active{
    opacity: 1;
}

.reviews-carousel h2{
    color: #23c8e1;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    margin-top: 0;
    text-transform: uppercase;
}

.reviews-carousel h3{
    margin: 6px 0 4px;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 16px;
    color: #000;
    float: left;
    max-width: 192px;
    margin: 0 0 6px;
    position: relative;
}

.reviews-carousel h3:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(img/sprite/sprite.png);
    background-position: -106px -148px;
    width: 48px;
    height: 37px;
    margin-right: 4px;
}

.reviews__date{
    float: right;
    font-size: 10px;
    font-style: italic;
    line-height: 16px;
    margin: 10px 5px 6px;
}

.carousel{
    text-align: left;
}

.carousel__content{
    padding: 5px 10px 0 0;
}

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

.reviews__more{
    width: 110px;
    height: 25px;
    background-color: #23c8e1;
}

.reviews__more:hover{
    background-color: #50d3e7;
}

/*right-content*/

.right-content{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    position: relative;
    padding: 0;
}

.main-title h1{
    margin-bottom: 15px;
}

/*.title-border{
    padding-bottom: 10px;
    background-image: url("img/components/title-border.png");
    background-repeat: repeat-x;
    background-position: bottom left;
}*/

.title-border h1{
    margin-bottom: 0;
}

.bottom-info{
    padding-top: 6px;
}

.info{
    padding-top: 10px;
}

.info h2{
    margin-bottom: 12px;
}

.info p{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 24px;
    color: black;
    margin-bottom: 20px;
}

/*right-content-END*/

/*carousel*/

.pop-carousel{
    padding: 0 28px 8px 20px;
    text-align: center;
}

.pop-carousel h2{
    margin-top: 0;
    margin-bottom: 25px;
}

.pop-carousel .btn,
.pop-carousel .uni-form input[type="submit"],
.uni-form .pop-carousel input[type="submit"]{
    margin: 8px auto 0;
}

.pop-carousel .owl-item:hover{
    z-index: 2;
}

.pop-carousel .owl-item:hover .carousel__item{
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .8);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .8);
}

.pop-carousel .owl-prev{
    font-size: 0;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 4px;
    background-image: url(img/sprite/sprite.png);
    background-position: -106px -59px;
    width: 35px;
    height: 79px;
}

.pop-carousel .owl-next{
    font-size: 0;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 4px;
    background-image: url(img/sprite/sprite.png);
    background-position: -180px 0;
    width: 35px;
    height: 74px;
}

.carousel__item-body{
    max-width: 230px;
    margin: 0 auto;
}

.carousel__item{
    background-color: #fbfbfb;
    width: 95%;
    height: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 20px 6px 20px 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: -webkit-box-shadow .4s;
    transition: -webkit-box-shadow .4s;
    transition: box-shadow .4s;
    transition: box-shadow .4s, -webkit-box-shadow .4s;
    position: relative;
}

.carousel__item:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
   background-image: url(img/sprite/_sprite.png);
    background-position: 0 0;
    width: 96px;
    height: 86px;
    z-index: 3;
}

.carousel__img-link{
    display: block;
    overflow: hidden;
    height: 180px;
}

.carousel__img-link:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel__item img{
    width: auto !important;
    max-width: 90%;
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
    max-height: 90%;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    margin: 0 auto 5px;
}

.carousel__item-link a{
    color: #000;
    font-size: 1em;
    line-height: 1.2;
    text-decoration: none;
	*font-weight:600;
    margin-bottom: 7px;
	padding:10px;
}

.carousel__item-link:hover{
    text-decoration: none;
}

.carousel__sign{
    color: #df0054;
    font-size: 13px;
    line-height: 17px;
    margin-top: 7px;
}

.carousel__item-price{
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 13px;
}

.carousel__btn{
    width: 85px;
    height: 25px;
    background-color: #8f56a0;
    -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding-top: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
border-radius: 3px;
}

.carousel__btn:active{
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.carousel__btn:hover{
    color: #fff;
    background-color: #a674b5;
}

/*carousel-END*/

/* Help Info */

.help-info{
    padding-bottom: 10px;
    font-size: 0;
    letter-spacing: -.36em;
    margin-left: -4px;
    text-align: center;
}

.help-info h2{
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: normal;
}

.help-info__item{
    letter-spacing: normal;
    background-color: #fff;
    display: inline-block;
    margin: 3px 3px;
    min-height: 100px;
    padding: 12px 15px;
    text-align: center;
    vertical-align: top;
    width: 220px;
    font-size: 14px;
    line-height: 16px;
	border: 1px solid #23c8e1;
}

.help-info__btn{
    width: 108px;
    height: 27px;
    margin: 18px auto 0;
    background-color: #fff;
color:#23c8e1;
}

.help-info .btn,
.help-info .uni-form input[type="submit"],
.uni-form .help-info input[type="submit"]{
    margin: 25px auto 0;
}

/*why-we*/

.advantages{
    padding-top: 1px;
}

.advantages__items{
    font-size: 0;
    letter-spacing: -.36em;
    padding-top: 20px;
}

.advantages__item{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: normal;
    max-width: 430px;
    margin-right: 30px;
    padding-left: 56px;
    position: relative;
    margin-bottom: 8px;
}

.advantages__item:before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
}

.advantages__item:nth-child(1):before{
    background-image: url(img/sprite/sprite.png);
    background-position: -225px -61px;
    width: 51px;
    height: 51px;
}

.advantages__item:nth-child(2):before{
    background-image: url(img/sprite/sprite.png);
    background-position: -225px -122px;
    width: 51px;
    height: 47px;
}

.advantages__item:nth-child(3):before{
    background-image: url(img/sprite/sprite.png);
    background-position: -125px -195px;
    width: 51px;
    height: 29px;
}

.advantages__item:nth-child(4):before{
    background-image: url(img/sprite/sprite.png);
    background-position: 0 -195px;
    width: 56px;
    height: 45px;
}

.advantages__item:nth-child(5):before{
    background-image: url(img/sprite/sprite.png);
    background-position: -66px -195px;
    width: 49px;
    height: 43px;
}

.advantages__item:nth-child(6):before{
    background-image: url(img/sprite/sprite.png);
    background-position: -225px 0;
    width: 51px;
    height: 51px;
}

.advantages__item-title{
    font-size: 15px;
font-weight: 600;
line-height: 24px;
color: #000;
margin: 0;
text-align: left;
}

.advantages__item p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-top: 5px;
}

.advantages__item:nth-child(2n){
    margin-right: 0;
}

/* professions */

.professions__items{
    font-size: 0;
    letter-spacing: -.36em;
    text-align: center;
}

.professions__item{
    letter-spacing: normal;
    width: 140px;
    height: 190px;
    border: 1px solid #23c8e1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 3px;
}

.professions__item-footer{
    height: 65px;
    background-color: rgba(35, 200, 225, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 10px 15px;
}

.professions__item-footer:hover{
    background-color: rgba(143, 86, 160, .8);
}

.professions__item-footer:hover a{
    color: #fff;
}

.professions__item-footer a{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-decoration: underline;
}

.professions .btn,
.professions .uni-form input[type="submit"],
.uni-form .professions input[type="submit"]{
    margin: 0 auto;
    margin-top: 18px;
}

/*page*/

.page-content p{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
line-height: 1.6;
font-size: 1.025em;
color: #333;
letter-spacing: 0.1px;
}

.page-content li{
    position: relative;
    line-height: 22px;
color: #212121;
}

.page-content li a{
    text-decoration: underline;
}

.page-content li a:hover{
    text-decoration: none;
}

.page-content ol{
    padding-left: 60px;
}

.page-content ol li{
    padding-left: 8px;
    margin-bottom: 9px;
}

.page-content ul{
    padding-left: 60px;
    list-style-type: none;
}

.page-content ul li{
    position: relative;
    padding-left: 10px;
	padding-bottom:5px;
font-size: 0.9em;
color: #555;
}

.page-content ul li:before{
    content: "";
    position: absolute;
    top: 4px;
    left: -18px;
    background-image: url(img/sprite/sprite.png);
    background-position: -151px -59px;
    width: 16px;
    height: 16px;
}

.page_rev .form-block{
    background-image: url("img/components/title-border.png");
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 1px;
}

.page .form-block{
    margin-top: 30px;
    *background-image: url("img/components/title-border.png");
    *background-repeat: repeat-x;
    *background-position: top left;
    padding-top: 1px;
	background:#a1dee9
}

.form-block .uni-form{
	padding: 14px 20px 0px;
}

/*footer*/

.main-footer{
    color: #fff;
    background-color: #000;
    padding-bottom: 25px;
    position: relative;
   margin-top: 30px;
}

.main-footer__title{
    color: #23c8e1;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    margin-top: 0;
}

.main-footer .main-menu-row{
    padding-top: 3px;
    margin-bottom: 16px;
}

.main-footer .main-menu li{
    margin-right: 14px;
}

.main-footer .main-menu a{
    font-size: 12px;
}

.footer-bt-wrap .layout-container{
    padding-left: 35px;
}

.footer-contacts{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-contacts a{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
    display: inline-block;
    color: #fff;
}

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

.footer-contacts__phone{
    margin-right: 35px;
    position: relative;
    color: #23c8e1;
    font-size: 16px;
}

.footer-contacts__mail{
    margin-right: auto;
    color: #23c8e1;
    font-size: 16px;
    font-weight: 400;
}

.copy-wrap{
    color: #fff;
    font-size: 14px;
}

.copy-wrap .copy-cont{
    font-size: 14px;
    font-weight: 400;
    color: #23c8e1;
    text-decoration: underline;
}

.copy-wrap .copy-cont:hover{
    text-decoration: none;
}

/*footer-END*/

/*popup-form*/

.icon-up{
    background-image: url("img/sprite/sprite2.png");
    background-repeat: no-repeat;
    background-position: -202px -25px;
    display: inline-block;
    height: 11px;
    position: absolute;
    right: 16px;
    top: 39%;
    width: 38px;
}

.icon-down{
    background-image: url("img/sprite/sprite2.png");
    background-repeat: no-repeat;
    background-position: -114px -25px;
    display: inline-block;
    height: 11px;
    position: absolute;
    right: 16px;
    top: 39%;
    width: 38px;
}

.popup-form-wrap{
    width: 420px;
    margin: 0 auto;
    position: relative;
}

.popup-form-wrap input[type="submit"]{
    height: 50px;
}

select{
    font-size: 14px;
    padding-right: 25px;
    background: #fff url("img/components/select-icon.png") 100% 0 no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    -ms-appearance: none;
    appearance: none !important;
}

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

.req-decor{
    color: #f00;
}

.wpcf7-response-output{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.uni-form{
    position: relative;
    margin: 0 auto;
    background-color: #a1dee9;
    *-webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    *box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    padding: 14px 20px 0px;
}

.uni-form .ajax-loader{
    position: absolute;
    bottom: -3px;
    left: 20px;
}

.uni-form .wpcf7-response-output{
    position: relative;
    color: #000;
    margin-top: 5px !important;
}

.uni-form .wpcf7-not-valid-tip{
    max-width: 300px !important;
}

.uni-form p{
    margin: 0;
}

.uni-form h2{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
}

.uni-form label{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.uni-form label span{
    font-weight: bold;
}

.uni-form input[type="email"],
.uni-form input[type="tel"],
.uni-form input[type="text"],
.uni-form select,
.uni-form textarea{
    border: none;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
    background-color: #fff;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 10px;
    line-height: 17px;
    height: 40px;
	border-radius:3px;
}

.uni-form textarea{
    height: 83px;
    resize: none;
    padding: 5px 10px 10px;
    margin-bottom: 17px;
}

.uni-form input,
.uni-form select{
    height: 34px;
}

.uni-form input[type="submit"]{
    border: none;
    width: 100%;
    height: 44px;
    padding: 0;
    text-align: center;
    background-color: #ed1b24;
    font-size: 18px;
}

.uni-form input[type="submit"]:hover{
    background-color: #da5055;
}

.price-calc label{
	font-size:14px!important;
	line-height:18px!important;
}

.calc-param{
	font-weight:600;
	margin-bottom:10px;
}

.mfp-bg{
    opacity: .46;
}

button.mfp-close{
    font-size: 0;
    background-image: url(/wp-content/themes/diplomos/img/close.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    right: 5px;
    top: 5px;
    opacity: 1;
	border-radius:50%;
}

button.mfp-close:focus{
    top: 3px;
}

.mfp-image-holder .mfp-close{
    width: 26px;
}

/*popup-form-END*/

/*comments*/

.comment.thread-even{
    background-color: #f4fafb;
    padding-left: 90px;
    min-height: 100px;
    position: relative;
}

.comment.thread-even:before{
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 90px;
    height: 100%;
    background-image: url("img/components/page--rev-icon.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.comment.thread-odd{
    background-color: #fff;
    border: 1px solid #9ad6ed;
    padding-left: 90px;
    min-height: 100px;
    position: relative;
}

.comment.thread-odd:before{
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 90px;
    height: 100%;
    background-image: url("img/components/page--rev-icon.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.question-page ol,
.question-page ul{
    list-style-type: none;
    padding: 0;
    list-style-image: none;
}

.question-page .list{
    text-align: center;
}

.question-page__form form p{
    margin: 0;
}

.reviews-page ol,
.reviews-page ul{
    list-style-type: none;
    padding: 0;
    list-style-image: none;
}

.reviews-page .prof-list ul{
    padding: 0 0 14px 16px;
}

.reviews-page .list{
    text-align: center;
}

.reviews-page__form form p{
    margin: 0;
}

.comment-notes{
    display: none;
}

.comment em{
    color: #14cde9;
    display: block;
    text-indent: 20px;
}

.comment{
    background-color: transparent;
    margin: 6px 0;
    position: relative;
    text-align: left;
}

.comment > div{
    position: relative;
}

.children .comment > div:after{
    display: none;
}

.children .comment > div:after{
    content: none;
    display: none;
    background-color: transparent;
}

.children .comment-author-admin .comment-author{
    background-color: transparent;
    padding: 0;
}

.children .comment-author-admin .comment-author .comment-meta{
    display: none;
}

.children .comment{
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.comment .depth-1{
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.comment ul{
    padding: 0;
}

.commentlist li{
    list-style-type: none;
}

.comment .comment-author-admin{
    bottom: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    text-align: right;
    width: 100%;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.comment .comment-author-admin .comment-autor-link{
    display: none;
}

.comment .comment-author-admin > div{
    display: inline-block;
    max-width: 75%;
    min-width: 30%;
    padding: 0 15px 18px 17px;
    text-align: left;
    position: relative;
}

.comment .comment-author-admin > div .rating{
    display: none;
}

.comment .comment-author-admin p{
    margin-bottom: 0;
    font-size: 12px;
}

.comment cite{
    font-style: normal;
    line-height: 18px;
}

.comment .fn{
    line-height: 18px;
    color: #23c8e1;
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
    margin-top: 0;
}

.children .comment .fn{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.children .comment .fn:before{
    content: "Ответ ";
    color: #23c8e1;
}

.children .comment p{
    font-weight: normal;
    margin-top: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    *font-size: 16px;
    line-height: 22px;
}

.comment-meta{
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    color: black;
    font-size: 14px;
}

.comment-author{
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 14px 10px 18px 20px;
    position: relative;
}

.comment-author p{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
}

.m-form .crfp-field{
    display: block;
    left: 35px;
}

.m-form .star-rating-control{
    margin-bottom: 0;
    margin-left: 10px;
}

.rev-form{
    float: none;
    margin: 0 auto 42px;
    width: auto;
    max-width: 320px;
    padding-top: 12px;
}

.rev-form h3{
    margin: 0;
}

.rev-form-title{
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

/*rating*/

.crfp-average-rating{
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}

.crfp-rating{
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.rating{
    font-size: 12px;
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 8px;
    right: 20px;
    display: block;
}

.rating .crfp-rating{
    display: block;
    margin: 0 auto;
}

/*comment-navi*/

.wp-commentnavi{
    margin: 5px 0 30px;
    position: relative;
    text-align: center !important;
}

.wp-commentnavi .pages{
    display: none;
}

.wp-commentnavi span.current{
    background-color: #23c8e1;
    border: 1px solid #23c8e1;
    width: 30px;
    height: 30px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
    margin-right: 6px;
    padding-top: 3px;
}

.wp-commentnavi a.page{
    margin-right: 6px;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #23c8e1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 18px;
    color: #23c8e1;
    font-weight: 700;
    line-height: 22px;
    padding-top: 3px;
}

.wp-commentnavi a.page:hover{
    background-color: #23c8e1 !important;
    color: #fff !important;
}

.wp-commentnavi a{
    display: none;
}

/*reviews-num*/

.reviews-num{
    text-align: center;
    margin-bottom: 25px;
}

/*anchor*/

.anchor{
    color: #23c8e1;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
}

.anchor:hover{
    text-decoration: none;
}

/*comments-END*/

/*order-form*/

.form-title{
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    color: #000 !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

.order-form{
    margin-top: 15px;
    position: relative;
	margin-bottom: 30px;
}

.order-form:before{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /*background-image: url("img/components/zakaz-bg.png");*/
    background-position: right top;
    background-repeat: repeat-y;
    padding-right: 15px;
}

.order-form .wpcf7-response-output{
    top: -10px;
}

.order-form input[type="file"]{
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none;
}

.order-form .field{
    width: 223px;
    height: 25px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    *border: 1px dotted #626262;
    *-webkit-box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, .35);
    *box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, .35);
    margin-right: 7px;
margin-top:5px;
    font-size: 14px;
    color: #2e7b9f;
    padding: 3px 5px 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order-form .file-btn{
    width: 70px;
    height: 23px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cfcfcf));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #cfcfcf);
    background-image: linear-gradient(to bottom, #f2f2f2, #cfcfcf);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #707070;
    cursor: pointer;
    font-size: 13px;
}

.order-form .file-btn:hover{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #cfcfcf, #f2f2f2);
    background-image: linear-gradient(to bottom, #cfcfcf, #f2f2f2);
}

.order-form .years{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.order-form .years input{
    width: 113px !important;
}

.order-form .years > span{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    padding-top: 5px;
}

.order-form .years .year-entrance{
    display: block;
}

.order-form .years .year-ending{
    display: block;
}

.order-form__content{
    padding: 0 60px;
}

.order-form.uni-form{
    position: relative;
    max-width: 700px;
    padding: 0 30px;
    background-color: #e9e9e9;
    *border: 1px dotted #aaa;
    *-webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
    *box-shadow: 1px 1.7px 5px rgba(0, 0, 0, .25);
}

.order-form.uni-form label{
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    text-transform: none;
}

.order-form.uni-form input[type="email"],
.order-form.uni-form input[type="tel"],
.order-form.uni-form input[type="text"],
.order-form.uni-form select{
    width: 300px;
    height: 31px;
    background-color: #fff;
    *border: 1px dotted #626262;
    height: 40px;
   -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
margin-top:3px;
	border-radius:3px;
}

.order-form.uni-form input[type="email"]:focus,
.order-form.uni-form input[type="tel"]:focus,
.order-form.uni-form input[type="text"]:focus,
.order-form.uni-form select:focus{
    border: 2px solid #578fad;
}

.order-form.uni-form textarea{
    width: 300px;
    height: 86px;
    background-color: #fff;
}

.order-form.uni-form input[type="submit"]{
    width: 300px;
    height: 45px;
    display: block;
    font-size: 18px;
    background-color: #23c8e1;
}

.order-form.uni-form input[type="submit"]:hover{
    background-color: #6ee2f3;
}

.wpcf7-response-output{
    clear: both;
}

.form-left{
    float: left;
    padding-top: 31px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.form-right{
    float: right;
    padding-top: 32px;
    position: relative;
    z-index: 2;
    padding-bottom: 32px;
}

/*order-form-END*/

/* Form block */

.form-block{
    text-align: center;
    margin-right: 4px;
}

.form-block h2{
    margin-bottom: 12px;
    margin-top: 15px;
}

.form-block input{
    display: block;
}

.form-block input[type="submit"]{
    width: 230px;
    height: 40px;
    margin: 13px auto 7px;
    font-size: 16px;
}

.form-block p{
    width: 32%;
    margin-right: 1.35%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.form-block p:nth-child(4){
    margin-right: 0;
}

.form-block p:last-child{
    width: 100%;
}

@media (min-width: 769px){

    .container,
    .layout-container{
        width: 750px;
    }

    .logo{
        float: left;
        width: 75%;
    }

    .header-btns{
        float: left;
        width: 25%;
    }

    .header-phone{
        float: left;
        width: 33.33333%;
    }

    .header-mail{
        float: left;
        width: 66.66667%;
    }
}

@media (min-width: 769px) and (max-width: 991px){

    .visible-sm{
        display: block !important;
    }

    table.visible-sm{
        display: table !important;
    }

    tr.visible-sm{
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm{
        display: table-cell !important;
    }

    .hidden-sm{
        display: none !important;
    }
}

@media (min-width: 992px){

    .container,
    .layout-container{
        width: 970px;
    }

    .logo{
        float: left;
        width: 41.66667%;
    }

    .header-btns{
        float: left;
        width: 16.66667%;
    }

    .header-phone{
        float: left;
        width: 25%;
    }

    .header-mail{
        float: left;
        width: 16.66667%;
    }

    .sidebar{
        float: left;
        width: 25%;
    }

    .sidebar{
        right: 75%;
    }

    .right-content{
        float: left;
        width: 75%;
    }

    .right-content{
        left: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1220px){

    .visible-md{
        display: block !important;
    }

    table.visible-md{
        display: table !important;
    }

    tr.visible-md{
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md{
        display: table-cell !important;
    }

    .hidden-md{
        display: none !important;
    }
}

@media (min-width: 1221px){

    .container,
    .layout-container{
        width: 1200px;
    }

    .visible-lg{
        display: block !important;
    }

    table.visible-lg{
        display: table !important;
    }

    tr.visible-lg{
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg{
        display: table-cell !important;
    }

    .hidden-lg{
        display: none !important;
    }

    .logo{
        float: left;
        width: 50%;
    }

    .header-btns{
        float: left;
        width: 18.66667%;
    }

    .header-phone{
        float: left;
        width: 14.66667%;
    }

    .header-mail{
        float: left;
        width: 16.66667%;
    }

    .sidebar{
        float: left;
        width: 25%;
    }

    .right-content{
        float: left;
        width: 75%;
    }
}

@media (max-width: 1220px){

    .main-menu > ul > li{
        margin-right: 16px;
    }

    .main-menu a{
        font-size: 12px;
    }

    .logo{
        padding-left: 0;
    }

    .header-mail{
        padding-left: 0;
    }

    .sidebar{
        padding-right: 0;
        margin-top: 0;
    }

    .cat-list a{
        font-size: 13px;
    }

    .cat-block{
        max-width: 970px;
    }

    .right-content{
        padding: 0 15px 0 20px;
    }

    .advantages__item{
        max-width: 330px;
    }

    .order-form__content{
        padding: 0;
    }

    .form-block p{
        width: 31%;
    }
}

@media (max-width: 992px){

    .js-catalog-toggle{
        display: none;
    }
	
		.main-menu > ul > li:hover .sub-menu {
    	display: none;
	}
}

@media (max-width: 991px){

    .layout-container_flex{
        display: block;
    }

    .main-menu{
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .top-search{
        float: none;
        text-align: center;
        margin-right: 3px;
    }

    .top-row{
        margin-bottom: 0;
    }

    .top-row .layout-container{
        padding-top: 15px;
        padding-bottom: 0;
    }

    .header-btns__btn:first-child{
        margin-bottom: 5px;
    }

    .header-phone{
        padding-top: 15px;
        padding-left: 15px;
        text-align: left;
    }

    .header-request__btn{
        float: right;
        margin-right: 33px;
    }

    .header-mail{
        padding-top: 15px;
        text-align: left;
        padding-left: 0;
        margin-bottom: 15px;
    }

    .header-mail__inner{
        float: left;
    }

    .breadcrumbs{
        padding-left: 0;
    }

    .sidebar{
        padding: 0 15px;
    }

    .b-widget{
        display: none;
    }

    .catalog-title{
        display: none;
    }

    .cat-btn{
        display: block;
    }

    .cat-block{
        max-width: 750px;
        margin-bottom: 10px;
    }

    .cat-block h2{
        height: 34px;
        line-height: 10px;
    }

    .prof-list{
        margin-top: 20px;
    }

    .right-content{
        padding: 0 15px 0 15px;
    }

    .main-footer{
        margin-top: 30px;
    }

    .footer-contacts a{
        font-size: 12px;
        margin-bottom: 5px;
    }

    .form-block{
        margin-right: 0;
    }
}

@media (max-width: 768px){

    .visible-xs{
        display: block !important;
    }

    table.visible-xs{
        display: table !important;
    }

    tr.visible-xs{
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs{
        display: table-cell !important;
    }

    .hidden-xs{
        display: none !important;
    }

    .main-menu-row__content{
        padding-bottom: 0;
        padding-top: 7px;
    }

    .main-menu{
        position: absolute;
        top: 42px;
        left: -325px;
        padding: 0;
        z-index: 1000;
        -webkit-transition: all .5s;
        transition: all .5s;
        width: auto;
        width: 320px;
    }

    .main-menu > ul{
        background-color: #fff;
        -webkit-box-shadow: .5px 2.9px 3px rgba(0, 0, 0, .75);
        box-shadow: .5px 2.9px 3px rgba(0, 0, 0, .75);
		display: block;
    }

    .main-menu > ul > li{
        display: block;
        margin-right: 0;
        text-align: left;
    }

    .main-menu > ul > li:first-child a{
        width: 100%;
        height: auto;
        padding: 15px 30px;
    }

    .main-menu > ul > li:first-child a:after{
        top: 50%;
        left: 30px;
        margin-top: -7px;
        background-image: url(img/sprite/sprite.png);
        background-position: -151px -109px;
        width: 17px;
        height: 14px;
    }

    .main-menu > ul > li:first-child a:hover:after{
        background-image: url(img/sprite/sprite.png);
        background-position: -151px -85px;
        width: 17px;
        height: 14px;
    }

    .main-menu > ul > li.current-menu-item:first-child a:after{
        background-image: url(img/sprite/sprite.png);
        background-position: -151px -85px;
        width: 17px;
        height: 14px;
    }

    .main-menu > ul > li.current-menu-item a{
        background: #0df;
        color: #fff;
    }
	
	.main-menu .main-menu__more > a{
		background-color: #fff !important;
		color: #0df !important;
		border-radius: 0;
	}
	
	.main-menu .main-menu__more > a.open{
		background: #0df !important;
		color: #fff !important;
	}
	
	.main-menu .main-menu__more a:hover {
    	background: #0df;
    	color: #fff;
	}
	
	.main-menu .sub-menu{
		position: static;
		padding-top: 0;
	}
	
	.main-menu .main-menu__more ul a{
		    background-color: #f6f6f6;
	}

    .main-menu a{
        display: block;
        padding: 15px 30px;
        border-bottom: 1px solid #eee;
        color: #0df;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .main-menu a:hover{
        background: #0df;
        color: #fff;
    }

    .menu-btn{
        display: block;
    }

    .top-search{
        float: right;
        margin-right: 10px;
    }

    .search-form{
        padding-top: 2px;
    }

    .top-row .layout-container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-phone{
        padding-left: 15px;
    }

    .header-request__btn{
        float: left;
        margin-left: 9.5%;
        margin-right: 0;
    }

    .cat-block{
        max-width: 100%;
    }

    .reviews__more{
        margin-left: 0;
    }

    .advantages__item{
        max-width: 100%;
        padding-right: 0;
        margin-right: 0;
        padding-left: 60px;
    }

    .advantages__item-title{
        line-height: 20px;
    }

    .advantages__item p{
        margin-top: 4px;
    }

    .main-footer .main-menu{
        top: auto;
        bottom: 38px;
        left: 0;
        display: none;
        -webkit-transition: none;
        transition: none;
    }

    .main-footer .main-menu li{
        margin-right: 0;
    }

    .main-footer .main-menu-row{
        padding-top: 0;
    }

    .footer-bt-wrap .layout-container{
        padding-left: 15px;
    }

    .order-form:before{
        display: none;
    }

    .order-form .field{
        width: 65%;
    }

    .order-form.uni-form{
        max-width: 629px;
    }

    .order-form.uni-form input[type="email"],
    .order-form.uni-form input[type="tel"],
    .order-form.uni-form input[type="text"],
    .order-form.uni-form select{
        width: 100%;
    }

    .order-form.uni-form textarea{
        width: 100%;
    }

    .order-form.uni-form input[type="submit"]{
        width: 100%;
    }

    .form-left{
        float: none;
    }

    .form-right{
        float: none;
    }
}

@media (max-width: 767px){

    .comment.thread-even{
        padding-left: 0;
    }

    .comment.thread-even:before{
        display: none;
    }

    .comment.thread-odd{
        padding-left: 0;
    }

    .comment.thread-odd:before{
        display: none;
    }

    .comment .comment-author-admin > div{
        padding-right: 15px;
        max-width: 90%;
    }

    .comment-author{
        padding-left: 15px;
    }
}

@media (max-width: 680px){

    .carousel__item{
        max-width: 280px;
    }
}

@media (max-width: 584px){

    .header-phone{
        width: 50%;
        padding-right: 20px;
		text-align:right;
    }

    .header-request__btn{
        float: none;
        margin: 0;
    }

    .header-mail{
        width: 50%;
        padding-left: 20px;
    }

    .header-mail__inner{
        float: none;
    }
}

@media (max-width: 580px){

    .page-content ol{
        padding-left: 30px;
    }

    .page-content ul{
        padding-left: 30px;
    }

    .footer-contacts{
        padding-bottom: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 480px){

    h1{
        font-size: 24px;
    }

    h2{
        font-size: 18px;
    }

    h3{
        font-size: 16px;
    }

    .logo{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
	
	.logo img {
		max-width:50%;
	}

    .logo span{
          padding-top: 10px;
    max-width: 50%;
    margin: auto;
    }

    .header-btns{
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        float: none;
    }
	
	.header-adress {
		display:none;
	}

    .pop-carousel h2{
        line-height: 1.1;
    }

    .form-block p{
        display: block;
        width: 100%;
    }
	
	.lenoblast ul{column-count:3;}
}

@media (max-width: 380px){
	
	.popup-form-wrap{
    width: 320px;
}
	
	.top-row .layout-container{
		padding-left:0px;
		padding-right: 0px;
	}

    .menu-btn{
        font-size: 0;
        padding-top: 5px;
        position: relative;
        top: -3px;
    }

    .top-row{
        margin-bottom: 10px;
    }

    .header-phone{
        width: 50%;
        text-align: right;
    }
	
	.header-phone__num, .header-mail__address{
		font-size:14px;
	}

    .header-request__btn{
        *margin: 0 auto;
    }

    .header-mail{
        width: 50%;
        text-align: left;
        padding-left: 20px;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .page-content ol{
        padding-left: 20px;
    }

    .page-content ul{
        padding-left: 20px;
    }

    .order-form.uni-form{
        padding: 0 15px;
    }
}

@-webkit-keyframes fadeOut{

    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

@keyframes fadeOut{

    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

.doc {
text-align: center;
border-bottom: 2px dashed #DBDBDB;
}

.doc img {
width: 350px;
height: auto;
padding: 5px;
border: 1px solid #DBDBDB;
}

.doc1 {
text-align: center;
border-bottom: 2px dashed #DBDBDB;
}

.doc1 img {
width: 280px;
height: auto;
padding: 5px;
border: 1px solid #DBDBDB;
margin-left: -5px;
}

.docmin img {
width: 80px;
height: auto;
padding: 3px;
border: 1px solid #DBDBDB;
}

.order {
padding: 10px 12px;
background: #0077a5;
border-radius: 5px;
color: white;
text-decoration: none;
font-size: 14px;
}

.order:hover {
background: #2b9ecb;
}

.more {
padding: 7px 12px;
background: #8f56a0;
border-radius: 5px;
color: white;
text-decoration: none;
font-size: 14px;
}

.more:hover {
background: #b17dc0;
}

.stoimost {
width: 90%;
margin: auto;
}
.stoimost img{
width: 100px;
height: auto;
}

.stoimost td{
padding: 5px;
vertical-align: top;
border: 1px solid #ddd;
}

.order1 {
padding: 6px 12px;
background: #cb594c;
border-radius: 3px;
color: #ffffff;
text-decoration: none;
font-size: 14px;
}

.order1:hover {
background: #e77164;
color: white;
}

.more1 {
padding: 6px 12px;
background: #0077a5;
border-radius: 3px;
color: #ffffff;
text-decoration: none;
font-size: 14px;
}

.more1:hover {
background: #44beed;
color: white;
}

.vid {
background: #f2f2f2; 
padding: 20px 40px;
	border-radius:25px;
}

.liline li{
display:inline-block;
margin-right: 25px;
margin-bottom: 5px!important;
}

.docpage{
display:inline-block;
margin-right: 25px;
vertical-align:top;
}

.spec_table td {
padding:5px; border:1px solid #eee;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
	border: 1px solid #eee;
margin-bottom: 10px;
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, .20);
box-shadow: 1px 3px 5px rgba(0, 0, 0, .20);
}

.product {
  max-width: 900px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
	border: 1px solid #e7e7e7;
margin-bottom: 10px;
}

/* Columns */
.left-column {
  width: 50%;
  position: relative;
	margin-bottom:20px;
}
 
.right-column {
  width: 50%;
  margin-top: 0px;
}
/* Left Column */
.bigimg {
width:95%;
}
.smimg img{
	width:100px;
	height:auto;
}
 
/* Product Description */

.product-name{
	font-weight:600!important;
	font-size:1.1em!important;
	padding-bottom:10px;
	border-bottom:1px solid grey;
	margin-bottom:10px;
}

.product-description {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
  font-weight: 300;
  font-size: 23px;
  color: #43484D;
}
.product-description h2 {
  font-weight: 300;
  font-size: 19px;
  color: #43484D;
  *letter-spacing: -2px;
line-height: 1.3;
	text-align: left;
}

.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #297FA1;
  line-height: 24px;
}

.product-configuration span{
font-weight:600;
	line-height:1.6;
	background:#f2f2f2;
}
.product-configuration p{
line-height: 28px;
font-size: 14px;
color: #1a1a1a;
}
.product-configuration td{
	padding:3px 7px;
	font-size:0.7em;
line-height: 1.3;
vertical-align: top;
border-bottom: 1px solid aliceblue;
	letter-spacing: 0.7px;
}

.product-configuration td a{
	text-decoration:underline;
}
/* Product Price */

.product-price span {
 font-size: 20px;
  color: #42B0EC;
	font-weight:600;
}
 
.cart-btn {
  display: inline-block;
  background-color: #34A7E6;
  border-radius: 5px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 25px;
  transition: all .5s;
}

.cart-btn-blue{
	background-color:#cb3a3a;
}
.cart-btn:hover {
  background-color: #6FC7F8;
}
.cart-btn-blue:hover{
	background-color:#ef3636;
}

.right-column .order-btn{
	border-radius: 5px;
color: white;
display: -webkit-inline-box;
	padding:10px 20px;
}

.grafik{
margin-top: 7px;
margin-bottom: 8px;
font-size: 12px;
color: #bcbcbc;
}

.prevtext{
	padding:5px 20px;
background: linear-gradient(145deg, rgba(71, 130, 219, 0.56) 4%, rgba(136, 126, 112, 0.06) 51%);
	margin-bottom:20px;
}

.telegram-link{
		margin-top: 7px;
}
.telegram-link img{
width:30px;
	margin-top:5px;
}

.products{
	text-align:center;
	margin-top: 30px;
}
.product-mini{
    display: inline-block;
    vertical-align: top;
    width: 29%;
    font-size: 14px;
    letter-spacing: normal;
    padding: 0px 0px 25px 0px;
    text-align: center;
    *-webkit-transition: -webkit-box-shadow .6s;
   *transition: -webkit-box-shadow .6s;
   *transition: box-shadow .6s;
   *transition: box-shadow .6s, -webkit-box-shadow .6s;
   position: relative;
    z-index: 0;
    margin-right: 20px;
    margin-bottom: 25px;
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, .20);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .20);
}

.product-mini img{
	width:100%;
	background: #e6e6e6;
padding: 10px;
}

.product-mini_name{
	font-size: 1.1em;
	padding:15px;
line-height: 1.4;
}

.product-mini_price span{
	font-size:1.4em;
	font-weight:600;
}

.product-mini_btns{
margin-bottom:5px;	
}
.product-mini_more a, .product-mini_btns a{
padding: 10px 20px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);*/
-webkit-transition: all .3s;
transition: all .3s;
color: #fff;
display:inline-block;
	width: 160px;
	
}

.product-mini_price{
	margin: 15px 0px;
	font-size: 12px;
}

.more-btn {color:#000!important; border:2px solid #cb594c;}
.more-btn:hover{background:#d97469;}
.order-btn {background:#cb594c;border:2px solid #cb594c;color:#fff!important;}
.order-btn:hover{background:#d97469; color:#000!important;}

.page-btn .order-btn{
	padding:  10px 20px;
	border-radius:5px;
}

.order-name{
font-size: 14px;
color: #000;
padding-bottom: 10px;
}
.wpcf7dtx-dynamictext {
background-color: #ffe9b6  !important;
font-size: 14px;
color: #000;
font-weight:600;
}

.price-table {
	margin:auto;
	vertical-align:top;
	width:90%;
}


.price-table tr:nth-child(2n+1) {
	background: #f7f7f7;}

.price-table th {
	background:#eee;
	padding:15px 5px;
}

.price-table td{
	padding: 20px;
	vertical-align:top;
}

.price-home{
	width:100%!important;
	font-size: 0.85em;
letter-spacing: 0.5px;
line-height: 1.4;
}

.price-home td{
	padding: 7px 10px 7px 0px !important;
}

.price-home td:nth-child(3){
	width:20%;
}

.price-home img{
	width:70px;
	height:auto;
}

.price-home del{
	color: red;
	font-size:0.7em;
}

.price-home span{
	font-weight:600;
	font-size: 0.85em;
}

.price-category{
		text-align:center;
	background:#999;
}

.price-category a{
	text-decoration:underline;
	font-weight:600;
	font-size:1.2em;
	color:#fff!important;
}

.price-doc {
	margin-bottom:10px;
}

.price-doc a{
	text-decoration:underline!important;
	line-height:1.4;
}

.in-stock{
	color:#00bd0c;
	margin-top:10px;
}

.blank span{
	font-weight:600;
}

.old-price{
	text-decoration:line-through;
	font-size:12px;
	margin-bottom:10px;
}

.new-price{
	margin-bottom:10px;
}

.new-price span{
	font-weight:600;
	margin-bottom:10px;
}

.yakor{
line-height: 14px;
display: inline-block;
border-bottom: 1px dotted #0093ba;
padding-bottom: 3px;
text-decoration:none;
	margin: 0px 15px 5px 0px;
}

.yakor:hover{
	border:none;
}

.profdocs {
text-align: center;
display: inline-block!important;
width: 100%;
}

.profdoc {
text-align: center;
display: inline-block!important;
max-width: 280px;
padding-bottom: 10px;
border: 1px solid #eee;
border-radius: 3px;
margin: 5px;
	box-shadow: 3px 2px 5px rgba(225, 169, 125, 0.47);
}

.profdoc img{
width: 90%;
height: auto;
}


.profdoc-goznak{
color: #04c1dd!important;
text-transform: uppercase;
font-weight: 600;
}

.profdoc ul{
	margin-left:20px;
}

.profdoc li{
	text-align:left!important;
	margin-bottom:-3px!important;
	font-size:12px;
	color:#666!important;
}

.profdoc-name{
	padding:5px 20px;
	font-size:17px!important;
	/*background:#eaeaea;*/
}

.profdoc-price{
	/*background:#eaeaea;*/
}

.buy-one-click{
	padding: 6px 12px;
background: #02b2f2;
border-radius: 3px;
color: #ffffff;
text-decoration: none;
font-size: 14px;
}

.contact-page {
	display: inline-block;
width: 32%;
text-align: center;
vertical-align: top;
margin-bottom: 35px;
}

.contact-page img{
	width:40px;
}

.contact-phone{
	font-size:1.2em;
	font-weight:600;
	padding:10px 0px;
}

.contact-name, .contact-time{
	font-size:0.8em;
	color:#999;
}

.contact-phone a{
	text-decoration:underline;
}

.lenoblast {background: #eee;padding: 20px; margin-top:15px;}

.lenoblast ul{column-count:4;} 

.lenoblast p{font-size:1.1em; font-weight:600; } 

.lenoblast li{list-style-type: none; font-size:0.8em; line-height:1.6em;}

.advantages-mini{
	text-align:center;
	padding-bottom: 30px;
background: #f2f2f2;
	border-radius: 25px;
	padding-top:5px;
}

.advantage{
	display:inline-table;
	width:23%;
}

.advantage img{
	display:inline-block;
	width: 50px;
}
.advantage span{
	display:inline-block;
	width: 70%;
text-align: left;
padding: 10px;
}

.page-btn{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.page-btn .cart-btn{
	padding: 20px 25px;
	background: #970040;
}

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

.block-list ul{
	padding-left:0px;
}

.block-list li{
	display:inline-block;
	padding: 15px;
background: #23c8e1;
margin: 3px;
border-radius: 25px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .23);
box-shadow: 1px 1px 2px rgba(0, 0, 0, .23);
}

.block-list li a{
	display:block;
	color:#fff!important;	
}

.block-list li:hover{
	background: #008dd7;
}

.how-we-work{
	padding-left:0px;
}

.how-we-work li{
	border:1px solid #55b55c;
	border-radius:20px;
	display:inline-block;
	width:24.49%;
	padding:7px 0px 7px 35px;
	background-image:url('/wp-content/themes/diplomos/img/mark1.png');
	background-repeat:no-repeat;
	background-position-y:50%;
	margin-bottom:5px;
	min-width:155px;
	text-align:left;
	letter-spacing: 0.5px;
}

.price-left{
	width: 55%; 
	display: inline-block; 
	padding-right: 0px;
}

.price-right {
	width: 44%; 
	display: inline-block; 
	vertical-align: top;
margin-bottom:20px;
}

.price-right label{
	font-size:13px!important;
	margin-bottom: 10px;
}

/* Responsive */

@media (max-width: 680px){

	.lenoblast ul{column-count:2;}
	.advantage{
	width:40%;
}
}
@media (max-width: 600px) {
  .container{
    flex-direction: column;
    margin-top: 20px;
  }
 
  .left-column,
  .right-column {
    width: 100%;
  }
 
  .bigimg {
    width: 100%;
    right: 0;
    top: -65px;
    left: initial;
  }
	
	.price-left{
	width: 100% 
}

.price-right {
	width: 100%; 
	}
}
 
@media (max-width: 535px) {
  .bigimg {
    width: 100%;
    top: -85px;
  }
	.product-mini{
		width:90%;
		max-width:400px;
	}
	
	.similar-docs .product-mini{
		width:60%;
	}
	
	.price-table{
		width:100%;
	}
	.price-table img{
	width: 90px;
}
	.price-table td{
	padding: 15px 7px;
	}
	.product-mini_name{
		padding: 15px 40px;
	}
	.product-mini_more a, .product-mini_btns a {
		padding:15px;
		width:170px;
	}
	.help-info__item{
		width:48%;
	}
	.professions__item{
		*width:48%;
	}
	.contact-page{
		width:48%;
	}
	.advantage{
	width:48%;
}
	
	.how-to-work li {
    width: 48%;
}
}

/* FAQ БАЗОВЫЕ НАСТРОЙКИ
-----------------------------------------------------*/

#FAQ *,
#FAQ *:after,
#FAQ *:before {
	margin: 0;
	*padding: 0;
    line-height: normal;
    box-sizing: border-box;
}

#FAQ {
    max-width: 960px; /* width: 100% !important; */
    margin: 0 auto;
    padding: 10px 0;
}

/* аккордеон */

.faq-content {
	background: #fdfdfd;
    text-align: left;
    -webkit-perspective: 900;
            perspective: 900;
    padding: 0;
    margin: 0;
}
    
	.faq-content .faq-item input[type=checkbox] {
	    position: absolute;
	    cursor: pointer;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	    opacity: 0;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	
		.faq-content .faq-item input[type=checkbox]:checked ~ .faq-item-content {
		    margin-top: 0;
		    max-height: 0;
		    opacity: 0;
		    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		    -webkit-transform: translate(0, 50%);
		            transform: translate(0, 50%);
		}


/* стрелка */

.faq-item i {
    position: absolute;
    -webkit-transform: translate(-6px, 0);
            transform: translate(-6px, 0);
    top: 13px;
    right: 10px;
    z-index: 1;
}
	.faq-item i:before,
	.faq-item i:after {
	    content: "";
	    position: absolute;
	    background-color: #50647a;
	    width: 3px;
	    height: 9px;
	    -webkit-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
	}
	.faq-item i:before {
		-webkit-transform: translate(-2px, 0) rotate(45deg);
		        transform: translate(-2px, 0) rotate(45deg);
    }
	.faq-item i:after {
		-webkit-transform: translate(2px, 0) rotate(-45deg);
		        transform: translate(2px, 0) rotate(-45deg);
	}
	
.faq-item input[type=checkbox]:checked ~ i:before {
    -webkit-transform: translate(2px, 0) rotate(45deg);
            transform: translate(2px, 0) rotate(45deg);
}

.faq-item input[type=checkbox]:checked ~ i:after {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
            transform: translate(-2px, 0) rotate(-45deg);
}


/* вопрос */

.faq-item-headline {
    background: #e4e4e4;
    color: #000;
    font-size: 1.1em;
    padding: 15px 25px 15px 25px !important;
    font-weight: normal;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.faq-content .faq-item input[type=checkbox]:checked ~ .faq-item-headline {
    background: #b9e8ff;
}

.faq-content .faq-item input[type=checkbox]:hover ~ .faq-item-headline {
    background: #e4e4e4;
}

@media (max-width: 768px) {
	.faq-item-headline {
		font-size: 1.2em;
	}
}

@media (max-width: 480px) {
	.faq-item-headline {
		font-size: 1.2em;
	}
}


/* ответ */

.faq-item-content {
	color: #444;
    font-size: 1em;
    letter-spacing: 1px;
    max-height: 5000px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
}

@media (max-width: 768px) {
	.faq-item-content {
		font-size: 1.2em;
	}
}

@media (max-width: 480px) {
	.faq-item-content {
		font-size: 1.2em;
	}
}


/* отступы для ответа */

.faq-item-content-area {
	padding: 15px !important;
}


/* отступы для каждого абзаца в ответе */

.faq-item-content-area p {
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
	line-height: 200% !important;
}



/* КАРТИНКА */

.faq-item-content .r-img {
	width: 100% !important;
	height: auto !important;
}

@media (max-width: 480px) {
	.faq-item-content img {
		width: 100% !important;
		height: auto !important;
	}
}


/* ССЫЛКА */

#FAQ a {
    color: !important;
    font-weight: ;
}
	#FAQ a:hover {
	    color: !important;
	}


/* 1 элемент: вопрос + ответ */

.faq-content .faq-item {
    position: relative;
    border-top: 2px solid #ffffff;
}


/* анимация каждого элемента */

.faq-content .faq-item {
    -webkit-animation: flipdown 0.5s ease both;
            animation: flipdown 0.5s ease both;
}

@-webkit-keyframes flipdown {
    0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform-origin: top center; transform-origin: top center; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); }
    5% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    80% { -webkit-transform: rotateX(8deg); transform: rotateX(8deg); }
    83% { -webkit-transform: rotateX(6deg); transform: rotateX(6deg); }
    92% { -webkit-transform: rotateX(-3deg); transform: rotateX(-3deg); }
    100% { -webkit-transform-origin: top center; transform-origin: top center; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); }
}

@keyframes flipdown {
    0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform-origin: top center; transform-origin: top center; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); }
    5% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    80% { -webkit-transform: rotateX(8deg); transform: rotateX(8deg); }
    83% { -webkit-transform: rotateX(6deg); transform: rotateX(6deg); }
    92% { -webkit-transform: rotateX(-3deg); transform: rotateX(-3deg); }
    100% { -webkit-transform-origin: top center; transform-origin: top center; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); }
}

.faq-content .faq-item:nth-of-type(1) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.faq-content .faq-item:nth-of-type(2) { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
.faq-content .faq-item:nth-of-type(3) { -webkit-animation-delay: 1s; animation-delay: 1s; }
.faq-content .faq-item:nth-of-type(4) { -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.faq-content .faq-item:nth-of-type(5) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
.faq-content .faq-item:nth-of-type(6) { -webkit-animation-delay: 1.75s; animation-delay: 1.75s; }
.faq-content .faq-item:nth-of-type(7) { -webkit-animation-delay: 2s; animation-delay: 2s; }
.faq-content .faq-item:nth-of-type(8) { -webkit-animation-delay: 2.25s; animation-delay: 2.25s; }
.faq-content .faq-item:nth-of-type(9) { -webkit-animation-delay: 2.5s; animation-delay: 2.5s; }
.faq-content .faq-item:nth-of-type(10) { -webkit-animation-delay: 2.75s; animation-delay: 2.75s; }
.faq-content .faq-item:nth-of-type(11) { -webkit-animation-delay: 3s; animation-delay: 3s; }
.faq-content .faq-item:nth-of-type(12) { -webkit-animation-delay: 3.25s; animation-delay: 3.25s; }
.faq-content .faq-item:nth-of-type(13) { -webkit-animation-delay: 3.5s; animation-delay: 3.5s; }
.faq-content .faq-item:nth-of-type(14) { -webkit-animation-delay: 3.75s; animation-delay: 3.75s; }
.faq-content .faq-item:nth-of-type(15) { -webkit-animation-delay: 4s; animation-delay: 4s; }
.faq-content .faq-item:nth-of-type(16) { -webkit-animation-delay: 4.25s; animation-delay: 4.25s; }
.faq-content .faq-item:nth-of-type(17) { -webkit-animation-delay: 4.5s; animation-delay: 4.5s; }
.faq-content .faq-item:nth-of-type(18) { -webkit-animation-delay: 4.75s; animation-delay: 4.75s; }
.faq-content .faq-item:nth-of-type(19) { -webkit-animation-delay: 5s; animation-delay: 5s; }
.faq-content .faq-item:nth-of-type(20) { -webkit-animation-delay: 5.25s; animation-delay: 5.25s; }
.faq-content .faq-item:nth-of-type(21) { -webkit-animation-delay: 5.5s; animation-delay: 5.5s; }
.faq-content .faq-item:nth-of-type(22) { -webkit-animation-delay: 5.75s; animation-delay: 5.75s; }
.faq-content .faq-item:nth-of-type(23) { -webkit-animation-delay: 6s; animation-delay: 6s; }
.faq-content .faq-item:nth-of-type(24) { -webkit-animation-delay: 6.25s; animation-delay: 6.25s; }
.faq-content .faq-item:nth-of-type(25) { -webkit-animation-delay: 6.5s; animation-delay: 6.5s; }
.faq-content .faq-item:nth-of-type(26) { -webkit-animation-delay: 6.75s; animation-delay: 6.75s; }
.faq-content .faq-item:nth-of-type(27) { -webkit-animation-delay: 7s; animation-delay: 7s; }
.faq-content .faq-item:nth-of-type(28) { -webkit-animation-delay: 7.25s; animation-delay: 7.25s; }
.faq-content .faq-item:nth-of-type(29) { -webkit-animation-delay: 7.5s; animation-delay: 7.5s; }
.faq-content .faq-item:nth-of-type(30) { -webkit-animation-delay: 7.75s; animation-delay: 7.75s; }
.faq-content .faq-item:nth-of-type(31) { -webkit-animation-delay: 8s; animation-delay: 8s; }
.faq-content .faq-item:nth-of-type(32) { -webkit-animation-delay: 8.25s; animation-delay: 8.25s; }
.faq-content .faq-item:nth-of-type(33) { -webkit-animation-delay: 8.5s; animation-delay: 8.5s; }
.faq-content .faq-item:nth-of-type(34) { -webkit-animation-delay: 8.75s; animation-delay: 8.75s; }
.faq-content .faq-item:nth-of-type(35) { -webkit-animation-delay: 9s; animation-delay: 9s; }
.faq-content .faq-item:nth-of-type(36) { -webkit-animation-delay: 9.25s; animation-delay: 9.25s; }
.faq-content .faq-item:nth-of-type(37) { -webkit-animation-delay: 9.5s; animation-delay: 9.5s; }
.faq-content .faq-item:nth-of-type(38) { -webkit-animation-delay: 9.75s; animation-delay: 9.75s; }
.faq-content .faq-item:nth-of-type(39) { -webkit-animation-delay: 10s; animation-delay: 10s; }
.faq-content .faq-item:nth-of-type(40) { -webkit-animation-delay: 10.25s; animation-delay: 10.25s; }
.faq-content .faq-item:last-of-type { padding-bottom: 0; }