/*   
Theme Name: DiplomOK
.
Развёрнутое описание темы/Лицензия-если-нужно.
.
*/
@font-face {
	font-family: ProximaNova;
	src: url(fonts/ProximaNova-Regular.ttf);
	font-display: swap;
}
@font-face {
	font-family: ProximaNovaBold;
	src: url(fonts/ProximaNova-Bold.ttf);
	font-weight: bold;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova;
	src: url(fonts/ProximaNova-Semibold.ttf);
	font-weight: 600;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body{
	font-family: ProximaNova, Helvetica, sans-serif;
	background-color: #ffffff !important;
	width: 100%;
}
a{
	scroll-behavior: smooth;
	outline: 0 !important;
}

.main-content li a {
	color:#00b3f9!important;
	text-decoration:underline;
}

.info_box a {
	color:#00b3f9!important;
	text-decoration:underline;
}

.main-content p{
	font-size:17px;
	color:#444;
	text-align:left;
}

.main-content p a{
	color:#00b3f9;
	text-decoration:underline;
}

.main-content td a{
	color:#00b3f9;
	text-decoration:underline;
}

.inside-wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.hidden {
	display: none;
}

.btn-main {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fa4d50;
	border-radius: 5px;
}

.btn-main > a {
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.btn-main > a:hover {
	color: #FFFFFF;
}

/* MODAL FEEDBACK */
.feedback {
	padding: 20px;
	background: #f5f5f5;
}

.feedback p {
	margin: 0!important;
}

.feedback .border-sep {
	height:3px;
	background: #fa4d50;
	display: block;
	transform: scaleX(0) translateY(-3px);
	transform-origin: 50%;
	opacity: 0;
	transition: all .15s linear;
}

.feedback input:focus + .border-sep {
	transform: scaleX(1) translateY(-3px);
	opacity: 1;
}

.feedback-header {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.feedback .required-field {
	padding-left: 3px;
	color: red;
}

.feedback .input-wrapper {
	margin: 20px 0;
}

.feedback .submit-wrapper {
	padding-bottom: 10px;
	text-align: center;
}

.feedback input, .feedback textarea {
	background: #f5f5f5;
	border-radius: 0;
	border-bottom: 1px solid #fa4d50!important;
}

.feedback input[type="submit"] {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	background: #fa4d50;
}
.feedback input[type="submit"]:hover {
	cursor: pointer;
	text-decoration: underline;
}

.feedback .message p:last-child {
	display: flex;
	justify-content: center;
}
/* MyForm - Окно заказа */
.myform {
	padding: 30px;
	font-family: ProximaNova, Helvetica, sans-serif;
	background: #f5f5f5;
}

.myform h3 {
	font-weight: bold;
	font-size: 40px;
}

.myform p {
	margin: 0!important;
}

.myform .required-field {
	padding-left: 3px;
	color: red;
}

.myform-body {
	/*max-width: 610px;*/
}

.myform-body .border-sep {
	height:3px;
	background: #fa4d50;
	display: block;
	transform: scaleX(0) translateY(-3px);
	transform-origin: 50%;
	opacity: 0;
	transition: all .15s linear;
}

.myform-body input:focus + .border-sep, .myform-body select:focus + .border-sep {
	transform: scaleX(1) translateY(-3px);
	opacity: 1;
}

.myform-body input, .myform-body select, .myform-body textarea {
	width: 100%;
	outline: 0;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #fa4d50;
	background: #f5f5f5;
	font-size: 16px;
}
.myform-body input::placeholder,.myform-body textarea::placeholder {
	font-family: ProximaNova, Helvetica, sans-serif;
}

.myform-row {
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.myform-row .input-wrapper {
	display: flex;
	flex-direction: column;
}

.myform-row .input-wrapper:first-child.uk-width-1-2\@m {
	margin-right: 20px;
}

.myform-body .wpcf7-form-control-wrap {
	width: 100%;
}

.myform-body textarea {
	height: 100px;
	resize: vertical;
}

.myform-body .submit-wrapper {
	margin: 20px auto;
	max-width: 310px;
}

.myform-body input[type="submit"] {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	font-family: ProximaNova, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	background: #fa4d50;
}
.myform-body input[type="submit"]:hover {
	cursor: pointer;
	text-decoration: underline;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-list li {
  margin-bottom: 15px;
}

.faq-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
  text-decoration: none;
  color: #2c3e50;
  font-size: 16px;
  transition: all 0.3s ease;
  border-left: 5px solid transparent;
}

.faq-list a:hover {
  background-color: #e9ecef;
  border-left-color: #3498db;
  transform: translateX(5px);
}

.icon-faq {
  color: #3498db;
  min-width: 24px;
  text-align: center;
}

@media(max-width: 959px) {

}

@media(max-width: 639px) {
	.myform-row {
		flex-direction: column;
	}

	.myform-row .input-wrapper {
		margin: 10px 0;
	}

	.myform-row .input-wrapper:first-child.uk-width-1-2\@m {
		margin-right: 0;
	}
}

/** HEADER - Шапка сайта **/
.header-container {
	padding-bottom: 25px;
	position: relative;
	z-index: 42;
	box-shadow: 2px 2px 7px 5px #11111126;
background: #f2f2f2;
}

.main{
	background-color: white;
	margin: 0;
	padding: 0 !important;
	box-shadow: 0 0 7px 2px rgba(0,0,0,0.9);
}
.top-header{
	padding-bottom:15px;
	padding-top:10px;
}

.logo{
	text-align: center;
}
.logo h1{
	font-size: 11px;
	font-weight: bold;
	margin: 0 !important;
}
.logo p {
	margin: 0;
	text-align: left;
}


.tel p{
	text-align: left;
	color:#9b9b9b;
	font-weight: bold;
	margin: 0 0 6px;
	text-indent: 22px;
	line-height: 16px;
}

.tel span {
	color: #9b9b9b;
	font-size: 16px;
	float: right;
}

.tel a {
	color: #5d5d5d;
}
.tel a:hover{
	color: #000000;
	text-decoration: underline;
}

.tel-order-call {
	color: #0190b9!important;
	text-decoration: underline;
}
.tel-order-call:hover {
	text-decoration: none!important;
}

.tel h5{
	font-size: 8px;
	text-align: right;
	font-style: italic;
	margin: 0;
	color: #9b9b9b;
	margin-right: 10px;
}

.socials img {
	width: 20px;
	margin-right: 5px;
}
.socials a {
	color: #000000;
}
.socials a:hover {
	color: #000000;
}

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

.email img {
	width: 22px;
}

.email-link {
    text-decoration: underline!important;
    color: #0190b9!important;
}
.email-link:hover {
    text-decoration: none!important;
    color: #0190b9!important;
}

.order {
	height: 45px;
}

.order a {
	padding: 0 20px;
	font-size: 14px;
}

.search-input {
	height: 30px;
	border: 1px solid #000000;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	background: transparent;
}
.search-input:focus {
	background: none!important;
}

.search-submit-img {
	margin-left: -20px;
	position: relative;
	top: 5px;
	right: 5px;
}

/* MAIN MENU IN HEADER - Верхнее меню в шапке сайта */
.header-main-menu-container {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.header-main-menu ul {
	margin: 0;
	padding: 15px 0 15px 0;
	display: flex;
	list-style-type: none;
}

.header-main-menu ul li a {
	padding: 10px 15px;
	color: #000000;
	font-weight:600;
}
.header-main-menu ul li a:hover, .header-main-menu ul li a[aria-current="page"] {
	color: #fa4d50;
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.5);
	border-radius: 5px;
	text-decoration: none;
}

.header-main-menu .location  span{
	margin-left: 5px;
	cursor:pointer;
}
/* SUB MAIN MENU IN HEADER - Подменю под главным в шапке сайта */
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content ul {
	display: flex;
}

.header-sub-main-menu ul {
	height: 50px;
	margin: 15px 0;
	margin-bottom: 0!important;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: column wrap;
}

.header-sub-main-menu ul.sub-menu {
	height: 100%;
	margin-top: 0;
}

.header-sub-main-menu ul li a {
	/*padding: 10px 15px;*/
	color: #000000;
	font-size: 16px;
}
.header-sub-main-menu ul li a:hover, .header-sub-main-menu ul li a[aria-current="page"] {
	color: #fa4d50;
	text-decoration: none;
}

.header-sub-main-menu .dropdown-menu {
	padding-top: 10px;
}

.header-sub-main-menu .dropdown-menu > ul {
	margin: 0;
	padding: 0;
	flex-flow: column nowrap;
	height: auto;
}

/* MAIN PAGE Settings */
.main-page section h1 {
	margin-top: 40px;
	font-weight: bold;
}

.main-page section h2 {
	margin-top: 40px;
	font-size: 46px;
	font-weight: bold;
}

.owl-dot span {
    background: rgba(250, 77, 80, 0.16)!important;
}
.owl-dot:hover span, .main-catalog-slider .owl-dot.active span {
    background: #fa4d50 !important;
}

/* PAGE Settings */
.page-container {
	margin-top: 20px;
	display: flex;
}
.page-container > div:last-child {
	margin-left: 50px;
}

.page-container h1 {
	margin-top: 0;
	font-size: 2.2rem;
font-weight: 800;
}

.page-container h2 {
	margin-top: 0;
	font-size: 2rem;
font-weight: 600;
	width:85%
}

.page-container h3 {
	margin-top: 0;
	font-size: 1.6rem;
font-weight: 800;
}

@media(max-width: 959px) {
	.page-container {
		flex-direction: column;
	}

	.page-container > div {
		margin: 0!important;
	}
}

/* HEADER MOBILE - Шапка на мобильниках */
.header-mobile p {
	margin: 0;
}
.header-mobile span {
	text-align: left;
}

.header-mobile-container {
	border-bottom: 1px solid #d2d2d2;
}
.header-mobile-container:nth-child(2) {
	margin-top: 10px;
}

.header-mobile-container .location{
	position: relative;
	left: 20px;
}

.header-mobile-container .location span {
	margin-left: 5px;
}

#mobile-toggle {
	transition: width 2s linear 1s;
	color: #fa4d50;
}
#mobile-toggle:hover, #mobile-toggle:active {
	color: red;
}

#mobile-toggle svg {
	width: 30px;
}

/* MOBILE MAIN MENU - Меню в шапке на мобильниках*/

#mobile-main-menu ul {
	/*padding: 0;*/
	list-style-type: none;
}

