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;
}

p{
line-height: 1.4;
font-size: 15px;
	margin-top:0px;
	color:#262626;
}

a{
    background-color: transparent;
}

a:active,
a:hover{
    outline: 0;
    color: #007dcc;
}

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

b,
strong{
    font-weight: bold;
}

dfn{
    font-style: italic;
}

h1{
    font-size: 2em;
    margin: .67em 0;
border-bottom: 2px solid #e4e4e8;
padding-bottom: 6px;
}

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;
}

/**
 * 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;
	padding-top: 20px;
}

.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;
}

h1,
h2,
h3,
h4,
h5,
h6{
    /*font-family: "Trebuchet MS";*/
    /*color: #004e6b;*/
    font-weight: 600;
	line-height:1.4;
}

h1{
    font-size: 32px;
    font-weight: 700;
    /*text-align: center;*/
    margin-top: 0;
}

h2{
    font-size: 28px;
    /*text-align: center;*/
}

h3{
    font-size: 20px;
/*text-align: center;*/
}

h4{
    font-size: 20px;
}

h5{
    font-size: 12px;
}

h6{
    font-size: 10px;
}

a{
    text-decoration: none;
    color: #02a0ff;
    -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: 14px;
    min-width: 320px;
    position: relative;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    color: #000;
    background-color: #364750;
    line-height: 1;
}

/* Back to top button */
#back-to-top {
    display: inline-block;
    /*background-color: #FF9800;*/
    background-color: #008ad4;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}
#back-to-top:active {
    background-color: #555;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.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-wrapper{
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px rgba(9, 9, 9, .48);
    box-shadow: 0 0 7px rgba(9, 9, 9, .48);
    overflow: hidden;
}

.main-wrapper:before,
.main-wrapper:after{
    content: " ";
    display: table;
}

.main-wrapper:after{
    clear: both;
}

/*main-menu*/

.main-menu {
    width: 100%;
}

.main-menu-row{
    background-color: #007ca4;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .26);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .26);
    padding-top: 5px;
    position: relative;
    z-index: 10;
}

.main-menu-row__content{
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.mobile-menu {
    width: 100%;
    padding: 10px 0;
}
.mobile-menu > div {
    margin: 0;
}

.mobile-menu-fixed {
    *position: fixed;
}

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

.main-menu ul{
    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;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-menu li{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-menu li:last-child{
    margin-right: 0;
    border: none;
}

.main-menu li:first-child a{
    border-left: none;
}

.main-menu li.current-menu-item a{
    color: #fcfbfb;
    background: #00baff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0873b9), to(#49bde1));
    background-image: -webkit-linear-gradient(bottom, #0873b9 0%, #49bde1 100%);
    background-image: linear-gradient(to top, #0873b9 0%, #49bde1 100%);
}

.main-menu a{
    text-shadow: 0 2px 2px white;
    color: #1d1d1d;
    font-size: 14px;
    display: block;
    line-height: 1;
    padding: 23px 0;
    text-align: center;
    background-color: #d0d0d0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d0d0d0), to(whitesmoke));
    background-image: -webkit-linear-gradient(bottom, #d0d0d0 0%, whitesmoke 100%);
    background-image: linear-gradient(to top, #d0d0d0 0%, whitesmoke 100%);
    -webkit-transition: none;
    transition: none;
    font-weight: 700;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #dedede;
}

.main-menu a:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#989898), to(#d0d0d0));
    background-image: -webkit-linear-gradient(bottom, #989898 0%, #d0d0d0 100%);
    background-image: linear-gradient(to top, #989898 0%, #d0d0d0 100%);
    color: #fefefe;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.menu-btn{
    display: none;
    margin-left: 20px;
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-btn i{
    margin-right: 10px;
}

.main-menu li.current-page-ancestor a{
    color: #fcfbfb;
    background: #00baff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0873b9), to(#49bde1));
    background-image: -webkit-linear-gradient(bottom, #0873b9 0%, #49bde1 100%);
    background-image: linear-gradient(to top, #0873b9 0%, #49bde1 100%);
}

.main-menu_push_out {
    margin-left: 320px;
    position: fixed;
    overflow: hidden;
    transition: all .3s;
}

/*main-menu-END*/

#menu-diplom-i-professii {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}
#menu-diplom-i-professii > li {
    margin: 2px;
    list-style-type: none;
    background: #f2f2f2;
}
#menu-diplom-i-professii > li:hover {
    background: #08a6ce;
}
#menu-diplom-i-professii > li > a {
    padding: 10px;
    height: 100%;
    font-size: 12px;
    display: block;
    color: #000000;
}
#menu-diplom-i-professii > li > a:hover {
    color: #ffffff;
}

/* Seach form */
#searchform {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 10px; /* todo: fix */
}

.search-input {
    padding: 5px 30px 5px 5px;
    border-radius: 5px;
    width: 190px;
}
.search-input::placeholder {
    color: #000000;
    font-weight: bold;
}
/* Header content */
#header-mobile {
    display: none;
}

.header-content{
    display: flex;
    justify-content: space-between;
    min-height: 325px;
    background-image: url("img/pict/baner-big-bg.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

/** HEADER LEFT COLUMN **/
.header-left-col {
    height: 280px;
    position: relative;
    left: 40px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}

.header-list__title {
    margin: 20px 0;
    position: relative;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.header-list {
    text-align: left;
}
.header-list > li {
    font-size: 14px;
    /*margin: 8px 0;*/
    transition: all .3s;
	line-height:1.6;
}
.header-list-li-active {
    color: #d71414;
}
.header-list li::marker  {
     color: #c32045;
 }
.header-list li::before {
    color: #c32045;
}

.find-document {
    background: linear-gradient(to bottom, rgb(85, 185, 0) 0%, rgb(4, 123, 3) 100%);
    height: 40px;
    width: 200px;
    position: relative;
    left: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.find-document:hover {
    background: linear-gradient(to top, rgb(85, 185, 0) 0%, rgb(4, 123, 3) 100%);
}
.find-document__img {
    height: 25px;
    margin-right: 5px;

}
.find-document__text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

/* HEADER MIDDLE COLUMNN **/
.header-mid-col{
    position: relative;
    right: 90px;
    max-width: 430px;
    padding-top: 18px;
}
/** HEADER RIGHT COLUMN **/
.header-content__right{
    min-width: 208px;
    text-align: left;
    padding-top: 48px;
}

.header-content__title{
    color: #003d60;
    font-family: Georgia;
    font-size: 26px;
    text-transform: none;
    line-height: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.header-content__descr{
font-size: 15px;
  font-style: italic;
  line-height: 20px;
  margin: 10px;
  background: #c4b1d2;
  padding: 10px;
}

.header-content__btns{
    padding-right: 15px;
  margin-top: 15px;
}

.header-content__contacts{
    margin-bottom: 25px;
    font-size: 16px;
}

.header-content__contacts a{
    color: #fff;
    display: block;
    text-align: left;
    margin-bottom: 17px;
    position: relative;
}

.header-content__contacts a:hover{
    text-decoration: underline;
}

.header-content__contacts a:before{
    content: "";
    position: absolute;
    top: 50%;
}

.phone-link{
    font-size: 18px;
    font-weight: 700;
}

.tg-link{
	text-decoration:underline;
}

.phone-link:before{
    background-image: url(img/sprite/sprite.png);
    background-position: -329px -212px;
    width: 10px;
    height: 17px;
    margin-top: -8px;
    left: -25px;
}

.skype-link:before{
    background-image: url(img/sprite/sprite.png);
    background-position: -303px -212px;
    width: 16px;
    height: 17px;
    margin-top: -8px;
    left: -27px;
}

.mail-link:before{
    background-image: url(img/sprite/sprite.png);
    background-position: -245px -212px;
    width: 19px;
    height: 19px;
    margin-top: -8px;
    left: -27px;
}

.time{
	font-size:12px; 
	color:#c7ebff; 
	margin-left:-25px;
		font-style:italic;
}

.btn{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    color: #fff;
    padding: 11px 0 12px;
    height: 37px;
    width: 193px;
    padding-left: 35px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .75);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .75);
    text-align: left;
    margin-bottom: 12px;
    position: relative;
}

.btn:hover:before{
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}

.btn_arr:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    background-image: url(img/sprite/sprite.png);
    background-position: -73px -262px;
    width: 9px;
    height: 10px;
    margin-top: -5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn_decor{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 183px;
}

.btn_decor:after{
    content: "";
    position: absolute;
    top: -20px;
    right: -25px;
    background-image: url(img/sprite/sprite.png);
    background-position: -85px -172px;
    width: 73px;
    height: 65px;
}

.btn_purp{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#7a4e9c), to(#9878b1));
    background-image: -webkit-linear-gradient(bottom, #7a4e9c 0%, #9878b1 100%);
    background-image: linear-gradient(to top, #7a4e9c 0%, #9878b1 100%);
border-radius: 5px;
}

.btn_purp:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#9878b1), to(#7a4e9c));
    background-image: -webkit-linear-gradient(bottom, #9878b1 0%, #7a4e9c 100%);
    background-image: linear-gradient(to top, #9878b1 0%, #7a4e9c 100%);
}

.btn_purp:active{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#7a4e9c), to(#9878b1));
    background-image: -webkit-linear-gradient(bottom, #7a4e9c 0%, #9878b1 100%);
    background-image: linear-gradient(to top, #7a4e9c 0%, #9878b1 100%);
}

.btn_blue{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1683c2), to(#2b9bcf));
    background-image: -webkit-linear-gradient(bottom, #1683c2 0%, #2b9bcf 100%);
    background-image: linear-gradient(to top, #1683c2 0%, #2b9bcf 100%);
border-radius: 5px;
}

.btn_blue:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2b9bcf), to(#1683c2));
    background-image: -webkit-linear-gradient(bottom, #2b9bcf 0%, #1683c2 100%);
    background-image: linear-gradient(to top, #2b9bcf 0%, #1683c2 100%);
}

.btn_blue:active{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1683c2), to(#2b9bcf));
    background-image: -webkit-linear-gradient(bottom, #1683c2 0%, #2b9bcf 100%);
    background-image: linear-gradient(to top, #1683c2 0%, #2b9bcf 100%);
}

.btn_red{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c33), to(#f33));
    background-image: -webkit-linear-gradient(bottom, #c33 0%, #f33 100%);
    background-image: linear-gradient(to top, #c33 0%, #f33 100%);
	border-radius: 5px;
}

.btn_red:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f33), to(#c33));
    background-image: -webkit-linear-gradient(bottom, #f33 0%, #c33 100%);
    background-image: linear-gradient(to top, #f33 0%, #c33 100%);
}

.btn_red:active{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c33), to(#f33));
    background-image: -webkit-linear-gradient(bottom, #c33 0%, #f33 100%);
    background-image: linear-gradient(to top, #c33 0%, #f33 100%);
}

/* Header content - END*/

/*breadcrumbs*/

.breadcrumbs{
    margin: 10px 0;
}

.breadcrumbs a{
    color: #069;
    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;
	font-size: 12px;
  color: #bbb;
}

/*breadcrumbs-END*/
/*catalog-product-page */

.catalog-product__item{
   /* height: 380px;*/
    position: relative;
    background-color: #fff;
    border: 1px solid #f5f3f4;
    *min-width: 270px;
    max-width: 270px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    margin: 10px;
    padding-bottom: 20px;
	box-shadow: 2px 2px 2px   rgba(0, 0, 0, 0.05);
}

.products-home {
	margin-bottom:20px;
}

 .products-home .catalog-product__item{

width: 24.3%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  margin: 0px 5px 3px 0px;
  *padding: 5px 0px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.47);
  background: #fff;
  border: 1px solid #f3f2f3;
  border-radius: 15px;
}

.products-home .catalog-product__item:hover{
	background: #f4f2f3;}

.products-home .catalog-product__btn {
	width:auto;
}

.products-home .catalog-product__name a{
	color: #000;
  text-decoration: underline;
  font-weight: 600;
  line-height: 1.8;
}

@media (max-width: 600px) {
  .catalog-product__item{
width: 100%!important;
  }
	 .products-home .catalog-product__item{
width: 47%!important;
  }
}

.catalog-product__name {
	text-align:center;
	margin:10px 0px;
	line-height:1.4;
	margin-bottom:15px;
	padding:0px 10px;
}

.catalog-product__item p{
	padding:0px 20px;
	margin-top:10px;
	line-height:1.4;
	font-size:17px;
}

.catalog-product__item img{
    width: 100%;
    height: auto;
    /*max-height: 150px;*/
    /*padding: 0 3px;*/
    margin-bottom: 5px;
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}

.hit-corner {
    height: 70px!important;
    position: absolute;
    top: 0;
    left: 66px;
}

.catalog-product__item-link{
    color: #007dcc;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.catalog-product__item-link:hover{
    text-decoration: none;
}

.catalog-product-item__external_link {
    display: flex;
    flex-direction: row;
    align-items: center;
	border: 1px solid #bbb;
width: 140px;
padding-left: 15px;
	height: 35px;
	margin-bottom: 5px;
border-radius: 3px;
	color:#4f4f4f;
/*background:#f0f0f0;*/
}
.catalog-product-item__external_link img {
    width: 20px!important;
    padding-top: 5px;
	margin-right: 7px;
}

.catalog-product__item-price{
    color: #000000;
    text-align: center;
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 400;
}
.main-price del {
    font-weight: normal;
    font-size: 14px;
}
.main-price{
    color: #000000;
    font-weight: bold;
    font-size: 22px;
}
.catalog-product__btns {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.catalog-product__btns a {
    text-decoration: underline;
}
.catalog-product__btns a:hover {
    text-decoration: none;
    color: #1e87f0;
}
.catalog-product__btn{
    background-image: linear-gradient(to top, #d70303 0%, #f63333 100%);
    color: #fff;
    text-decoration: none!important;
    padding: 10px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    border-radius: 3px;
	margin-bottom: 12px;
	width:140px;
}

.catalog-product__btn:hover{
    background-image: linear-gradient(to top, #f63333 0%, #d70303 100%);
    color: #ffffff!important;
}

.catalog-product__btn:active{
    background-image: linear-gradient(to top, #d70303 0%, #f63333 100%);
    color: #ffffff!important;
}

.hit-corner-product {
    position: absolute;
    height: 70px!important;
    top: 0;
    left: 64px;
}

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

/* js-main */
.main-inner-page {
    margin-top: -20px;
}



/* product-page */
.inner-page {
    display: flex;
}


.inner-page-content {
    flex-basis: 80%;
    max-width: 920px;
}
.inner-page-content h1 {
    /*margin-top: 30px;*/
    border: none;
    color: #000000;
}

.catalog-docs-inner-page {
    width: 100%;
    margin-left: 0;
}
.catalog-docs-inner-page > a {
    margin: 0!important;
    padding: 0!important;
}

.product-info {
    padding-left: 10px;
    padding-right: 30px;
}

.product-info-rating {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-info-price {
    padding: 15px 10px;
    background: #f2f9ff;
    border: 1px solid #f6f6f6;
}
.product-info-price p {
    margin: 10px 0;
    font-size: 16px;
}
.product-price {
    color: #f12c2c;
    font-weight: bold;
}

.product-info__btns {
    margin: 2px 0;
    text-align: center;
}
.product-info__buy_btn {
    background-image: linear-gradient(to top, #d70303 0%, #f63333 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    border-radius: 3px;
}
.product-info__buy_btn:hover {
    background-image: linear-gradient(to top, #f63333 0%, #d70303 100%);
    color: #ffffff;
}

.product-info__fast_buy_btn {
    background-image: linear-gradient(to top, #006a64 0%, #00a386 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    border-radius: 3px;
}
.product-info__fast_buy_btn:hover {
    background-image: linear-gradient(to top, #00a386 0%, #006a64 100%);
    color: #ffffff;
}

.product-info-time {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #000000;
	font-size:12px;
}
.product-info-time div {
    margin: 10px 0;
}
.product-info-time img {
    min-width: 30px;
    width: 30px;
    margin-left: 5px;
    margin-right: 15px;
}

.product-info-details {
    padding: 5px;
		font-size:12px;
}
.product-info-details div {
    margin: 5px 0;
}
.product-info-details img {
    min-width: 30px;
    width: 30px;
    margin-left: 5px;
    margin-right: 15px;
}
.product-info-details a {
    text-decoration: underline;
    color: #0a77a4;
}
.custom_value {
    margin-left: 5px;
}

.product-description {
   /* margin-top: 30px;*/
    padding: 10px;
    border: 1px solid #f6f6f6;
}
.product-description h2 {
    color: #000000;
    text-align: left;
}

.product-description ul li{
	line-height:2;
}

.product-comments h2{
color:#000000;
/*text-align: left;*/
}

.product-comments > .commentlist {
    padding: 0;
}

/* Шаблон подброа документа(/docs) */
#page-docs {
    display: flex;
}

#page-docs-content {
    flex-basis: 80%;
}

#find-docs {
    /*display: flex;*/
    margin-bottom: 20px;
}
#find-docs select {
    width: 100%;
    padding: 10px;
    margin: 0 5px;
    font-size: 12px;
    color: #000000;
    background: #dceaf0 url(img/components/select-down-arrow.svg) 105% 50% no-repeat;
    /*background-size: 20%;*/

    background-size: auto 15px;
    box-shadow: 0px 7px 6px -7px rgba(0,0,0,0.75);
    border: none;

}
#ajax-loader {
    margin: 10px auto;
    display: flex;
}

/* News-page */
.news-page > div {
    padding: 0;
}

/*sidebar*/

.sidebar{
    flex-basis: 20%;
}
.sidebar h2 {
    margin: 10px 15px;
    color: #000000;
	font-size:20px;
}

.sidebar-main-menu__btn {
    width: 225px;
    height: 55px;
    margin: 7px 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: #f2f9ff;
    color: #000000;
    font-size: 16px;
}
.sidebar-main-menu__btn:hover {
    color: #4bacca;
}
.sidebar-main-menu__btn img {
    width: 40px;
    margin-right: 10px;
}

.good-to-know__sidebar {
    display: flex;
    flex-direction: column;
}

.good-to-know__sidebar .good-to-know__btns{
    margin: 5px 15px;
}

.video-sidebar {
    border: 5px solid #c5c5c5;
    border-radius: 5px;
}

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

.cat-list li.current-page-ancestor a:before{
    background-image: url(img/sprite/sprite.png);
    background-position: -99px -247px;
    width: 4px;
    height: 5px;
}

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

.cat-list ul li{
    border-bottom: 1px solid #d3d8d7;
    position: relative;
}

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

.cat-list ul li.current-menu-item a:before{
    background-image: url(img/sprite/sprite.png);
    background-position: -99px -247px;
    width: 4px;
    height: 5px;
}

.cat-list ul li:last-child{
    border-bottom: none;
}

.cat-list a{
    color: #000;
    font-size: 13px;
    text-shadow: 0 0 #000;
    font-weight: 400;
    line-height: 1;
    padding: 10px 0 10px 20px;
    max-height: 38px;
    display: block;
    -webkit-transition: none;
    transition: none;
}

.cat-list a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    background-image: url(img/sprite/sprite.png);
    background-position: -85px -247px;
    width: 4px;
    height: 5px;
    margin-top: -2px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

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

.cat-list a:hover:before{
    background-image: url(img/sprite/sprite.png);
    background-position: -99px -247px;
    width: 4px;
    height: 5px;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.b-widget{
    margin-bottom: 20px;
    text-align: center;
    min-height: 207px;
    background-image: url("img/pict/block-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 5px;
    font-size: 16px;
    color: #fafafa;
}

.b-widget__title{
    color: #fedb69;
    font-family: Georgia;
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    text-transform: none;
    margin: 0;
    position: relative;
}

.b-widget__title:after{
    content: "";
    display: inline-block;
    background-image: url(img/sprite/sprite.png);
    background-position: 0 -172px;
    width: 75px;
    height: 80px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.b-widget__link{
    text-decoration: underline;
    font-size: 16px;
    color: #fafafa;
    padding-right: 13px;
}

.sidebar-btn{
}

.sidebar-btn:before{

}

.sidebar-btn:hover{

}

.cat-btn{
    background-color: #dee5ed;
    /*background-image: -webkit-gradient(linear, left bottom, left top, from(#7a4e9c), to(#9878b1));*/
    /*background-image: -webkit-linear-gradient(bottom, #7a4e9c 0%, #9878b1 100%);*/
    /*background-image: linear-gradient(to top, #7a4e9c 0%, #9878b1 100%);*/
    -webkit-box-shadow: .5px .9px 3px rgba(0, 0, 0, .75);
    box-shadow: .5px .9px 3px rgba(0, 0, 0, .75);
    border-left: 5px solid #f2f2f2;
    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{

}

.cat-list-name {
    text-align: left;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0097cf), to(#49bde1));
    background-image: -webkit-linear-gradient(bottom, #0097cf 0%, #49bde1 100%);
    background-image: linear-gradient(to top, #0097cf 0%, #49bde1 100%);
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-family: Georgia;
    font-size: 18px;
    text-transform: none;
    color: #fff;
    line-height: 33px;
    padding-left: 14px;
    margin: 0;
	font-weight:600;
}

.usefull-info-list{
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 13px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.usefull-info-list-name{
    color: #686b6d;
    font-family: Georgia;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    text-transform: none;
    margin-top: 10px;
    line-height: 1;
    border-bottom: 2px solid #c6ced1;
    display: inline-block;
    padding: 0 60px 8px 0;
}

.usefull-info-list ul{
    list-style-type: none;
    padding: 0;
}

.usefull-info-list li{
    margin-bottom: 22px;
}

.usefull-info-list a{
    font-size: 14px;
    color: #069;
    font-weight: 700;
    text-decoration: underline;
}

.usefull-info-list a:hover{
    text-decoration: none;
}

.usefull-info-list .sidebar-btn{
    margin-left: 0;
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
}

.usefull-info-list .sidebar-btn:hover{
    text-decoration: none;
}

.region-list{
    padding-bottom: 10px;
}

.region-list ul{
    margin-bottom: 15px;
}

.region-list ul li{
    border: none;
}

/*sidebar-END*/

.main-content {
    width: 100%;
    margin-top: -20px;
}
/* Inner wrapper */
.inner-wrapper {
    position: relative;
    padding: 0 25px 0 20px;
    min-height: 1px;
    width: 100%;
}

.main-title h1{
    margin: 0;
}

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

.info{
    padding-top: 10px;
    margin-bottom: 30px;
}

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

.section-h2 {
    color: #000000;
    font-size: 24px;
	text-align: center;
width: 100%;
}

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

/* Catalog section */
#catalog-main-page {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#catalog-main-page > a {
    flex: 1 1 230px;
}

.catalog-main-page-item {
    display: flex;
    align-items: center;
    /*width: 230px;*/
    margin-top: 5px;
    border: 1px solid #f2f2f2;
    border-left: 5px solid #dee5ed;
    border-bottom: 1px solid #dee5ed;
}
.catalog-main-page-item:hover, .catalog-main-page-item.active {
    background: linear-gradient(to top, #0688c8 0%, #2ed4ff 100%);
}
.catalog-main-page-item:hover > span, .catalog-main-page-item.active > span {
    color: #ffffff;
}
.catalog-main-page-item__img {
    /*flex-basis: 50%;*/
    /*max-height: 100%;*/
    width: 100px;
}
.catalog-main-page-item__text {
    flex-basis: 60%;
    padding: 0 10px;
    font-size: 16px;
    color: #000000;
    font-family: "Trebuchet MS";
    font-weight: 600;

}

/*carousel*/

.pop-carousel{
    padding: 14px 60px 8px 50px;
    text-align: center;
}

.pop-carousel h2{
    margin-top: 0;
    padding-top: 0;
}

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

.pop-carousel .owl-prev:hover{
    background-image: url(img/sprite/sprite.png);
    background-position: -248px -172px;
    width: 30px;
    height: 30px;
}

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

.pop-carousel .owl-next:hover{
    background-image: url(img/sprite/sprite.png);
    background-position: -208px -172px;
    width: 30px;
    height: 30px;
}

.carousel__item{
    height: 335px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    min-width: 200px;
    max-width: 200px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    /*padding-bottom: 5px;*/
    padding: 10px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.carousel__item img{
    width: 100%;
    height: auto;
    max-height: 150px;
    padding: 0 3px;
    margin-bottom: 5px;
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}

.hit-corner {
    height: 70px!important;
    position: absolute;
    top: 0;
    left: 66px;
}

.carousel__item-link{
    color: #007dcc;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
}

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

.carousel-item__external_link {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.carousel-item__external_link img {
    width: 30px!important;
    padding-top: 5px;
    margin-left: -10px;
}

.carousel__item-price{
    color: #000000;
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 400;
}
.main-price del {
    font-weight: normal;
    font-size: 14px;
	color:red;
}
.main-price{
    color: #000000;
    font-weight: bold;
    font-size: 22px;
}
.carousel__btns {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.carousel__btns a {
    text-decoration: underline;
}
.carousel__btns a:hover {
    text-decoration: none;
    color: #0f6ecd;
}
.carousel__btn{
    background-image: linear-gradient(to top, #d70303 0%, #f63333 100%);
    color: #fff;
    text-decoration: none!important;
    padding: 10px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    border-radius: 3px;
}

.carousel__btn:hover{
    background-image: linear-gradient(to top, #f63333 0%, #d70303 100%);
    color: #ffffff!important;
}

.carousel__btn:active{
    background-image: linear-gradient(to top, #d70303 0%, #f63333 100%);
    color: #ffffff!important;
}

/*carousel-END*/

/* SECTION: Полезно знать(Good to know) */
.good-to-know {
    background-color: #f3f3f3;
    padding-bottom: 20px;
}

.good-to-know h2 {
    padding-top: 20px;
}

.good-to-know__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.good-to-know__content a {
    margin: 10px;
}

.good-to-know__btns {
   display: inline-block;
  width: 24%;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}

.good-to-know__btn1 {
	background: #686868;
  /* background: linear-gradient(to top, #004711 0%, #1b6900 100%);*/
}
.good-to-know__btn1:hover {
		background: #888;
     /* background: linear-gradient(to top, #1b6900 0%, #004711 100%);*/ 
}

.good-to-know__btn2 {
    /*background: linear-gradient(to top, #003979 0%, #1288bf 100%);*/
	background: #0d8eb5;
}
.good-to-know__btn2:hover {
    /*background: linear-gradient(to top, #1288bf 0%, #003979 100%);*/
	background: #3bb1d5;
}

.good-to-know__btn3 {
    /*background: linear-gradient(to top, #b11d00 0%, #d02c00 100%);*/
	background:#d03131;
}
.good-to-know__btn3:hover {
     /*background: linear-gradient(to top, #d02c00 0%, #b11d00 100%);*/
	background:#e85555;
}

.good-to-know__btn4 {
    /*background: linear-gradient(to top, #006a64 0%, #00a386 100%);*/
	background:#04754b;
}
.good-to-know__btn4:hover {
    /*background: linear-gradient(to top, #00a386 0%, #006a64 100%);*/
	background:#16ac74;
}

.good-to-know__btn5 {
     /*background: linear-gradient(to top, #80bbbb 0%, #a4dcdf 100%);*/
	background:#d7d7d7;
color:black;
font-weight: 400;
border: 1px solid #e1e1e1;
}
.good-to-know__btn5:hover {
    /*background: linear-gradient(to top, #a4dcdf 0%, #80bbbb 100%);*/
	background:#fff;
}

/* SECTION: Вузы по городам(Vuzy goroda) */
.vuzy-goroda__title {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.vuzy-goroda__title h3 {
    margin-left: 10px;
    color: #000000;
}
.vuzy-goroda__title img {
    width: 40px;
}

.vuzy-goroda__blocks {
    display: flex;
    flex-flow: row wrap;
}

.vuzy-goroda__block {
width: 31%;
 padding: 10px 0px 10px 20px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;

  background-color: #f2f9ff;
}
.vuzy-goroda__block ul {
    padding: 0;
	margin:0
}
.vuzy-goroda__block ul li {
    list-style-type: none;
   display: inline;
  margin-right: 10px;
}
.vuzy-goroda__block ul li a {
    color: #000000;
    text-decoration: underline;
    font-size: 13px;
    line-height: 1.2;
}
.vuzy-goroda__block > ul a:hover {
    text-decoration: none;
}

.vuzy_goroda__button {
display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #003979 0%, #1288bf 100%);
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
}
.vuzy_goroda__button:hover {
    background: linear-gradient(to top, #1288bf 0%, #003979 100%);
}

.vuzy-goroda-bottom__buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 10px;
    color: #000000;
}

.vuzy-goroda-bottom__button {
    width: 280px;
    height: 50px;
    margin: 10px 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background: linear-gradient(to top, #ffd220 0%, #fff669 100%);
}
.vuzy-goroda-bottom__button:hover {
    background: linear-gradient(to top, #fff669 0%, #ffd220 100%);
}

/* SECTION: Видео обзор / Особенности и покупки использования (video-review) */
.video-features {
    background-color: #eeeeee;
    padding-bottom: 40px;
}

.video-features h2 {
    padding-top: 20px;
}

.video-review {
    display: flex;
}

.video-review__embed {
    max-height: 335px;
    margin-right: 40px;
    border: 10px solid #c5c5c5;
    border-radius: 5px;
}
.video-review__text {
    padding-right: 40px;
    line-height: 18px;
    text-indent: 0.5em;
    font-size: 16px;
}
.video-review__text ol li {
    margin: 20px 0;
}

.video-revuew__btn {
    width: 300px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #dd0d0d 0%, #f32e2e 100%);
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
}
.video-revuew__btn:hover {
    background: linear-gradient(to top, #f32e2e 0%, #dd0d0d 100%);
}

/* SECTION: Популярные профессии (pop-profession block) */
.pop-profession-block {
width: 24%;
  margin: 0 auto;
  display: inline-block;
    /*border: 1px solid #000000;*/
    /*box-shadow: 0px 0px 26px -18px rgba(0,0,0,0.75);*/
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
}
.pop-profession-block img{
    width: 300px;
}
.pop-profession-block__description {
    height: 50px;
    background-color: #ea6645;
   width: 24%;
  margin: 0 auto;
  display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
	    /*border: 1px solid #000000;*/
    /*box-shadow: 0px 0px 26px -18px rgba(0,0,0,0.75);*/
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
}
.pop-profession-block__description a {
    color: #000000;
}
.pop-profession-block__description a:hover {
    text-decoration: underline;
}

.pop-professions-carousel {
    padding: 0 20px;
}

.pop-professions-carousel .owl-stage-outer {
    padding: 10px 0;
}
.pop-professions-carousel .owl-prev{
    font-size: 0;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 4px;
    background-image: url(img/sprite/sprite.png);
    background-position: -168px -172px;
    width: 30px;
    height: 30px;
}

.pop-professions-carousel .owl-prev:hover{
    background-image: url(img/sprite/sprite.png);
    background-position: -248px -172px;
    width: 30px;
    height: 30px;
}

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

.pop-professions-carousel .owl-next:hover{
    background-image: url(img/sprite/sprite.png);
    background-position: -208px -172px;
    width: 30px;
    height: 30px;
}

.pop-professions__btn{
    width: 300px;
    height: 50px;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #003979 0%, #1288bf 100%);
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}
.pop-professions__btn:hover {
    background: linear-gradient(to top, #1288bf 0%, #003979 100%);
}

/* SECTION: Блок с отзыами (reviews) */
.review__block {
    width: 320px;
    margin: 0 auto;
    background-color: #f3f9ff;
    padding: 15px;
    border-radius: 10px;
}

.review__comment-info {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.review__comment-info .crfp-rating {
    top: 0;
}

.review__comment-content {
    font-style: italic;
    line-height: 1.5;
}

.reviews__items-carousel .owl-prev{
    font-size: 0;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 4px;
    background-image: url(img/sprite/sprite.png);
    background-position: -168px -172px;
    width: 30px;
    height: 30px;
}

.reviews__items-carousel .owl-prev:hover{
    background-image: url(img/sprite/sprite.png);
    background-position: -248px -172px;
    width: 30px;
    height: 30px;
}

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

.reviews__items-carousel .owl-next:hover{
    background-image: url(img/sprite/sprite.png);
    background-position: -208px -172px;
    width: 30px;
    height: 30px;
}

.reviews__btn{
    width: 300px;
    height: 50px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #003979 0%, #1288bf 100%);
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}
.reviews__btn:hover {
    background: linear-gradient(to top, #1288bf 0%, #003979 100%);
}

/* SECTION: Последние новости(last-news) */
.last-news {
    background-color: #fcf4ea;
    padding-bottom: 10px;
}

.last-news__title{
	font-size: 22px;
font-weight: 600;
text-decoration: underline!important;
}

.last-news h2 {
    padding-top: 20px;
}

.last-news__blocks {
    display: flex;
    margin: 0 70px;
}
.last-news__content {
    padding: 0 10px;
    line-height: 1.2;
}

.last_news__date_info a{
    color: #000000;
    text-decoration: none;
}
.last_news__date_info a:hover{
    text-decoration: underline;
}

.last-news__btn {
    width: 300px;
    height: 50px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #003979 0%, #1288bf 100%);
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}
.last-news__btn:hover {
    background: linear-gradient(to top, #1288bf 0%, #003979 100%);
}

/*form*/

.middle-cont{
    margin-bottom: 20px;
}

.m-form{
    width: 48%;
    float: left;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 2px #e3e5e5;
    box-shadow: 0 0 0 2px #e3e5e5;
    background-color: #f7f8f8;
    padding: 15px 20px 5px;
}

.m-form__title{
    margin: 0;
    text-transform: none;
    color: #686b6d;
    /*font-family: Georgia;*/
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #c5cdd0;
    margin-right: 35px;
    margin-left: 35px;
    padding-bottom: 8px;
}

.m-form__descr{
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px !important;
    margin-bottom: 18px !important;
    line-height: 1.3;
}

.m-form label{
    font-size: 14px;
    line-height: 1.3;
}

.m-form label span{
    color: #f00;
}

.m-form input:not([type="submit"]){
    border: 1px solid #ccc;
    height: 26px;
    width: 75%;
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .2);
    float: right;
    padding: 0 8px;
}

.m-form input[type="submit"]{
    width: 155px;
    height: 40px;
    background-color: #2b9bcf;
    font-size: 14px;
    color: #fff;
    border: none;
    float: right;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1683c2), to(#2b9bcf));
    background-image: -webkit-linear-gradient(bottom, #1683c2 0%, #2b9bcf 100%);
    background-image: linear-gradient(to top, #1683c2 0%, #2b9bcf 100%);
}

.m-form input[type="submit"]:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2b9bcf), to(#1683c2));
    background-image: -webkit-linear-gradient(bottom, #2b9bcf 0%, #1683c2 100%);
    background-image: linear-gradient(to top, #2b9bcf 0%, #1683c2 100%);
}

.m-form input[type="submit"]:active{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1683c2), to(#2b9bcf));
    background-image: -webkit-linear-gradient(bottom, #1683c2 0%, #2b9bcf 100%);
    background-image: linear-gradient(to top, #1683c2 0%, #2b9bcf 100%);
}

.m-form textarea{
    width: 100%;
    height: 110px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .2);
    resize: none;
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 8px;
}

.m-form p{
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 14px;
}

.req-decor{
    color: #f00;
}

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

.arrow-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;
}

.arrow-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;
}

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

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

/*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: 15px;
}

.page-content li{
    position: relative;
    *line-height: 22px;
font-size: 15px;
margin-bottom:10px;
}

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

/*home-advantages*/

.adv-block{
    width: 48%;
    float: left;
    margin-right: 3%;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 2px #e3e5e5;
    box-shadow: 0 0 0 2px #e3e5e5;
    background-color: #e3e5e5;
    padding-left: 52px;
    padding-top: 15px;
    padding-right: 12px;
    position: relative;
}

.adv-block:after{
    content: "";
    position: absolute;
    right: 8px;
    bottom: 10px;
    background-image: url(img/sprite/sprite.png);
    background-position: -193px 0;
    width: 173px;
    height: 160px;
    opacity: .8;
}

.adv-block__title{
    color: #686b6d;
    font-family: Georgia;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    text-transform: none;
    text-align: left;
    padding-left: 9px;
    border-bottom: 2px solid #c5cdd0;
    margin-right: 50px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.adv-block__items{
	margin-top:20px;
}

.adv-item{
    margin-bottom: 22px;
    padding-left: 9px;
    position: relative;
}

.adv-item:nth-child(1):after{
    content: "";
    position: absolute;
    top: 5px;
    left: -28px;
    background-image: url(img/sprite/sprite.png);
    background-position: 0 -294px;
    width: 17px;
    height: 29px;
}

.adv-item:nth-child(2):after{
    content: "";
    position: absolute;
    top: 5px;
    left: -35px;
    background-image: url(img/sprite/sprite.png);
    background-position: -168px -212px;
    width: 28px;
    height: 24px;
}

.adv-item:nth-child(3):after{
    content: "";
    position: absolute;
    top: 5px;
    left: -35px;
    background-image: url(img/sprite/sprite.png);
    background-position: -206px -212px;
    width: 29px;
    height: 19px;
}

.adv-item:nth-child(4):after{
    content: "";
    position: absolute;
    top: 5px;
    left: -32px;
    background-image: url(img/sprite/sprite.png);
    background-position: -328px -172px;
    width: 26px;
    height: 27px;
}

.adv-item h3{
    margin: 0;
    line-height: 20px;
    color: #333637;
    font-family: Georgia;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 2px;
}

.adv-item p{
    color: black;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
}

/*footer*/

.main-footer{
    color: #fff;
    background-color: #46473f;
    padding-bottom: 10px;
    position: relative;
    margin-top: 10px;
}

.main-footer:before{
    content: "";
    position: absolute;
    top: -21px;
    left: 23px;
    background-image: url(img/sprite/sprite.png);
    background-position: 0 0;
    width: 183px;
    height: 162px;
}

.footer-menu{
    padding: 10px 10px 15px 293px;
    background-color: #46473f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#46473f), to(#4a4b43));
    background-image: -webkit-linear-gradient(bottom, #46473f 0%, #4a4b43 100%);
    background-image: linear-gradient(to top, #46473f 0%, #4a4b43 100%);
}

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

.footer-menu li{
    display: inline-block;
    vertical-align: top;
    margin-right: 19px;
}

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

.footer-menu li br{
    display: none;
}

.footer-menu li.current-menu-item a{
    color: #3fbdff;
    text-decoration: none;
}

.footer-menu li.current-menu-item a:before{
    background-image: url(img/sprite/sprite.png);
    background-position: -99px -247px;
    width: 4px;
    height: 5px;
}

.footer-menu li.current-page-ancestor a{
    color: #3fbdff;
}

.footer-menu li.current-page-ancestor a:before{
    background-image: url(img/sprite/sprite.png);
    background-position: -99px -247px;
    width: 4px;
    height: 5px;
}

.footer-menu a{
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-decoration: underline;
    position: relative;
}

.footer-menu a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;
    background-image: url(img/sprite/sprite.png);
    background-position: -85px -247px;
    width: 4px;
    height: 5px;
    margin-top: -2px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.footer-menu a:hover{
    text-decoration: none;
}

.footer-menu a:hover:before{
    background-image: url(img/sprite/sprite.png);
    background-position: -99px -247px;
    width: 4px;
    height: 5px;
}

.footer-bt-wrap{
    padding: 4px 34px 15px 280px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6e6f6a), to(#51524d));
    background-image: -webkit-linear-gradient(bottom, #6e6f6a 0%, #51524d 100%);
    background-image: linear-gradient(to top, #6e6f6a 0%, #51524d 100%);
}

.footer-cat{
    margin-bottom: 20px;
}

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

.footer-cat li{
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
}

.footer-cat li:last-child{
    margin-right: 0;
}

.footer-cat li.current-menu-item a{
    color: #fff;
    text-decoration: none;
}

.footer-cat li.current-page-ancestor a{
    color: #fff;
    text-decoration: none;
}

.footer-cat a{
    color: #3fbeff;
    font-size: 12px;
    text-decoration: underline;
    line-height: 18px;
}

.footer-cat a:hover{
    color: #fff;
    text-decoration: none;
}

.footer-contacts{
    display: flex;
    justify-content: space-between;
}

.footer-contacts a{
    font-size: 12px;
    color: #3cacfe;
}

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

.footer-contacts__col_1 {
    display: flex;
    flex-direction: column;
    width: 170px;
    font-size: 12px;
    line-height: 1.2;
}
.footer-contacts__col_1 > div {
    margin: 5px 0;
}
.footer-contacts__col_1 img {
    width: 20px;
}

.footer_contacts__col_2 {
    display: flex;
    flex-direction: column;
}

.footer_contacts__col_2 > div, .footer_contacts__col_2 > a {
    margin: 5px 0;
}
.footer_contacts__col_2 img {
    margin-right: 5px;
}

.footer_contacts__col_3 {
    display: flex;
    flex-direction: column;
}

.footer-contacts__phone{
    padding-left: 22px;
    position: relative;
}

.footer-contacts__phone:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    background-image: url(img/sprite/sprite.png);
    background-position: -349px -212px;
    width: 10px;
    height: 17px;
}

.footer-contacts__skype{
    margin-right: 28px;
}

.footer-contacts__mail{
    margin-right: auto;
    margin-bottom: 5px;
}
.footer-contacts__mail a {
     color: #ffffff;
     text-decoration: none;
 }
.footer-contacts__mail a:hover {
    text-decoration: underline;
}

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

.copy-wrap .copy-cont{
    color: #ccc;
}

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

/*footer-END*/

/*popup-form*/

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

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

.uni-form{
    position: relative;
    margin: 0 auto;
    background-color: #cee3ed;
    border-right: 1px solid #e7f1ec;
    border-bottom: 1px solid #e7f1ec;
    -webkit-box-shadow: .5px 2px 3px rgba(103, 103, 103, .65);
    box-shadow: .5px 2px 3px rgba(103, 103, 103, .65);
    padding: 14px 23px 20px;
}

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

.uni-form .wpcf7-response-output{
    position: relative;
    top: 12px;
    color: #058125;
}

.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: 14px;
    color: #000;
    text-shadow: 0 0 0 #000;
    line-height: 22px;
    text-transform: uppercase;
}

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

.uni-form input:not([type="submit"]),
.uni-form select,
.uni-form textarea{
    border: none;
    -webkit-box-shadow: inset .5px .9px 2px rgba(103, 103, 103, .55);
    box-shadow: inset .5px .9px 2px rgba(103, 103, 103, .55);
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 17px;
}

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

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

.uni-form input[type="submit"]{
    border: none;
    width: 100%;
    background-color: #02b2f2;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#02b2f2), to(#0bf));
    background-image: -webkit-linear-gradient(bottom, #02b2f2 0%, #0bf 100%);
    background-image: linear-gradient(to top, #02b2f2 0%, #0bf 100%);
    -webkit-box-shadow: .5px .9px 3px rgba(103, 103, 103, .75);
    box-shadow: .5px .9px 3px rgba(103, 103, 103, .75);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-top: 6px;
    height: 40px;
    padding: 0;
    text-align: center;
}

.uni-form input[type="submit"]:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0bf), to(#02b2f2));
    background-image: -webkit-linear-gradient(bottom, #0bf 0%, #02b2f2 100%);
    background-image: linear-gradient(to top, #0bf 0%, #02b2f2 100%);
}

.mfp-bg{
    opacity: .46;
}

button.mfp-close{
    font-size: 0;
    background-image: url(img/sprite/sprite.png);
    background-position: -274px -212px;
    width: 19px;
    height: 19px;
    display: inline-block;
    right: 5px;
    top: 5px;
    opacity: 1;
}

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

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

/*popup-form-END*/

/*comments*/

.comment.thread-even > div{
    background-color: #f3f9ff;
    border: 1px solid #e0f4ff;
    -webkit-box-shadow: 1px 1.7px 4px rgba(169, 169, 169, .75);
    box-shadow: 1px 1.7px 4px rgba(169, 169, 169, .75);
    padding-left: 125px;
    min-height: 100px;
    position: relative;
}

.comment.thread-even > div:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 100%;
    border-right: 1px solid #e2f3fd;
    background-image: url("img/pict/autor-img.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.comment.thread-odd > div{
    background-color: #ededed;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 1.7px 4px rgba(169, 169, 169, .75);
    box-shadow: 1px 1.7px 4px rgba(169, 169, 169, .75);
    padding-left: 125px;
    min-height: 100px;
    position: relative;
}

.comment.thread-odd > div:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 100%;
    border-right: 1px solid #e1e1e1;
    background-image: url("img/pict/autor-img.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 .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: 15px 0;
    position: relative;
    text-align: left;
}

.comment > div{
    position: relative;
}

.children .comment > div{
    border: 1px solid #e1e1e1;
}

.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-autor-link{
    color: #898989;
    font-size: 12px;
}

.comment-autor-link a{
    color: #059eeb;
    font-size: 12px;
    text-decoration: underline;
}

.comment-autor-link a:hover{
    text-decoration: 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: 10px 150px 18px 17px;
    text-align: left;
    margin-top: 3px;
    position: relative;
    min-height: 100px;
}

.comment .comment-author-admin > div:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(img/pict/admin-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 131px;
    background-position: center;
    border-left: 1px solid #e1e1e1;
}

.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;
    font-family: "OpenSansBold";
}

.comment .fn{
    display: inline-block;
    color: #004e6b;
    font-family: Georgia;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-right: 0;
    margin-top: 0;
}

.children .comment .fn{
    display: inline-block;
    color: #004e6b;
    font-family: Georgia;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: inherit;
}

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

.comment-meta{
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    color: #004e6b;
    font-family: Georgia;
    font-size: 12px;
    line-height: 18px;
}

.comment-author{
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 14px 10px 25px 25px;
    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: 14px;
    line-height: 19px;
    margin-top: 10px;
}

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

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

.rev-form{
    padding-bottom: 23px;
    float: none;
    margin: 0 auto;
    margin-bottom: 42px;
    width: auto;
    max-width: 415px;
}

.rev-form-title{
    color: #466e83;
    /*font-family: Georgia;*/
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

/*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: 30px 0 36px;
    position: relative;
    text-align: center !important;
}

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

.wp-commentnavi span.current{
    width: 20px;
    height: 20px;
    background-color: #e9e9e9;
    border: 1px solid #e7e4e4;
    color: #7e7e7f;
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
    padding-top: 1px;
}

.wp-commentnavi a.page{
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #e4e2e2;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #a7abaf;
    font-size: 14px;
    padding-top: 1px;
}

.wp-commentnavi a.page:hover{
    background-color: #e9e9e9 !important;
    color: #7e7e7f !important;
}

.wp-commentnavi a{
    display: none;
}

/*reviews-num*/

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

/*anchor*/

.anchor{
    color: #16a4ec;
    color: #00aded;
    font-family: Georgia;
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
}

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

/*comments-END*/

/*order-form*/

.form-title{
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    text-align: center;
}

.order-form{
    margin-top: 15px;
    margin-bottom: 20px;
}

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

.order-form__descr{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.order-form__descr span{
    color: #f00;
}

.order-form.uni-form{
    position: relative;
    max-width: 780px;
    padding: 10px 30px 25px;
}

.order-form.uni-form label{
    text-transform: none;
}

.order-form.uni-form input:not([type="submit"]),
.order-form.uni-form select{
    width: 264px;
    height: 31px;
    background-color: #fff;
}

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

.order-form.uni-form select{
    color: #848383;
}

.order-form.uni-form input[type="submit"]{
    width: 264px;
    height: 45px;
    display: block;
    font-size: 16px;
}

.order-form-name{
font-size: 24px!important;
text-transform: none!important;
padding: 15px;
width: 100%;
}

.dynamicfield{
	border:3px solid #34c9ff!important;
}

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

.form-left{
    float: left;
}

.form-right{
    float: right;
}

/*order-form-END*/

.consult-block{
    background-color: #e3e3e3;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#ededed));
    background-image: -webkit-linear-gradient(bottom, #e3e3e3 0%, #ededed 100%);
    background-image: linear-gradient(to top, #e3e3e3 0%, #ededed 100%);
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    padding: 20px 15px 5px;
margin-top: 30px;
}

.consult-block__btn{
    text-align: center;
    padding-left: 0;
    width: 193px;
    margin: 0 7px 20px;
    border: 1px solid #fff;
    -webkit-box-shadow: .5px .9px 2px rgba(0, 0, 0, .55);
    box-shadow: .5px .9px 2px rgba(0, 0, 0, .55);
border-radius: 5px;
}

.consult-block .btn_red{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.consult-block h2{
    font-family: Georgia;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    margin-bottom: 22px;
    margin-top: 18px;
}

@media (min-width: 769px){

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

@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,
    .main-wrapper{
        width: 970px;
    }

    .sidebar{

    }

    .sidebar{

    }

}

@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,
    .main-wrapper{
        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;
    }

    .sidebar{

    }

}

@media (max-width: 1220px){

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

    .header-content{
        background-position: top right;
        padding-left: 30px;
        background-size: cover;
    }

    .header-left-col {
        display: none;
    }
    .header-mid-col {
        right: 0;
    }

    #catalog-main-page {
        flex-wrap: wrap;
    }

    .catalog-main-page-item__img {
        width: 100px;
    }
    .catalog-main-page-item__text {
        font-size: 16px;
    }

    .vuzy-goroda__block {
        width: 270px;
    }
    .vuzy_goroda__button {
        width: 220px;
        font-size: 14px;
    }

    .video-review {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .cat-list ul{
        padding: 0 6px;
    }

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

    .pop-carousel{
        padding: 9px 60px 8px;
    }

    .m-form input:not([type="submit"]){
        float: none;
        display: block;
        width: 100%;
    }

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

    .footer-cat li{
        margin-right: 20px;
    }

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

    .consult-block h2{
        font-size: 12px;
    }

    .footer-contacts {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px){

    .main-menu-row{
        background-color: #ffffff;
        width: 100%;
    }

    .main-menu-row__content{
        min-height: 35px;
        color: #000000;
    }

    .main-content {
        margin-top: 0;
    }

    .js-catalog-toggle{
        padding-bottom: 20px;
        display: none;
        flex-direction: column;
        align-items: center;
        background: rgb(225, 243, 255);
        border-bottom: 1px solid #000000;
    }

    .vuzy-goroda__blocks {
        flex-flow: column nowrap;
        align-items: center;
    }
    .vuzy-goroda__block {
        width: 100%;
    }
    .vuzy_goroda__button {
        /*width: 180px;*/
        font-size: 12px;
    }

    .last-news__blocks {
        flex-wrap: wrap;
    }

    .main-inner-page {
        margin-top: 0;
    }

    #find-docs > div {
        flex-wrap: wrap;
    }

    #find-docs select {
        margin: 10px 5px;
        background-position: 100% 38%;
    }
}

@media (max-width: 991px){

    .layout-container_flex{
        display: block;
    }

    .main-menu{
        position: fixed;
        bottom: 0;
        top: 0;
        left: -400px;
        padding: 0;
        z-index: 1000;
        -webkit-transition: all .5s;
        transition: all .5s;
        width: 320px!important;
    }

    .main-menu ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        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);
    }

    .main-menu li{
        display: block;
        text-align: left;
    }

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

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

    .menu-btn{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .menu-btn .find-document {
        margin-right: 10px;
        left: 0;
    }

    .header-content{
        min-height: 280px;
        background-image: url("img/pict/baner-sm-bg.jpg");
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .header-content__title{
        font-size: 28px;
    }

    .header-content__descr{
        font-size: 16px;
    }


    .breadcrumbs{
        padding: 20px 0 0;
    }

    .bc-wrap{
        padding: 2px 0;
        background-color: rgba(222, 229, 237, .5);
    }

    /*.inner-page {*/
    /*    flex-direction: column;*/
    /*}*/

    .inner-page-content {
        flex-basis: 100%;
    }

    .sidebar{
        flex-basis: 0;
        padding: 0;
    }

    .b-widget{
        display: none;
    }

    .catalog-title{
        display: none;
    }

    .cat-btn{
        display: block;
    }

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

    .cat-block h2{
        font-size: 14px;
        padding-top: 12px;
        height: 34px;
        line-height: 10px;
    }

    .cat-block h2{
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .usefull-info-list h2{
        display: block;
        text-align: left;
    }

    .inner-wrapper{
        padding: 0 15px 0 15px;
    }

    .main-footer:before{
        display: none;
    }

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

    .footer-menu{
        padding-bottom: 0;
        padding: 5px 10px 5px 17px;
    }

    .footer-bt-wrap{
        padding: 4px 34px 15px 17px;
    }

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

    #back-to-top {
        display: none;
    }
}

@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;
    }

    .sidebar-btn{
        margin-left: 15px;
    }

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

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

    .order-form.uni-form input:not([type="submit"]),
    .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){

    .header-content__right{
        padding-top: 28px;
    }

    .footer-cat a{
        line-height: 24px;
    }

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

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

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

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

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

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

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

@media (max-width: 640px){
    iframe {
        width: 100%;
    }

    .header-content{
        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;
        padding: 0 15px 0;
        background: linear-gradient(to top, #1684c3 0%, #3fb5dd 100%);
    }

    .catalog-main-page-item {
        margin: 0;
    }

    .header-right-col{
        float: none;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 9px;
    }
	
	.header-content__title {
		font-size:20px;
	}

    .header-content__descr{
        margin-bottom: 15px;
		font-size: 14px;
    }

    .header-content__btns{
        padding-right: 0;
    }
	
	 .header-content__btns .btn{
       display: none;
    }

    .header-content__contacts{
        *padding-left: 25px;
        margin-bottom: 20px;
				text-align:center!important;
    }
	
	.header-content__contacts a {
  display: inline-block;
  width: 49%;
		text-align:center!important;

	}
	
    .header-left-col, .header-mid-col, .header-content__right {
   text-align:center;
    }
	
	.phone-link::before, .mail-link::before {
		background:none;
	}
	
	.phone-link {
		font-size:16px;
		font-weight:400;
	}
	
	.time {
		margin-left:0;
	}

    #header-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    #header-mobile .header-content__contacts {
        color: #ffffff;
        margin: 20px 0;
    }
    #header-mobile .header-mobile-read-more hr {
        background: #ffffff;
    }
    #header-mobile .header-mobile-read-more strong {
        font-size: 20px;
        color: #004886;
        opacity: 0.9;
    }
    #header-mobile .header-mobile-read-more p {
        margin: 0;
        color: #ffffff;
        opacity: 0.7;
        font-size: 72px;
    }

    .catalog-main-page-item__img {
        width: 80px;
    }
    .catalog-main-page-item__text {
        /*flex-basis: 80%;*/
    }

    .m-form{
        width: 100%;
        float: none;
    }

    .adv-block{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .consult-block{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}
@media(max-width: 599px) {
    .vuzy-goroda-bottom__buttons {
        justify-content: center;
    }
}

@media (max-width: 580px){

}

@media (max-width: 480px){

    h1{
        font-size: 30px;
    }

    h2{
        font-size: 26px;
    }

    h3{
        font-size: 24px;
    }

    .header-content__descr br{
        display: none;
    }

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

    .m-form input[type="submit"]{
        float: none;
        margin: 0 auto;
        display: block;
    }

    .adv-block{
        padding-left: 43px;
    }

    .adv-block__title{
        margin-right: 0;
        text-align: left;
    }
}

@media (max-width: 380px){


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

@media (max-width: 350px){

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

    .footer-menu a:before{
        left: -10px;
    }
}

@-webkit-keyframes fadeOut{

    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

@keyframes fadeOut{

    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

/*таблица прайс*/
.pricetb td{
border-top: 1px solid #A0A0A0;
padding: 10px;
}

.prisetb img{
padding: 3px;
border: 1px solid #A0A0A0;
border-radius: 3px;
}

.pricetb a{
text-decoration:underline;
}

.docdiv {
padding: 10px;
width: 100%;
text-align: center;
border-bottom: 2px dashed #898989;
}

.docdiv img{
margin-right: -1px;
margin-top: -1px;
padding: 5px;
border: 1px solid #b6d8e4;
max-width: 220px;
height: auto;
}

.docdiv span{
font-size: 17px;
}

.docdiv h3{
margin-bottom: 15px!important;
}

.docdiv div{
display: inline-block;
}

/* ----------------------------------------------------------------------- */
/* BUYPOP */
/* ----------------------------------------------------------------------- */

.buypop{
background: #009ACD;
padding: 7px 10px;
font-size: 12px;
font-weight: bold;
color: #fff!important;
text-decoration: none!important;
border: 1px solid #D8D8D8;
text-align: center;
cursor: pointer;
border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
border-bottom: 1px solid rgba(0,0,0,0.25);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.buypop:hover {
background: #009999;
background: -moz-linear-gradient(0% 100% 90deg, #3366CC, #0099FF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#3366CC)); }

.buypop:active {
background: #009999;
background: -moz-linear-gradient(0% 100% 90deg, #3366CC, #0099FF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#3366CC));
box-shadow: inset 1px 1px 0 0 #004A7F;
-moz-box-shadow: inset 1px 1px 0 0 #004A7F;
-webkit-box-shadow: inset 1px 1px 0 0 #004A7F; padding: 3px 9px 1px 11px; }

.buydiplom {
    color: #FFF!important;
    font-size: 12px;
    background: #60ad2d;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none!important;
    border-radius: 5px;
    margin-right: 15px;
    border: 1px solid #fff;
    -webkit-box-shadow: .5px .9px 2px rgba(0, 0, 0, .55);
    box-shadow: .5px .9px 2px rgba(0, 0, 0, .55);
}

.buydiplom:hover {
background: #69d026;
}

.ramka {
border-left: 15px solid #bb2c2c;
padding: 20px 30px;
background: #e6e6e6;
line-height: 1.6;
	font-size:17px;
	margin-bottom:15px;
}

.ramka a{
	text-decoration:underline!important;
}

.sperech td{
padding: 5px;
	border: 1px solid #e6e6e6;
}

.sperech a{
	text-decoration:underline!important;
	/*color:#00c3ed;*/
}

.one_vuz_img img{
width: 120px;
height: 120px;
}

.one_vuz_img {
width: 150px;
}

.one_vuz{
text-align: left!important;
}

.one_vuz h1{
text-align: left!important;
}

.info_table img{
max-width: 110px;
height: auto;
margin-right: 10px;
}

.info_table td{
padding: 20px 10px;
line-height: 22px;
}

.info_title2 {
margin-bottom: 7px;
font-size: 16px;
text-decoration: underline;
}

.info_table{
border-bottom: 2px dashed #898989;
}

.popdocs{
text-align: center;
}

.popdoc{
display: inline-block;
text-align: center;
max-width: 170px;
border: 1px solid #f0f0f0;
    position: relative;
    z-index: 0;
letter-spacing: normal;
padding: 10px 10px 20px 10px;
margin-left: -5px;
}

.popdoc img{
max-width: 150px;
height: auto;
}

.popdoc1{
display: inline-block;
text-align: center;
max-width: 280px;
border: 1px solid #f0f0f0;
    position: relative;
    z-index: 0;
letter-spacing: normal;
padding: 20px 30px;
margin-left: -5px;
}

.popdoc1 img{
max-width: 230px;
height: auto;
margin-bottom:-15px;
margin-top:-15px;
}

.goroda{
display: inline-block;
vertical-align: top;
}

.documents{
text-align:center;
}

.document{
max-width:360px;
min-width: 320px;
padding: 10px;
border: 1px solid #f3f3f3;
overflow: hidden;
display: inline-block;
margin-right:4px;
margin-top:6px;
box-shadow:3px 3px 7px 0px #f3f3f3;
}

.docpic{
margin-bottom:10px;
}

.docpic img{
width: 270px;
height:auto;
}

.doctitle{
color: #000;
font-weight:600;
padding: 5px 30px;
line-height: 1.5;
font-size: 16px;
}

.docgoznak{
text-transform:uppercase;
color: green;
font-weight: 600;
margin-bottom:10px;
}

.docdescription{
font-size:12px;
margin-bottom:10px;
padding: 5px 25px;
}

.docprice{
font-size: 18px;
}

.goodblock{
text-align: center;
margin-bottom: 10px;
padding: 15px;
margin-top: 10px;
line-height: 1.3;
border: 7px solid #fff;
border-style: double;
padding: 15px;
background: #4cbcda;
color: #fff;
font-size: 14px;
font-family: Verdana;
}

.goodblock a{
	color:#fff;
}

.container {
max-width: 860px;
margin: 0 auto;
padding: 10px 15px;
display: flex;
border: 1px solid #eaeaea;
margin-bottom: 10px;
}

.dokument {
margin: 0 auto;
display: flex;
}

/* Columns */
.left-column {
  width: 40%;
  position: relative;
}

.leftdoc {
  *width: 80%;
  position: relative;
	float:left;
}

.right-column {
  width: 60%;
  margin-top: 0px;
	padding-left: 30px;
}

.rightdoc {
  margin-top: 0px;
	padding-left: 30px;
}

/* Left Column */
.bigimg {
width:300px;
}
.smimg img{
	width:100px;
	height:auto;
}

/* Product Description */
.name {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}
.name span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.name p {
  font-weight: 600;
  font-size: 17px;
  color: #000;
}

.prodconf p{
line-height: 20px;
font-size: 14px;
color: #595959;
}

.prodconf li{
	margin-bottom: 0px;
}

.prodconf span{
font-weight:600;
}
/* Product Price */

.prodprice span {
 font-size: 20px;
  color: #42B0EC;
	font-weight:600;
}

.buy-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 3px;
  font-size: 15px;
color: #FFFFFF;
text-decoration: none;
padding: 8px 20px;
transition: all .5s;
}
.buy-btn:hover {
  background-color: #64af3d;
}

.btn-blue{
background-color: #49C5FF;
}
.btn-blue:hover {
  background-color: #019AE1;
}
/* Responsive */
@media (max-width: 600px) {
  .container{
    flex-direction: column;
    margin-top: 0px;
	  padding: 0px 15px;
  }

	  .dokument{
    flex-direction: column;
    margin-top: 0px;
	  padding: 0px 15px;
  }

  .left-column,
  .right-column {
    width: 100%;
	  padding-left: 0px;
  }

.leftdoc,
  .rightdoc {
    width: 100%;
	  padding-left: 0px;
  }

  .bigimg {
    width: 100%;
    right: 0;
    top: -65px;
    left: initial;
  }
}

@media (max-width: 535px) {
  .bigimg {
    width: 100%;
    top: -85px;
  }
}
.option li{
	margin-bottom: 2px!important;
	text-align: center;
	list-style-type:none;
}

.option li:before {
    content: "★";
	color: #00c9ff;
	font-size:18px;
	font-weight:600;
	padding-right:10px;
   }

.opisanie{
	word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
line-height: 24px;
font-size: 15px;
}
.opisanie a{
	text-decoration:underline;
}

.goznak{
	border:none!important;
}

.goznak img{
	width:250px!important;
	margin-bottom:7px;
}
.gh2{
	background:#22889e;
	padding:7px;
	color: #fff;
}

.pricetb{
	width:100%;
	text-align:left;
}

.doctitle{
	background:#0099ff;
	font-weight:600;
	color: #ffffff;
	text-align: center;
}

.blockname{
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.textwidget {
	padding:10px;
	line-height:1.4;
	font-size:15px;
}

.img_comment{
padding: 15px;
background: #f4f4f4;
margin-top: -15px;
margin-bottom: 20px;
color: #646464;
font-size: 12px;
border-top: none;
line-height: 1.4;
}

.num__list ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
font-size:17px;
	line-height:1.4;
}

.num__list ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.num__list ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -60px;
	width: 50px;    
	color: #ea0101;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

ul {
font-size:17px;
	line-height:1.4;
}

.nonum__list a{
	text-decoration:underline;
}

.nonum__list li{
padding:15px;
}

.uz-more-how{
	margin-top:20px;
}
.uz-more{
	display: inline-block;
width: 49%;
	vertical-align:top;
	background:#deecff;
	padding:0px 20px;
		margin-right:10px;
	margin-bottom: 20px;
	min-height: 570px;
}

.uz-more em{
	color:#b70022;
}

.uz-how{
	display: inline-block;
width: 49%;
	vertical-align:top;
	background:#eeeeee;
	padding:0px 20px;
	min-height: 570px;
}

@media (max-width: 640px) {
  .uz-more{
width: 100%;
  }
	.uz-how{
	width: 100%;
  }
}

.form-ssuz{
	background-color:#fbf7e9!important;
	width:100%!important;
}

.buy-fast-new{
	background-image: linear-gradient(to top, #0374d7 0%, #81a8d2 100%);
	margin-bottom:3px;
}
.buy-fast-new:hover{
	background-image: linear-gradient(to bottom, #0374d7 0%, #81a8d2 100%);
}

.yakor{
text-decoration: none;
border-bottom: 1px dashed;	
}

.uz-like-it li{
	display: inline-block;
width: 30%;
vertical-align: top;
padding: 20px;
border: 1px solid #d2d2d2;
padding: 20px;
min-height: 110px;
	margin-right:10px;
}

.uz-like-it ul{
	margin-left:-25px;
}