#mobile-main-menu ul li {
	margin: 10px 0;
}

#mobile-main-menu ul li a {
	font-size: 20px;
}

/* MOBILE SUB MAIN MENU - Подменю в шапке на мобильниках */

#toggle-sub-main-menu {
	color: #fa4d50;
	font-weight: bold;
}

/* Location */

.location {
	position: relative;
}


/* Dropdown Content (Hidden by Default) */
.location-content {
	top: 50px;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.location-content a {
	display: flex;
	color: #000000;
}
.location-content a:hover {
	color: #000000;
}

.location:hover .location-content {
	padding: 10px;
	display: block;
}

@media(max-width: 959px) {
	.location-content {
		top: 35px;
	}
}

/* SECTION: Page Head Container(BreadCrumbs) - Хлебные крошки*/

.page-head-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-head-container div.breadcrumbs {
	margin-bottom: 10px;
}

.page-head-container div.breadcrumbs span {
	font-size: 14px;
}

.page-head-container div.breadcrumbs span a {
	color: #000000;
}

.page-head-container div.breadcrumbs span.current-page {
	/*margin-left: 5px;*/
	font-weight: bold;
}


/* SECTION: Intro Landing - Вводная секция на главной */
.intro-landing {
	padding-bottom: 40px;
	min-height: 470px;
	height: 100%;
	background-color: #dedede;
	background-position: center;
	background-image: url("img/main/intro_landing.jpg");
	background-repeat: no-repeat;
	/*background-size: cover;*/
}

.intro-landing h2 {
	color: #fa4d50;
}

.intro-text {
	margin-top: 40px!important;
	font-size: 18px;
}

.btn-intro-landing {
	height: 80px;
	width: 390px;
	margin-top: 40px;
}

.btn-intro-landing > a {
	font-size: 28px;
}

.intro-landing strong {
	color: #fa4d50;
	font-weight: normal;
}

@media(max-width: 639px) {
    .intro-landing {
        background-image: none;
    }
}

/* SECTION: Documents main - Документы на главной странице */
.documents-main-description {
	margin-top: 50px;
	font-size: 18px;
}

.list-documents-main .document-cart {
	max-width: 530px;
	background-color: #fbfdff;
}

.list-documents-main .document-cart-title {
	margin: 20px 0;
	text-align: center;
	font-size: 22px;
}

.list-documents-main h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.document-cart {
	padding-bottom: 20px;
	border: 1px solid #fdfdfd;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
}

.document-cart-thumbnail {
	padding-left: 25px!important;
	padding-right: 10px;
}

/* todo: Убрать? */
/*.document-cart-thumbnail img {*/
/*    max-width: 300px;*/
/*}*/

.document-cart-tags {
	margin-top: 10px;
}

.document-cart-tags > div:not(:first-child) {
	margin-left: 5px;
}

.document-cart-hit, .document-cart-sale {
	padding: 0 30px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}

.document-cart-hit {
	background-color: #fa4d50;
	border: 1px solid #fa4d50;
	border-radius: 10px;
}

.document-cart-sale {
	background-color: #3ca254;
	border: 1px solid #3ca254;
	border-radius: 10px;
}

.document-cart-description {
	padding: 0!important;
}

.document-cart-description p {
	color: #424242;
	margin: 0;
	text-align:left;
}

.document-cart-description del {
	color: #fa4d50;
}

.document-cart-old-price {
	color: #000000;
	font-size: 18px;
}

.document-cart-price {
	/*margin-left: 20px;*/
	color: #fa4d50;
	font-size: 28px;
	font-weight: 600;
}

.document-cart-links {
	margin-top: 15px;
}

.document-cart-links a {
	color: #000000!important;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: #fa4d50;
	text-transform: uppercase;
}
.document-cart-links a:hover {
	text-decoration: none;
}

.document-cart-links img {
	margin-right: 5px;
	width: 20px!important;
    display: inline!important;
}

.document-cart-buttons {
	margin-top: 15px;
}

.document-cart-buttons a {
	padding: 10px 20px;
	border: 1px solid #fa4d50;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}

.document-cart-readmore {
	color: #fa4d50;
}
.document-cart-readmore:hover {
	color: #fa4d50;
}

.document-cart-buy {
	margin-left: 20px;
	background: #fa4d50;
	color: #ffffff;
}
.document-cart-buy:hover {
	color: #ffffff;
}

.main-catalog-slider .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-catalog-slider .owl-nav span {
    font-size: 30px;
}

.main-catalog-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 88%;
}

.main-catalog-slider .owl-next {
    position: absolute;
    right: 0;
    top: 88%;
}

@media(max-width: 959px) {

	.document-cart-description {
		padding: 0 30px!important;
	}

	.document-cart-links a {
		font-size: 10px;
	}
}

@media(max-width: 639px) {

	.list-documents-main .document-cart-title {
		font-size: 18px;
	}

	.document-cart-old-price {
		font-size: 14px;
	}

	.document-cart-price {
		font-size: 24px;
	}

	.document-cart-links {
		margin: 5px 0;
		flex-direction: column;
	}

	.document-cart-links a {
		font-size: 14px;
	}

	.document-cart-buttons {
		flex-direction: column;
		text-align: center;
	}

	.document-cart-buttons a {
		margin: 10px 0;
	}

	.document-cart-buy {
		margin: 0;
	}

	.main-catalog-slider .owl-next, .main-catalog-slider .owl-prev {
		top: 91%;
	}
}

/* SECTION: Main Professions - Профессии на главной */
.main-slide-pops {
	padding: 10px 0;
}

.main-slides-pop-items .owl-nav .owl-prev {
    position: absolute;
    left: -2%;
    top: 0;
}
.main-slides-pop-items .owl-nav .owl-next {
    position: absolute;
    right: -2%;
    top: 0;
}
.main-slides-pop-items .owl-nav span {
    font-size: 60px;
}

.main-slide-pop-item {
	margin: 10px;
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*border: 1px solid #fdfdfd;*/
	border-radius: 5px;

}
.main-slide-pop-item:hover {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
	background: #fbfdff;
}

.main-slide-pop-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-slide-pop-item a:hover {
    color: #424242;
}

.main-slide-pop-item img{
    width: 80px!important;
}

.main-slide-pop-item p {
	color: #424242;
	text-align: center;
	padding: 3px 10px;
	margin-bottom:0px;
}
.main-slide-pop-item p:hover {
	color: #424242;
}

.main-professions-description {
	font-size: 18px;
}

.btn-main-bottom {
	width: 390px;
	margin: 50px auto;
	display: flex;
	text-align: center;
	background: #fa4d50;
	border-radius: 5px;
}
.btn-main-bottom > a {
	width: inherit;
	padding: 10px 0;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFFFFF!important;
}

@media(max-width: 639px) {
    .main-slides-pop-items .owl-nav .owl-next, .main-slides-pop-items .owl-nav .owl-prev {
        top: 0;
    }

    .main-slides-pop-items .owl-nav .owl-prev {
        left: 0;
    }

    .main-slides-pop-items .owl-nav .owl-next {
        right: 0;
    }
}

/* SECTION: Main Vuzy - ВУЗы на главной */
.main-vuzy-description {
	font-size: 18px;
}

/* SECTION: Main Video - Видео на главной */

.video-main {
	margin-bottom: -80px;
}

.video-main iframe {
	z-index: 9999;
}

.video-line {
	background: #fa4d50;
	height: 150px;
	position: absolute;
	z-index: 0;
	width: 100%;
	margin-top: 85px;
}

/* SECTION: Map Contacts - Карта с контактами */

@media(max-width: 639px) {
	.video-main {
		height: 400px;
	}
}

/* SECTION: Useful Info - Блок с полезной информацией */
.useful-info-blocks {
	margin-top: 50px;
}

.useful-info-blocks .owl-stage {
	padding-top: 20px;
	padding-bottom: 20px;
}

.useful-info-block {
	padding: 30px 50px 30px 30px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
	background: #fbfdff;
	border-radius: 5px;
}

.useful-info-date {
	font-size: 14px;
}

.useful-info-title {
	font-size: 18px;
}

.useful-info-content {
	margin: 20px 0;
}

.useful-info-block a {
	font-size: 18px;
	font-weight: bold;
	color: #fa4d50;
}
.useful-info-block a:hover {
	color: #fa4d50;
}

/* SECTION: Last Reviews - Последние отзывы */
.reviews-container {
	padding: 20px 50px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
	border-radius: 5px;
}

.review-block {
	padding: 30px 10px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}
.review-block:first-child {
	border-top: none;
}
.review-block:last-child {
	border-bottom: none;
}

.review-info {
	width: 300px;
	display: flex;
	justify-content: space-between;
}

.review-name {
	font-size: 18px;
	font-weight: bold;
}

.review-date {
	font-size: 18px;
}

@media(max-width: 639px) {

	.reviews-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.review-block {
		padding-left: 0;
		padding-right: 0;
	}

	.review-name, .review-date {
		font-size: 13px;
	}

	.review-info {
		width: 100%;
	}
}


/* SECTION: Callback Form - Форма обратной связи */
.callback-form {
	background: #f5f5f5;
	margin-top: 20px;
	padding-bottom: 60px;
}

.callback-form h2 {
	margin-top: 0!important;
	padding-top: 50px;
	font-size: 46px;
	font-weight: bold;
}

.callback-form-container .border-sep {
	height:3px;
	width: 95%;
	background: #fa4d50;
	display: block;
	transform: scaleX(0) translateY(-2px);
	transform-origin: 50%;
	opacity: 0;
	transition: all .15s linear;
}

.callback-form-container input {
	width: 95%;
	outline: 0;
	padding: 10px 0;
	background: #f5f5f5;
	border: none;
	border-bottom: 1px solid #fa4d50;
}
.callback-form-container input::placeholder {
	font-family: ProximaNova;
	font-size: 16px;
}
.callback-form input:last-child {
	padding-right: 20px;
}
.callback-form-container input:focus + .border-sep {
	transform: scaleX(1) translateY(-2px);
	opacity: 1;
}

.callback-form-container .border-sep:last-child  {
	width: 98%;
}

.callback-form-container .btn-main a {
	padding: 20px 30px;
	font-size: 28px;
}

.callback-form p {
	font-size: 18px;
}

.callback-form-container p {
	margin: 40px 0;
}

@media(max-width: 959px) {

	.callback-form-container > div {
		flex-flow: column nowrap;
	}

	.callback-form-container input:last-child {
		padding-right: 0!important;
	}

	.callback-input-wrapper {
		margin: 20px 0;
	}

}

@media(max-width: 639px) {

	.callback-form h2 {
		font-size: 30px;
	}

	.callback-form-container .btn-main a {
		padding: 10px 20px;
	}
}

/* FOOTER - Подвал сайта */

footer {
	padding-top: 50px;
	background-color: #434040;
}

footer p, footer a, footer span, footer strong {
	color: #e8e7e3!important;
}

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

footer ul li a {
	font-size: 14px;
}

.footer-column:last-child a {
	font-weight: bold;
}

.footer-logo {
	width: 300px;
}

.footer-logo img {
	margin: 0 10px;
}

.footer-logo > div {
	padding: 10px 0;
}

@media(max-width: 639px) {
	footer {
		padding-bottom: 100px;
	}

	.footer-container {
		flex-direction: column;
	}
}

/* Small */
@media(max-width: 959px) {

	.inside-wrapper {
		padding: 0 30px;
	}
}
/* Extra small */
@media(max-width: 639px) {

	.btn-main {
		width: 100%;
	}

	.btn-main-bottom {
		width: 100%;
	}

	.main-page section h2 {
		font-size: 30px;
	}

}

/* PAGE-CATEGORY: Шаблон страницы с документами */
.category-documents .document-cart {
	padding: 10px 30px;
}

.category-documents .document-cart-tags {
	margin: 0;
	margin-bottom: 5px;
	display: flex;
}

.category-documents .document-cart-title {
	font-size: 22px;
}

.category-documents .document-cart-thumbnail {
	height: 200px;
	padding: 20px 0!important;
}

@media(max-width: 959px) {
	.category-documents .document-cart-tags {
		margin-top: 10px;
	}

	.category-documents .document-cart-description {
		padding: 0!important;
	}
}

/* ASIDE: Сайдбар */

aside {
	height: 100%;
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.5)
}

.sidebar-wrapper {
	padding: 10px 20px;
}

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

.sidebar-menu ul.menu > li > a{
	font-weight:bold;
}

.sidebar-menu strong {
	font-size: 14px;
}

.sidebar-menu a {
	font-size: 14px;
	color: #000000;
}

.sidebar-menu a:hover,
.sidebar-menu a[aria-current="page"] {
	color: #fa4d50;
}

#sidebar-video {
	width: 100%;
}

.choose-us {
	flex-direction: column;
}

.choose-us strong {
	margin-top: 20px;
	margin-bottom: 10px;
}

.choose-us .btn-main {
	padding: 10px 4px;
	font-size: 12px;
}

.choose-us-block {
	margin: 10px 0;
	display: flex;
	font-size: 14px;
}

.sliders-block {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sidebar-slides-pop-items {
	margin-top: 30px;
}

.sidebar-slides-pop-items .main-slide-pop-item:hover {
	box-shadow: none;
}

.sidebar-slides-pop-items .owl-nav span {
	font-size: 80px;
}

.sidebar-slides-pop-items .owl-prev {
	position: absolute;
	left: -15px;
	top: -10%;
}

.sidebar-slides-pop-items .owl-next {
	position: absolute;
	right: -15px;
	top: -10%;
}


.sidebar-last-news .useful-info-block {
	border: 1px solid #e2e2e2;
	padding: 15px;
	box-shadow: none;
	background-color: #ffffff;

}

.sidebar-last-news .useful-info-content {
	font-size: 12px;
}

.sidebar-last-news .owl-nav span {
	font-size: 25px;
}

.sidebar-last-news .owl-prev {
	position: absolute;
	left: 0;
	top: 87%;
}

.sidebar-last-news .owl-next {
	position: absolute;
	right: 0;
	top: 87%;
}

.sidebar-last-news  .useful-info-title,
.sidebar-last-news  .useful-info-content p,
.sidebar-last-news  .useful-info-content a,
.sidebar-last-news  .useful-info-block a {
	font-size: 14px;
}

@media(max-width: 959px) {
	aside {
		margin-top: 50px;
		box-shadow: none;
	}

	.sidebar-wrapper {
		padding: 0;
	}

	#sidebar-video {
		height: 350px;
	}
}

.info-body li > a:hover {
		color: #00b4ff;
		text-decoration: none;
	}

	.in{
		padding-left: 45px;
		padding-top: 15px;
	}
	.in span{
		display: none;
		cursor: pointer;
		width: 200px;
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
		color: #858585;
	}
	.in span:hover{
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		color: black;
	}
	.in span:hover:after{
		border-top: 10px solid black;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	.in span:after{
		content: "";
		margin-left: 10px;
		top:7px;
		width:0px;
		height:0px;
		position: absolute;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #858585;
	}
	.open{
		padding-bottom: 10px;
	}
	.bg{
		background: url("images/bg.png") no-repeat;
		background-size: 100%;
	}

	.column ul{
		font-size: 15px;
		list-style-type: none;
		white-space: nowrap;
	}
	.column ul a{
		color:black;
		text-decoration: underline;
	}
	.column li ul{
		font-size: 12px;
		list-style-type: none;
		padding-left: 25px;
		white-space: nowrap;
	}

	.list a{
		color:black;
		text-decoration: underline;
	}
	.large-list a:hover{
		color: #00b4ff;
		text-decoration: none;
	}
	.list a:hover{
		color: #00b4ff;
		text-decoration: none;
	}
	.column{
		padding-top: 0;
		padding-left: 25px !important;
		padding-right: 0px !important;
	}
	.column ul .current-menu-item > a{
		color: #d83c4b;
	}
	.column ul li{
		padding-bottom: 4px;
	}
	.column li ul li{
		padding-top: 3px;
		padding-bottom: 0;
	}
	.null{
		padding-left: 0 !important;
		padding-right: 0 !important;
		overflow: hidden;
		display: inline-block;
	}
	.mrg-top{
		padding: 0 0 28px 10px;
	}
	.security-first{
		padding: 0 0 0 10px;
	}
	.btn {
		height: 33px;
		border-radius: 0 !important;
		border: none !important;
		background-color: #00b4ff !important;
		text-align: center;
		padding: 8px 30px !important;
	}
	.btn p{
		margin-left: -22px;
	}
	.search{
		text-align: right;
		overflow: hidden;
	}
	.search input{
		width: 100%;
		height: 33px;
		border-radius: 0 !important;
		display: inline-block;
		max-width: 170px;
	}
	.search input[type="submit"]{
		width: auto;
		max-width: 58px;
		padding: 6px !important;
		display: inline-block;
	}
	.btn:hover{
		background-color: #01a5ea !important;
	}
	.security{
		padding-top: 15px;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.buy{
		padding-top: 15px;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.security-first{
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 30px;
	}
	.security-second{
		padding-left: 5px !important;
		padding-right: 0 !important;
		white-space: nowrap;
		font-size: 16px;
		font-style: italic;
		text-decoration: underline;
		font-color: #0072a2;
	}
	.buy{
		padding-top: 10px;
	}
	.gradient{
		background: linear-gradient(to bottom, #c6c6c6, #fefefe);
		padding-left: 28%;
		padding-top: 10px;
		padding-bottom: 6px;
		font-size: 11px;
	}

	.info{
		padding-top: 10px;
	}
	.info-header{
		background: #0097b7 url("images/brainstorming.png") no-repeat;
		background-position: 95%;
		height: 45px;
	}
	.info-header span{
		position: relative;
		top: 12px;
		left: 13px;
		text-transform: uppercase;
		color: white;
		font-size: 14px;
	}
	.info-body{
		background: #f0f0f0;
		padding-top: 10px;
		padding-bottom: 7px;
	}
	.info-body ul{
		margin-left: 15%;
		list-style-image: url("images/next.png");
	}
	.info-body li{
		margin-right: 8px;
	}
	.info-body ul li a{
		font-size: 12px;
		display: block;
		padding: 4px;
		color: black;
		text-decoration: underline;
		color: #000;
	}
	.info-body li:hover{
		background: #ffffff;
		list-style-image: url("images/next-hover.png");
	}
	.info-body li>a:hover{
		color: #00b4ff;
		text-decoration: none;
	}
	.why-we{
		padding-top: 20px;
	}
	.why-we p{
		font-size: 14px;
		font-weight: bold;
	}
	.why-we ol{
		padding-left: 20px;
padding-right: 20px;
	}
	.why-we ol li{
		line-height: 16px;
		padding-bottom: 12px;
		font-weight: bold;
		font-size: 12px;
		color: red;
padding-top: 5px;
	}
	.why-we li p{
		font-weight: normal;
		font-size: 12px;
		color: #848484;
		margin: 0;
	}
	.decor{
		font-size: 16px !important;
		color: #07addd !important;
		font-weight: normal !important;
		text-decoration: underline !important;
		margin-left: 10px;
		padding-bottom: 10px;
	}
	.review{
		padding-top: 25px;
	}
	.review-header{
		background: #A8545A url("images/happy1.png") no-repeat;
		background-position: 95%;
		height: 45px;
	}
	.reviews-head{
		padding: 10px 0;
		margin-bottom: 5px;
	}
	.reviews-head > div{
		display: inline-block;
	}
	.review-header span{
		position: relative;
		top: 12px;
		left: 13px;
		text-transform: uppercase;
		color: white;
		font-size: 14px;
	}
	.date-reviews{
		margin-left: 20px;
	}
	.buy-diploma{
		padding-top: 3px;
	}

.buy-diploma ul li{
padding-left: 5px;
margin-left: 10%;
}

.buy-diploma ol li{
padding-left: 5px;
margin-left: 10%;
margin-bottom: 1.2em;
}

	.buy-diploma h1{
		font: 26px Arial,Helvetica,sans-serif;
color: #323232;
margin: 15px 0px 15px;
	}

	.buy-diploma h2{
		color: #323232;
		font-size: 20px;
		font-family: "Arial";
padding-top: 5px;
padding-bottom: 5px;
	}

	.buy-diploma h3{
		color: #323232;
		font-size: 16px;
		font-family: "Arial";
padding-top: 5px;
padding-bottom: 5px;
font-weight: 600;
	}

	.buy-diploma p{
		font-size: 15px;
color: #505050;
	}
	.buy-diploma a{
		color: #07addd;
		text-decoration: underline;
	}
	.inv{
		display: none;
	}
	.inv2{
		display: none;
	}
	.examples{

	}
	.examples-each{
		padding-left: 7px !important;
		padding-right: 7px !important;
		padding-bottom: 15px !important;
		height: auto;
		text-align: center;
	}
	.examples-body{
		border: 1px solid #d7d7d7;
		padding-bottom: 15px !important;
		padding-top: 10px;
		text-align: center;
	}
	.examples-body img{
		margin: 0 auto;
	}
	.examples-each img{
		height: auto;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.vuz img{
		width: 50%;
	}
	.examples-each a{
		font-size: 14px;
		color: #07addd;
		text-decoration: underline;
	}
	.price{
		padding-top: 10px;
	}
	.btn-color{
		background: #0e9a18 !important;
		text-decoration: none !important;
		width: 90px !important;
		height: 22px !important;
	}
	.btn-color:hover{
		background: #09560f !important;
	}
	.btn-color h4{
		font-size: 12px;
		color: #fff !important;
		margin-left: -4px !important;
		margin-top: -4px !important;
	}
	.examples-body p{
		padding-top: 10px;
		color: #000000;
		font-size: 14px;
		font-weight: bold;
	} 
	.examples-body span{
		color: #5c5c5c;
		font-weight: normal;
	}
	.padding-b{
		padding-bottom: 15px;
	}
	.pop-prof-block{
		padding-top: 10px;
	}

	.pop-prof p{
		font-size: 14px;
	}
	.read-more{
		text-align: center;
		padding-top: 7px;
	}
	.buy-button{
		background: #0b8ac0;
		text-decoration: none !important;
		width: 90px !important;
		height: 22px !important;
	}
	.buy-button:hover{
		background: #00628b !important;
	}
	.buy-button h4{
		font-size: 12px;
		color: #fff !important;
		margin-left: -8px !important;
		margin-top: -4px !important;
	}
	.slider{
		background-color: #f4f4f4;
		outline: none;
	}
	.review-body{
		height: 100%;
		background-color: #f4f4f4;
	}
	.slider .name p{
		text-align: left;
		padding-left: 16px;
font-size: 12px;
	}
	.slick-slide{
		padding-top: 15px !important;
		outline: 0;
	}
	.slick-prev{
		bottom: 10px;
		left: 30px !important;
		background: url("images/left.png") no-repeat !important;
	} 
	.slick-prev:hover{
		background: url("images/left-hover.png") no-repeat !important;
	}
	.slick-next{
		background: url("images/right.png") no-repeat !important;
		right: 104px !important;
	}
	.slick-next:hover{
		background: url("images/right-hover.png") no-repeat !important;
	}
	.slider .slick-prev, .slider .slick-next{
		bottom: 10px !important;
		padding-bottom: 20px !important;
	}
	.slick-dots{
		position: initial !important;
		text-align: left !important;
		margin: 0;
		padding-bottom: 18px !important;
	}
	.slick-dots button{
		height: 13px !important;
		width: 13px !important;
		background: lightgray !important;
		border-radius: 50px !important;
		display: inline-block !important;
		box-shadow:0px 0px 4px gray inset !important;
	}
	.slick-dots li{
		margin: 0  !important;
	}
	.slick-dots button:hover {
		background-color: #838383 !important;
		box-shadow: inset 2px 0px 2px -2px #333;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	.slick-active button{
		background: #7b7b7b !important;
	}
	.menu-wrapper .current-menu-item a{
		background: #53b9f3;
		color: #fff;
	}
	.footer-ul .current-menu-item a{
		color: #ab4b68;
	}
	.info-body .current-menu-item a{
		color: #00b4ff;
	}
	.info-body .current-menu-item {
		list-style-image: url("images/next-hover.png");
	}
	.name, .where, .date{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.name{
		text-align: right;
	}
	.where{
		text-align: left;
	}
	.where p{
		padding-left: 5px;
	}
	.name, .where{
		font-weight: bold;
	}
	.date{
		font-style:italic;
	}
	.article p{
		color:#4b4b4b;
font-style: italic;
	}
	.footer-ul li{
		padding-top: 20px;
		font-size: 12px;
		padding-left: 20px;
		display: inline;
		float: left;
		text-decoration: underline;
		text-transform: uppercase;
	}
	.footer-ul li:first-child{
		padding-left: 8px;
	}
	.footer-ul a{
		color: black;
	}
	.decor-footer{
		font-size: 11px;
		color: #07addd;
		font-weight: bold;
		text-decoration: underline;
	}
	.footer-info{
		padding-left:4px !important;
		padding-right:0px !important; 
	}
	.footer-info p{
		margin: 0 !important;
		font-size: 12px;
	}
	.footer-info span{
		font-size: 12px;
		font-weight: bold;
	}
	.diplom-img img{
		width: 100%;
		margin-top: -25px;
	}


	/* CONTACTS HTML */

	.main-block h2{
		color: #0073a9;
		font-size: 25px;
	}
	.contacts{
		padding-bottom: 15px;
	}
	.contact-info{
		height: 100px;
	}
	.contact-info-img {
		padding-bottom: 25px;
	}
	.contact-info-img li {
		list-style-type: none;
		padding-bottom: 35px;
	}
	.calk li {
		font-size: 18px;
	}
	.calk p{
		font-size: 13px;
	}
	.calk a{
		color: #2aa1f0;
		text-decoration: underline;
	}
	#hidden-form {
    max-width: 315px;
    margin: auto;
    position: relative;
}

	#hidden-form1 {
    max-width: 315px;
    margin: auto;
    position: relative;
height:200px;
}
#hidden-form1 p{
    margin: 0 !important;
}

#fast-order {
	max-width: 610px;
	margin: 0 auto;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}
	.inputs-block{
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-top: 15px;
	}
	.inputs-block h6{
		margin-bottom: 5px !important;
	}
	.msg{
		width: 100%;
		outline: none;
		height: 30px;
		background: #eeeeee;
		border: none !important;
	}
	.send{
		width: 120px;
		height: 30px;
		background: #037879;
		border: none;
	}
	.send:active{
		outline: none;
	}
	.send span{
		color:white;
		font-size: 16px;
	}

	/* CONTACTS HTML end */



	/* REVIEW HTML */
	.content-reviews > p{
		margin-bottom: 10px;
	} 
	.comment .fn {
		display: inline-block;
		font-size: 14px;
		margin-right: 30px;
		margin-top: 0;
		margin-bottom: 0;
		font-weight: 700;
	}
	.comment-author {
		text-align: left;
		display: inline-block;
		padding: 8px 15px 8px 0px;

	}
	.comment:nth-child(2n) .comment-author {
	}
	.commentlist em{
		color: #00b4ff;
	}
	.content-reviews ul, .content-reviews ol{
		list-style-type: none;
	}
	.commentlist{
		padding: 0 15px;
	}
	.commentlist p{
		font-size: 17px;
		color: #4a4a4a;
padding-left: 0px;

	}
	.commentlist cite{
		font-style: normal;
	}
	.comment .comment-author-admin {
		padding: 0;
		background-color: #fff;
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		margin: 0;
		text-align: right;

	}
	.comment .comment-author-admin > div {
		min-width: 30%;
		max-width: 58%;
		display: inline-block;
		text-align: left;
		padding: 10px;
		background: #fcf4d6;
		position: relative;
		margin-bottom: 0px;
	}
	.comment .comment-author-admin > div:after {
		right: 100%;
		top: 30%;
		content: '';
		position: absolute;
		border: 0 solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 40px solid #fcf4d6;
	}
	.comment .comment-author-admin p {
		    font-size: 14px;
    margin: 0px;
    padding-left: 10px;
}
	.comment .comment-author-admin .comment-author {
		background-color: transparent;
		padding: 0;
		margin-bottom: 10px;
	}
	.comment .comment-author-admin .commentmetadata {
		display: none;
	}
	.comment {
position: relative;
text-align: left;
margin: 0px 0;
padding-left: 0px;
padding-bottom: 10px;
border-top: 1px solid #cfcfcf;
	}
	.content-reviews .comment-notes, .content-reviews #reply-title{
		display: none;
	}
	.wp-commentnavi{
		text-align: center !important;
		position: relative;
		margin: 24px 0;
	}
	.wp-commentnavi span.current {
		border: none !important;
		font-weight: normal !important;
		padding: 0 !important;
		font-size: 16px;
	}
	.wp-commentnavi .pages {
		display: none;
	}
	div.pages, div.single, .content-reviews{
		margin-bottom: 50px;
	}
	.wp-commentnavi a, .wp-commentnavi a:link {
		border: none !important;
		color: #07addd !important;
		font-size: 16px;
		padding: 0 !important;
	}
	/*form*/
	.form-submit{
		color: #fff;
		font-size: 16px;
	}
	.inputs-block{
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-top: 15px;
	}
	.inputs-block h6{
		margin-bottom: 5px !important;
	}
	.msg{
		width: 100%;
		outline: none;
		height: 25px;
		background: #eeeeee;
		border: none !important;
	}
	.send{
		width: 100%;
		height: 30px;
		background: #037879;
		border: none;
	}
	.send:hover{
		background: #048a8b;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
	}
	.send:active{
		outline: none;
	}
	.send span{
		color:white;
		font-size: 16px;
	}
	/*admin*/
	.arrow_box {
		width: 58%;
		height: auto;
		position: relative;
		background: #fcf4d6;
		margin-left: 120px;
		padding:10px;
		float: right;
		margin-bottom: 30px;
	}
	.arrow_box:after {
		right: 100%;
		top: 30%;
		content: ''; 
		position: absolute;
		border: 0 solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 40px solid #fcf4d6;
	}
	.arrow_box h5{
		margin-top: 0 !important;
		font-style: italic;
	}
	.arrow_box span{
		font-size: 13px;
		font-style: italic;
	}
	.content-reviews h1{
		color:#0f629b;
		font-size: 26px;
	}

	/*404*/
	.not-f{
		min-height: 400px;
		color: #00b4ff;
		text-align: center;
	}
	/*popular*/

	.popular{
		padding: 24px 0 30px;
	}

	.popular__content h1{
		font-size: 24px;
		color: #545454;
		margin-top: 0;
	}

	.popular__content p{
		line-height: 24px;
	}

	.popular__items{
		text-align: center;
	}

	.popular-diploma h2{
		color: #5c5c5c;
		font-size: 18px;
		text-align: left;
	}

	.popular__item{
		width: 200px;
		min-height: 260px;
			display:inline-block;
		padding: 10px 7px 20px 7px;
		-webkit-transition: all .3s;
		transition: all .3s;
		border: 1px solid #dedede;
		vertical-align: top;
margin-right:-5px;
margin-top: -1px;
	}

	.popular__item-cont{
		padding: 0px 12px;
		font-size: 12px;
		line-height: 16px;
		line-height: 1.42857143
	}
	.popular__item-cont img{
		width: 100%;
		height: auto;
		*min-height: 123px;
		max-height: 123px;
	}
	.popular__item-cont a{
		font-size: 14px;
text-color: #07ADDD!important;
	}
	.popular__item-cont p{
		font-size: 14px;
	}
	.popular__item-cont p a{
		color: #07addd;
		padding: 0 5px;
	}

	.popular__price{
		font-weight: bold;
		padding-top: 6px;
		color: #000000;
		font-size: 14px !important;
	}

	.popular__button .pay{
		display: inline-block;
		border-color: #398439;
		background-color: #a2b621;
		color: #fff;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
	}
	.popular__button .payJ{
		background: #09560f;
	}
    .permalink a{
		display: block;
		padding: 0 13px;
	}
    .column ul a:hover{
	color: #00b4ff;
    }
    .pop-content{
        margin-top: 4px;
        min-height: 40px;
        display: block;
    }
	/*popular-end*/
	.wpcf7-response-output {
    font-size: 12px !important;
    margin: 0 !important;
    }
    /*popup-order*/
	a.popup-order{
		display: inline-block;
		min-width: 120px;
		/*min-height: 36px;*/
		padding: 10px 12px;
		background-color: #55a057;
		color: #fff!important;
		font-size: 14px;
		text-decoration: none!important;
		text-align: center;
		line-height: 18px;
		transition: background-color  .3s;
border-radius: 3px;
margin-top: 10px;
margin-bottom: 10px;
	}
	a.popup-order:hover{
		background-color: #228c4b;
		color: #fff;
		text-decoration: none;
	}
	a.popup-order:focus{
		color: #fff;
		text-decoration: none;
	}
	#order{
    margin: auto;
    max-width: 400px;
    position: relative;
    }
    #one-click {
    margin: auto;
    max-width: 320px;
    position: relative;
    }
    #one-click select {
        margin-bottom: 25px;
    }
	/*popup-order-end*/


.spisok ul li{
padding-left: 5px;
margin-left: 40px;
}

.doc{
width: 100%;
display: table-cell;
padding-top: 0px;
padding-left: 0px;
padding-right: 30px;
padding-bottom: 5px;
border-bottom: 1px solid #dddddd;
}

.doc img{
margin-right: 25px;
margin-top: 5px;
float: left;
	width:300px;
	height:auto;
}

.doc right{
text-align: left;
padding-top: 10px;
 }


.more {
text-align: center;
 	display: inline-block;
padding: 5px 10px;
background: #05a7dc;
 	text-decoration: none!important;
 	color: #fff!important;
 	margin-right: 3px;
 	-webkit-transition: all .2s;
 	transition: all .2s;
margin-top: 10px;
border-radius: 3px;
 }

.more:hover{
 	background-color: #007fa8;
 	color: #fff;
 }

.myorder {
text-align: center;
 	display: inline-block;
padding: 5px 20px;
background: #bf5e5e;
 	text-decoration: none!important;
 	color: #fff!important;
 	margin-right: 3px;
 	-webkit-transition: all .2s;
 	transition: all .2s;
margin-top: 10px;
border-radius: 3px;
 }

.myorder:hover{
 	background-color: #a3002a;
 	color: #fff;
 }

	a.mybutton{
		display: inline-block;
		min-width: 120px;
		/*min-height: 36px;*/
		padding: 12px 17px;
		background-color: #3fa566;
		font-size: 14px;
		text-decoration: none!important;
		text-align: center;
		line-height: 18px;
		transition: background-color  .3s;
border-radius: 3px;
margin-bottom: 15px;
margin-top: 10px;
		color:white!important;
	}
	a.mybutton:hover{
		background-color: #6BCE90;
		color: #fff;
		text-decoration: none;
	}
	a.mybutton:focus{
		color: #fff;
		text-decoration: none;
	}

.vuztable td{
padding: 5px;
border-bottom: 1px dotted #d7d7d7;
}

.vuzgrey {
font-size: 24px;
font-weight: 600;
text-align: center;
padding: 20px;
width: 100%;
background: #e3e3e3;
text-transform: uppercase;
}

.region ul li{
padding-left: 5px!important;
margin-left: 20px!important;
}

.docpic img {
padding: 10px; 
border: 1px solid #d7d7d7;
margin: 5px;
}

.popsmy{
text-align:center;
}

.popmy {
background: #ffffff;
width: 240px;
text-align: center;
border: solid 1px #dddddd;
padding: 10px;
margin: 15px 0px 15px -5px;
display: inline-block;
}

.popmy1 {
background: #ffffff;
width: 140px;
text-align: center;
border: solid 1px #dddddd;
padding: 10px;
margin-right: 5px;
display: inline-block;
margin-bottom: 10px;
text-transform: uppercase;
}
.popmore {
text-align: center;
 	display: inline-block;
padding: 3px 8px;
background: #05a7dc;
 	text-decoration: none!important;
 	color: #fff!important;
 	margin-right: 3px;
 	-webkit-transition: all .2s;
 	transition: all .2s;
margin-top: 10px;
margin-bottom: 10px;
font-size: 12px;
 }

.popmore:hover{
 	background-color: #007fa8;
 	color: #fff;
 }

.popbuy {
text-align: center;
 	display: inline-block;
padding: 3px 8px;
background: #bf5e5e;
 	text-decoration: none!important;
 	color: #fff!important;
 	margin-right: 3px;
 	-webkit-transition: all .2s;
 	transition: all .2s;
margin-top: 10px;
margin-bottom: 10px;
font-size: 12px;
 }

.popbuy:hover{
 	background-color: #a3002a;
 	color: #fff;
 }

.popbuy1 {
text-align: center;
 	display: inline-block;
padding: 3px 13px;
background: #46903a;
 	text-decoration: none!important;
 	color: #fff!important;
 	margin-right: 3px;
 	-webkit-transition: all .2s;
 	transition: all .2s;
font-size: 12px;
 }

.popbuy1:hover{
 	background-color: #79c36d;
 	color: #fff;
 }

.docdiv{
display: inline-block;
border: 1px #f4f4f4 solid;
padding: 10px;
text-align: center;
width: 260px;
margin-bottom: 1px;
margin-left: -3px;
}
.spectable td{
padding: 5px 10px;
border: 1px solid #d7d7d7;
}
.spectable{
margin-top: 20px;}

.doc1{
width: 100%;
padding: 0px 30px 5px 0px;
border-bottom: 1px solid #dddddd;
}

/*.myform {*/
/*padding: 0px 17px;*/
/*    max-width: 500px;*/
/*    border: 1px solid #d7d7d7;*/
/*    border-radius: 2px;*/
/*    margin: 0 auto;*/
/*border-radius: 8px;*/
/*background: #c3d7e0;*/
/*}*/

/*.myform h3{*/
/*text-align: center;*/
/*color: #105376;*/
/*text-transform: uppercase;*/
/*}*/

/*.myform label {*/
/*font-size: 12px;*/
/*margin-top: 0px;*/
/*margin-bottom: 0px;*/
/*color: #000;*/
/*font-family: Tahoma;*/
/*font-weight: 500;*/
/*}*/
/*.myform label span{*/
/*color: red;*/
/*}*/

/*.myform p{*/
/*font-size: 12px;*/
/*}*/

/*.myform input, select, textarea{*/
/*border: 1px solid #a8bdc5;*/
/*border-radius: 5px;*/
/*width: 100%;*/
/*resize: none;*/
/*text-indent: 6px;*/
/*}*/

/*.myform input, select{*/
/*height: 32px;*/
/*}*/

/*.myform textarea:focus, select:focus, input:focus:not([type="submit"]) {*/
    /*background-color: #fffddf !important;*/
/*}*/

.but{
margin-top: 30px;
padding-top: 20px;
border-top: 2px solid #9ab0c0;
text-align: center;
}
.but span{
font-size: 26px;
font-weight: bold;
}

.butzvonok {
display: inline-block;
text-align: center;
margin-top: 30px;
}
.butzvonok a{
background: #0097da;
padding: 15px 25px;
font-size: 20px;
text-decoration: none!important;
color: #fff!important;
margin-right: 3px;
-webkit-transition: all .2s;
transition: all .2s;
border-radius: 5px;
}
.butzvonok a:hover{
background: #2ebfff;
}

.butvopros{
margin-top: 30px;
display: inline-block;
text-align: center;
}
.butvopros a{
background: #894e90;
padding: 15px 25px;
font-size: 20px;
margin-top: 45px;
text-decoration: none!important;
color: #fff!important;
margin-right: 3px;
-webkit-transition: all .2s;
transition: all .2s;
border-radius: 5px;
}

.butvopros a:hover{
background: #b978c1;
}
.cool{
padding:25px 35px;
margin: 10px 0px 10px 0px;
background: #eaeaea;
border-left: 20px solid #0889B3;
line-height: 1.4;
}

.doc-product {
	/*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
	/*border-bottom: 1px solid #f0f0f0;*/
	max-width: 830px;
    margin: 0 auto;
    padding: 15px 0px;
    display: flex;
    /*margin-bottom: 10px;*/
}

.left-part {

    width: 55%;
    position: relative;

}

.right-part {

    width: 45%;
    margin-top: 10px;

}

.big-img img{
   width:95%;
   padding: 10px 0px;
}

.small-img{
    margin-bottom:15px;
    margin-top:3px;
}

.small-img img{
    width:23%;
    margin-right:3px;
    margin-bottom:3px;
}

.doc-name {
font-size: 20px;
color: #000;
border-bottom: 3px solid #eee;
margin-bottom: 15px;
/*text-transform: uppercase;*/
}


.doc-description{
background: #d0ecff;
padding: 10px 15px;
}
.doc-configuration{
margin-top:15px;
}
.doc-configuration img{
	width:50px;
	height:auto;
	margin-right:2px;
}

.params{
	font-weight:bold;
}

.conf-li li{
	font-size:14px;
	list-style-type: none !important;
	margin-left: -30px !important;
	margin-bottom:5px;
}

.param{
	font-weight:bold;
}



/* Product Price */

.availability ul{
	padding-left:0px;
	margin-bottom:0px;
}

.availability ul li{
	color:#000;
	font-weight:600;
	list-style:none;
	display:inline-block;
	padding: 2px 10px;
border-radius: 15px;
	font-size: 12px;
	border: 1px solid #b9b9b9;
}


.hit{
	background:#fa4d50;
	color:white!important;
}

.sale{
        background: #22cc4b;
	color:white!important;
}



.doc-price{
    /*margin-top:15px;*/
    margin-bottom:15px;
}

.new-price {
 font-size: 22px;
  color: #000;
	font-weight:800;
}

.old-price{
    text-decoration:line-through;
}

/* Responsive */
@media (max-width: 600px) {
  .doc-product{
    flex-direction: column;
    margin-top: 20px;
  }
 
  .left-part,
  .right-part {
    width: 100%;
  }
 
  .big-img {
    width: 100%;
    right: 0;
    top: -65px;
    left: initial;
  }
}
.info_box {  
  margin:0px 0px 10px;  
  position:relative;  
  -moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);  
  -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);  
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);  
}  
.info_box_content {  
  text-shadow:1px 1px 1px white;  
  padding:18px 30px 18px 30px;  
   min-height:35px;  
}  
.note {  
  border:1px solid #B9DBB6;  
}  
.note .info_box_content {  
  color:#00462E;  
  background:#DFF7DD;  
  border:1px solid #F1F9F0;  
  -moz-box-shadow:inset 0 0 45px #cbe5c9; 
	-webkit-box-shadow:inset 0 0 45px #CBE5C9;  
  box-shadow:inset 0 0 45px #CBE5C9;  
}  

.advise {  
  border:1px solid #B3D8D3;  
}  
.advise .info_box_content {  
  color:#004C53;  
  background:#DDF5F7;  
  border:1px solid #F1FAFB;  
  -moz-box-shadow:inset 0 0 45px #c6edf0;  
  -webkit-box-shadow:inset 0 0 45px #C6EDF0;  
  box-shadow:inset 0 0 45px #C6EDF0;  
}  

.fast-btn{
	background:#fa4d50;
	border-radius: 5px;
	padding:10px;
	color:white!important;
	text-transform:uppercase;
	font-size:12px;
	margin-left:10px;
	letter-spacing: 2px;
	font-weight:600;
}

.good-text{
	margin-top:20px;
	margin-bottom:20px;
padding: 20px 30px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 18px;
	border: whitesmoke 2px solid;
border-left: 12px solid whitesmoke;
	color:black;
}

.good-text a{
	color: #0190b9;
text-decoration: underline;
}

.category-documents {
	margin-bottom:20px;
}

/*responsive header*/
.main-header .mobile-toggle, .main-header .location, #toggle-sub-main-menu, .mobile-main-menu .location, .mobile-menu-close.uk-icon{
	display: none;
}
@media only screen and (max-width: 959px) {
	.main-header .mobile-toggle, .main-header .location, #toggle-sub-main-menu, .mobile-menu-close{
		display: block;
	}
	.main-header-inner{
		flex-wrap: wrap;
		align-items: stretch !important;
	}
	.header-container{
		padding-bottom: 5px;
	}
	.header-container .inside-wrapper{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.main-header-inner > div, .main-header-inner > a{
		width: 50%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 0.5px solid #d2d2d2;
		flex-shrink: 0;
	}
	.main-header{
		padding-bottom: 0;
	}
	.main-header .location{
		width: calc(100% - 150px) !important;
	}
	.location img{
		position: relative;
		top: 4px;
	}
	.location span{
		position: relative;
		top: 6px;
	}
	.main-header .location span {
		margin: 0;
	}
	.main-header .location-content a{
		display: block;
		margin-bottom: 10px;
	}
	.main-header .logo p {
		font-size: 10px;
	}
	.logo{
		width: 120px !important;
		text-align: left;
	}
	.logo img{
		width: 100px;
	}
	.mobile-toggle{
		text-align: right;
		display: block;
		width: 30px !important;
	}
	.mobile-toggle a{
		position: relative;
		top: 4px;
	}
	.main-header .email{
		text-align: right;
	}

	.main-header .search-form{
		border: none !important;
		text-align: right;
		padding-bottom: 0 !important;
	}
	.main-header .search-form form{
		display: inline-flex !important;
	}
	.main-header .order{
		display: none;
	}
	.mobile-main-menu .uk-close {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
		display: block;
	}

	#toggle-sub-main-menu{
		display: block;
		border: none !important;
		padding-bottom: 0 !important;
	}
	.mobile-sub-main-menu{
		display: none;
		width: 100%;
		border: none !important;
		margin-bottom: 0 !important;
		padding-top: 20px;
	}
	.mobile-sub-main-menu ul {
		padding: 0;
		list-style-type: none;
		display: block;
		height: auto;
		padding-bottom: 10px;
		margin-top: 0;
	}
	.mobile-sub-main-menu ul li {
		margin-bottom: 5px;
	}
	.mobile-sub-main-menu a {
		font-size: 16px!important;
		color: #000000;
	}
	.mobile-sub-main-menu .dropdown-content{
		box-shadow: none;
		margin-top: 10px;
		position: static;
		padding-top: 5px;
	}
	.mobile-sub-main-menu .dropdown-content.sub-menu-open{
		display: block !important;
	}

	.mobile-menu-close.uk-icon{
		margin-top: 10px !important;
		color: #fff!important;
	}
	.mobile-main-menu a:hover {
		color: #f1f1f1;
	}
	.mobile-main-menu ul li a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 20px;
		color: #fff;
		display: block;
		transition: 0.3s;
	}
	.mobile-main-menu {
		padding: 20px 20px 0;
		height: 100%; /* 100% Full-height */
		width: 0; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		z-index: 1; /* Stay on top */
		top: 0; /* Stay at the top */
		left: 0;
		background-color: #000; /* Black*/
		overflow-x: hidden; /* Disable horizontal scroll */
		transition: all .5s; /* 0.5 second transition effect to slide in the sidenav */
		opacity: 0;
		visibility: hidden;
		box-sizing: border-box;
	}
	.mobile-main-menu.menu-show{
		width: 300px;
		opacity: 1;
		visibility: visible;
	}
	.mobile-main-menu ul{
		display: block;
	}
	.mobile-main-menu .header-main-menu-container{
		border: none;
	}

}

@media only screen and (max-width: 320px) {
	#toggle-sub-main-menu, .email a{
		font-size: 14px;
	}
}
