
body{
--main-background-color:#629B00;/*#8B4513;						/*основной цвет шапки*/
--main-background-color-rgb:rgba(211, 211, 211, 0.9);	/*Цвет фона с текстом*/
--background-dop-menu:#629B00;/*#6495B4;							/*Цвет выпадающего меню*/

--main-text-color:#000;									/*Цвет основного текста*/ 
--dop-text-color:#000;									/*Цвет ссылок*/
--header-a-text-color:#fff;								/*Цвет ссылок в шапке*/
--menu-text-color:#fff;									/*Цвет текста меню и адресов*/
--phone-text-color:#fff;

--color-text-button:#fff;
}

.button-color{
	color:var(--color-text-button)!important;
}
.pp {
    background:url(img/main.png) center 524px no-repeat;
    position:absolute;
    top:0;
    left: 50%;
    margin-left: -585px;
    width:1170px;
    height:30000px;
    opacity:0.5;
    z-index:1000000;
}

@charset "utf-8";
/* Reset */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,/* 1 */
                                                                                                  figcaption,figure,footer,header,main,/* 2 */
                                                                                                  menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,/* 1 */
                                                                                                                                                                                                                                                                       [hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;display:block;}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:auto;}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],/* 1 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:focus{outline:none}button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none}:focus{-moz-outline:3px solid #fff!important}input[type="radio"]:focus{-moz-outline-radius:12px!important;-moz-outline-offset:0!important}input[type="checkbox"]:focus{-moz-outline-offset:-1px!important;-moz-outline:1px solid #000!important}html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote,th,td{margin:0;padding:0}ol,ul{list-style:none}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

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

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.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 {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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: -moz-grab;
    cursor: grab;
}

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

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

/* No Js */

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

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    -moz-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;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */

.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;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -moz-transition: transform 100ms ease, -moz-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease, -moz-transform 100ms ease, -o-transform 100ms ease;
}

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

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    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 400ms ease;
    -o-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
body {
    position:relative;
    background:#ffffff;
    width:100%;
    height:auto;
    min-height:100%;
    margin:auto;
    max-width: 1920px;
    display: block;
}
.clear {
    clear:both;
}
.wrapper {
    position:relative;
    width:1140px;
    padding: 0 15px;
    margin:auto;
    height:auto;
}
h1 {
    font-weight: 600;
    color: var(--main-text-color);
    font-size: 18px;
    text-align: left;
}
h1 span {
    color: var(--main-text-color);
}
.tags ul li a,
header .phone .back,
.banner .zapis,
header,
.maincontent .content .nav-links .page-numbers,
.maincontent .content .nav-links .page-numbers span,
.ttt,
.regaut .um-alt,
.regaut #um-submit-btn,
.header #searchform #submit {
    webkit-transition: all .3s ease-in-out!important;
    -moz-transition: all .3s ease-in-out!important;
    -o-transition: all .3s ease-in-out!important;
    transition: all .3s ease-in-out!important;
}
header {
    position: relative;
    height: 100px;
    background: var(--main-background-color);
    z-index: 100;
    margin-top: 0 !important;
    -webkit-box-shadow: 0 8px 30px 0 rgba(18, 44, 61, 0.12);
    -moz-box-shadow:    0 8px 30px 0 rgba(18, 44, 61, 0.12);
    box-shadow:         0 8px 30px 0 rgba(18, 44, 61, 0.12);
	color: var(--main-text-color);
} 
header.fixed {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
}
header.fixed + .maincontent {
    margin-top: 85px;
}
header .items {
    width: 100%;
    height: 85px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: var(--menu-text-color);
}
header .items span {
    font-weight: 600;
}
header .items .knopka-menu {
    display: none;
    position: relative;
    height: auto;
    width: 30px !important;
    height: 27px !important;
    padding-bottom: 0;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 100;
}
header .items .knopka-menu:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(135, 54, 0, 0.28);
    -moz-box-shadow:    0 8px 30px 0 rgba(135, 54, 0, 0.28);
    box-shadow:         0 8px 30px 0 rgba(135, 54, 0, 0.28);
}
header .items .knopka-menu span {
    display: block;
    width: 30px;
    height: 5px;
    background: #ffffff;
    margin: auto;
    margin-bottom: 6px;
}
header .items .knopka-menu span:last-child {
    margin-bottom: 0;
}
header .logo {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px;
    line-height: 40px;
	display: flex;
    align-items: center;
}
header .logo:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 60px;
    background: url(img/logo.png) center no-repeat;
    margin-right: -20px;
}
header .phone a {
    display: block;
    color: var(--phone-text-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-align: right;
}
header .phone .back {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #d91b3d;
    border-radius: 15px;
    font-size: 14px;
    margin-top: 10px;
}
header .phone .back:hover {
    background: #7a2048;
}



.maincontent {
    width: 100%;
    display: -webkit-inline-flex;
    display: inline-flex;
    background: #f7fbfe;
}
.banner {
    height: auto;
    background: url(img/seo-.jpg) center no-repeat;
    background-size: cover;
    color: var(--main-text-color);
    font-weight: 600;
}
.banner .items {
    height: auto;
    min-height:80vh;
    width:95%;
    padding:20px;
    background: var(--main-background-color-rgb);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.banner h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--main-text-color);
    text-transform: uppercase;
    padding-left: 30px;
	margin-top:40px;
	margin-bottom:40px;
}
.banner .big_number_ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 60px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
.banner .big_number_ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
    /*padding-left: 40px;
    margin-top: 5px;*/
    font-weight: 300;
	line-height: 25px;
    margin-bottom: 20px;
}
.banner .big_number_ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -60px;
	width: 50px;    
	color: var(--main-background-color);
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.banner .zapis, header .zapis {
    display: block;
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0 20px;
    background: #d91b3d;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
    color: #ffffff;
}
.banner .zapis:hover {
    background: #7a2048;
}
.block {
    padding: 50px 0;
}
h1, h2{
	text-align: center;
}
h2, h3{
	margin-bottom:10px;
}
.block h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.polza {
    background: #1e2761;
    padding: 30px 0;
    color: #ffffff;
    text-align: left;
}
.tags .wrapper {
    text-align:center;
}
.tags .text-block {
    margin: 50px 0;
    text-align: left;
}
.tags .text-block p {
    line-height: 1.5;
    margin-bottom: 15px;
}
.tags .text-block ol li {
    list-style: circle;
    margin-left: 40px;
    margin-bottom: 15px;
}
.tags .text-block .zapis {
    display: block;
    height: 40px;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    background: #408ec6;
    border-radius: 20px;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    text-decoration: none;
    color: #ffffff;
}
.tags .text-block .zapis:hover {
    background: #7a2048;
}
.tags ul {
    width: 100%;
    margin: 50px 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
    text-align: center;
}
.tags ul.hidden {
    display:none;
}
.tags ul li {
    width: 25%;
    margin-bottom: 20px;
    height: 50px;
}
.tags ul li a {
    display: block;
    padding: 0 10px;
    width: calc(100% - 20px);
    height: 50px;
    border: #408ec6 solid 2px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.tags ul li a:hover {
    background: #7a2048;
    color: #ffffff;
}
.tags ul.first {
    margin-bottom:0;
}
.tags ul.last {
    margin-top:0;
}
.tags .more  {
    display: block;
    height: 40px;
    width: 160px;
    line-height: 40px;
    padding: 0 20px;
    background: #408ec6;
    border-radius: 20px;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
.tags .more:hover  {
    background: #7a2048;
}
.tags .more.hide {
    display:none;
}
.tags iframe {
    display: block;
    margin: 150px auto 0 auto;
}

.uk-accordion {
    margin-top: 20px;
    margin-bottom: 50px;
    border-bottom: #f2f4f8 solid 3px;
}
.uk-accordion-title {
    position: relative;
    background: #cccccc;
    padding: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #1e1919;
    margin-bottom: 0px !important;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px !important;
}
.uk-accordion-title i {
    display: block;
    position: absolute;
    right: 20px;
    top:50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    font-style: normal;
    cursor: pointer;
}
.uk-accordion-title i:before {
    content: '+';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top:0;
    left: 0;
    opacity: 1;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 23px;
    text-align: center;
}
.uk-accordion-title i:after {
    content: '-';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 23px;
    text-align: center;
}
.uk-accordion-title:hover,
.uk-accordion-title.uk-active {
    color: #fff;
}
.uk-accordion-title:hover i:before,
.uk-accordion-title.uk-active i:before {
    opacity: 0;
}
.uk-accordion-title:hover i:after,
.uk-accordion-title.uk-active i:after {
    opacity: 1;
}
.uk-accordion-content {
    padding: 20px;
    background: #cccccc;
    border-top: #000000 dashed 1px;
}
.uk-accordion-content p {
    margin-bottom: 10px;
}
.uk-accordion-content ul li {
    margin-bottom: 5px;
}
.uk-accordion-content ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #408ec6;
}
.uk-accordion-content {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: calc(100% - 40px);
}
.uk-accordion-content .right {
    min-width: 350px;
    max-width: 350px;
    margin-left: 20px;
}
.uk-accordion-content .right span {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.uk-accordion-content .right strong {
    display: block;
    margin-bottom: 10px;
}

.prepod .item {
    margin: 50px 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
}
.prepod .item .img {
    width: 15%;
    min-width: 15%;
}
.prepod .item .img img {
    width: 100%;
}
.prepod .item .info {
    padding-left: 20px;
}
.prepod .item .info > span {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.prepod .item .info h5 {
    font-size: 22px;
}
.prepod .item .info p {
    margin-bottom: 10px;
}

.raspisanie .tabs-menu {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.raspisanie .tabs-menu li {
    display: inline-block;
    margin: 0 50px;
}
.raspisanie .tabs-menu li a {
    font-size: 22px;
    text-decoration: none;
}
.raspisanie .tabs-menu li.selected a,
.raspisanie .tabs-menu li a:hover {
    text-decoration: underline;
}
.raspisanie .tabs > li {
    display: none;
}
.raspisanie .tabs > li.selected {
    display: block;
}
.raspisanie .tabs > li .item {
    width: 42%;
    margin: 0 2% 30px 2%;
    padding: 2%;
    float: left;
    border: #408ec6 solid 2px;
    border-radius: 25px;
    box-sizing: border-box;
}
.raspisanie .tabs > li .item h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.raspisanie .tabs > li .item .date {
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}
.raspisanie .tabs > li .item .autor span {
    font-weight: 600;
}
.raspisanie .tabs > li .item p {
    margin-bottom: 10px;
}
.raspisanie .tabs > li .item .cost span {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.raspisanie .tabs > li .item .more {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #408ec6;
    border-radius: 15px;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
    color: #ffffff;
}
.raspisanie .tabs > li .item .more:hover {
    background: #7a2048;
}





.material {
    background: rgba(64,142,198,0.05);
}
.material table {
    border: #7a2048 solid 1px;
    width: 100%;
    margin: 50px 0;
}
.material table th {
    border: #7a2048 solid 1px;
    padding: 5px 10px;
    background: #408ec6;
    color: #ffffff;
}
.material table td {
    border: #7a2048 solid 1px;
    padding: 5px 10px;
}
.material table td:first-child {
    font-weight: 600;
    min-width: 200px;
}
.material table td:first-child a:hover {
    text-decoration: none;
}
.material table td:last-child {
    white-space: nowrap;
}


.comment-block {
}
.comment-block h2 {
}
.comment-block .items {
    margin-top: 50px;
    margin-bottom: 50px;
}
.comment-block .items .item {
    background: #ffeae7;
    padding: 20px;
    text-align: center;
}
.comment-block .items .item .img {
    height: 96px;
    width: 96px;
    border-radius: 48px;
    overflow: hidden;
    margin: auto;
    background-size: cover !important;
}
.comment-block .items .item img {
    float: none;
    width: 100%;
    height: 100%;
}
.comment-block .items .item .username {
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
}
.comment-block .items .item .date {
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    margin-top: 10px;
}
.comment-block .items .item .description {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    font-style: italic;
    margin-top: 27px;
    line-height: 1.3;
    max-height: 150px;
    height: 150px;
    overflow: auto;
    padding: 5px 0;
}

.city img {
    width: 50%;
    margin: 50px 0;
    float: left;
}
.city ul {
    width: calc(50% - 20px);
    margin: 50px 0;
    float: right;
}
.city ul li {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
}
.city ul li a {
    color: #fff;
    text-decoration: none;
}
.city ul li a:hover {
    text-decoration: underline;
}


#menu-item-1725 a:before {
    content: '';
    background: url(img/Icon-Tools.svg) center no-repeat;
}
#menu-item-1726 a:before {
    content: '';
    background: url(img/Icon-Results.svg) center no-repeat;
}
#menu-item-1727 a:before {
    content: '';
    background: url(img/Icon-Table.svg) center no-repeat;
}
#menu-item-1728 a:before {
    content: '';
    background: url(img/Icon-Best.svg) center no-repeat;
}
.maincontent .content {
    width: calc(100% - 280px);
    padding: 0 15px 0 15px;
    overflow: hidden;
}


/*footer*/
footer {
    background: var(--main-background-color);
    position: relative;
	color: (--dop-text-color);
}
footer .items {
	color: var(--menu-text-color);
    width: 100%;
    height: 100px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    
}
footer .items span {
    font-weight: 600;
}
footer .logo {
    font-size: 24px;
    font-weight: 600;
    color: (--dop-text-color);
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px;
    line-height: 40px;
}
footer .logo:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 60px;
    background: url(img/logo.png) center no-repeat;
    margin-right: -20px;
}
footer .phone a {
    display: block;
    color: (--dop-text-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-align: right;
}
footer .phone .back {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #d91b3d;
    border-radius: 15px;
    font-size: 14px;
    margin-top: 10px;
}
footer .phone .back:hover {
    background: #7a2048;
}
footer .copyright {
    padding-bottom: 10px;
}
footer .copyright > * {
    font-size: 14px;
    color: var(--header-a-text-color);
    margin-right: 20px;
}
footer .copyright > *:hover {
    text-decoration: none;
}


.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
    display: block;
}
.uk-offcanvas-page {
    position: fixed;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-left: 0;
}
.uk-offcanvas-bar {
    position: fixed;
    top: 85px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 297px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.uk-offcanvas-bar[mode='none'] {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
.uk-offcanvas-bar[mode='reveal'] {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    clip: rect(0, 0, 100vh, 0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
    -webkit-transition: clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: clip 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.uk-offcanvas-bar-flip[mode='reveal'] {
    clip: none;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.uk-offcanvas-bar-flip[mode='reveal'] > * {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.uk-offcanvas .uk-panel {
}
.uk-offcanvas .uk-panel .regions {
    margin-bottom: 15px;
}
.uk-offcanvas .uk-panel .regions a {
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
.uk-offcanvas .uk-panel .regions a span {
    border-bottom: #ffffff dotted 1px;
    display: inline-block;
    line-height: 0.7;
    color: #ffffff;
}
.uk-offcanvas .uk-panel .regions a span:hover {
    border-bottom: transparent dotted 1px;
}
.uk-offcanvas .uk-panel .regions a.shop-regions-button__link:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 8px;
    vertical-align: middle;
    margin-left: 5px;
}
.uk-offcanvas .uk-panel .address {
    margin-bottom: 15px;
}
.uk-offcanvas .uk-panel .works {
    margin-bottom: 15px;
}
.uk-offcanvas .uk-panel a.tell {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}
.uk-offcanvas .uk-panel a.tell:hover {
    color: #fff;
}
.uk-offcanvas .uk-panel span.call {
    margin: 15px 0;
    padding: 0;
    width: 200px;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
.uk-offcanvas .uk-panel span.call:after {
    display: none;
}
.uk-offcanvas .uk-panel .mail {
    text-decoration: none;
    color: #ffffff;
    border-bottom: #ffffff dotted 1px;
    display: inline-block;
    line-height: 0.7;
}
.uk-offcanvas .uk-panel .mail:hover {
    color: #ffffff;
    border-bottom: transparent dotted 1px;
}
.uk-offcanvas .uk-panel .authorization {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: left;
    margin: 15px 0;
}
.uk-offcanvas .uk-panel .authorization .auth {
    display: inline-block;
}
.uk-offcanvas .uk-panel .authorization .auth li {
    display: inline-block;
}
.uk-offcanvas .uk-panel .authorization .auth li:first-child:after {
    content: '/';
    margin: 0 5px;
    color:#ffffff;
}
.uk-offcanvas .uk-panel .authorization .auth li a {
    color:#ffffff;
    text-decoration:none;
    border-bottom: #ffffff dotted 1px;
    display: inline-block;
    line-height: 0.7;
}
.uk-offcanvas .uk-panel .authorization .auth li a:hover {
    color: #ffffff;
    border-bottom: transparent dotted 1px;
}
.uk-offcanvas .uk-panel .authorization .auth:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
.uk-offcanvas .uk-panel .ssearch-wrapper.small-screen .ssearch-select-box {
    display: none;
}
.uk-offcanvas .uk-panel .ssearch-wrapper .ssearch-box .ssearch-key-box {
    margin: 0 68px 0 20px !important;
    width: 140px;
}
.uk-offcanvas .uk-panel nav.menu {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    align-items: start;
    margin-top: 15px;
    width: 100%;
    margin: 0;
}
.uk-offcanvas .uk-panel nav.menu .point {
    display: none;
}
.uk-offcanvas .uk-panel nav.menu .menu-item a {
    line-height: 30px;
}
.uk-offcanvas .uk-panel nav.menu .menu-item a:hover {
    background: none;
    clip-path: none;
}
.uk-offcanvas .uk-panel nav.menu .menu-item .menu-item-childs {
    position: relative;
    top: 0;
}
.uk-offcanvas .uk-panel nav.menu .menu-item .menu-item-childs a {
    font-size: 12px;
    white-space: normal;
    line-height: normal;
    margin-bottom: 10px;
}
.uk-offcanvas .uk-panel .category-block ul li .icon {
    display: none;
}
.uk-offcanvas .uk-panel .category-block ul li.main a {
    border: none !important;
}
.uk-offcanvas .uk-panel .category-block ul li span {
    font-size: 14px;
}
.uk-offcanvas .main-menu {
    margin-bottom: 20px;
}
.uk-offcanvas .main-menu .menu-item-childs {
    margin-left: 20px;
}
.uk-offcanvas .menu-item a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-top: 5px;
    display: block;
}
.toc {
    display: block;
    width: calc(100% - 40px);
    padding: 40px 20px;
    background: #cccccc;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
}
.toc:before {
    content: '❝';
    display: block;
    font-size: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1;
}
.toc:after {
    content: '❞';
    display: block;
    font-size: 100px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    line-height: 0;
}
.toc .title {
    text-align: center;
    font-size: 18px;
    padding: 0 60px;
    color: #000000;
    font-style: italic;
    font-weight: 600;
}
.toc .arrow {
    text-align: center;
    font-size: 30px;
    margin-top: -30px;
}
.toc .arrow.bot {
    margin-top: 0px;
    margin-bottom: -30px;
}
@media screen and (min-width: 1000px) and (max-width: 1190px) {
    .wrapper {
        width: auto;
        padding: 0 15px;
    }
    .tags ul li a {
        font-size: 14px;
    }
}
@media screen and (min-width: 760px) and (max-width: 999px) {
    .wrapper {
        width:auto;
        padding: 0 10px;
    }
    header .logo {
        padding-left: 0;
    }
    header .items .grafic,
    header .items .address {
        font-size: 14px;
    }
    .banner {
        margin-top: 100px !important;
    }
    .banner .items {
        max-width: 80%;
    }
    .banner li {
        max-width: none;
        font-size: 14px;
    }
    .polza {
        font-size: 14px;
    }
    .block h2 {
        font-size: 24px;
    }
    .tags ul li a {
        font-size: 13px;
    }
    .raspisanie .tabs-menu li {
        margin: 0 30px;
    }
    .raspisanie .tabs-menu li a {
        font-size: 18px;
    }
    .uk-accordion-content .right {
        min-width: 250px;
        max-width: 250px;
    }
    .raspisanie .tabs > li .item {
        width: auto;
    }
    .material table th {
        font-size: 14px;
    }
    .material table td {
        font-size: 14px;
    }
    .material table td:first-child {
        min-width: 100px;
    }
    .material table th:nth-child(4),
    .material table td:nth-child(4) {
        min-width: 150px;
        max-width: 150px;
    }
    .material table th:nth-child(5),
    .material table td:nth-child(5) {
        min-width: 100px;
        max-width: 100px;
    }
    .material table td:last-child {
        white-space: normal;
    }
    .city ul li a {
        font-size: 14px;
    }
    .city img {
        width: 40%;
    }
    .city ul {
        width: calc(60% - 20px);
    }
    footer .items .grafic,
    footer .items .address {
        font-size: 14px;
    }
}
@media screen and (max-width: 759px) {
    .wrapper {
        width:auto;
        padding: 0 10px;
    }
    header {
        height: 145px;
    }
    header .logo {
        padding-left: 0;
        font-size: 16px;
        margin-top: -25px;
        line-height: 46px;
    }
    header .logo:before {
        background-size: 75%;
    }
    header .items .grafic,
    header .items .address {
        font-size: 14px;
        display: none;
    }
    header .items .grafic {
        display: block;
        position: absolute;
        top: 55px;
    }
    header .items .address {
        display: block;
        position: absolute;
        top: 100px;
    }
    header:after {
        content: '';
        position: absolute;
        top: 120px;
        right: -10px;
        display: block;
        width: 200px;
        height: 200px;
        background: url(img/kon-ban.png) center no-repeat;
        background-size: contain;
        z-index: 10000;
    }

    .banner {
        height: auto;
        margin-top: 145px !important;
        background: url(img/banner.png) center no-repeat;
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: cover;
    }

    .banner h1 {
        padding-left: 0;
        width: 50%;
    }
    .banner .items {
        max-width: none;
    }
    .banner li {
        max-width: none;
        font-size: 14px;
    }
    .polza {
        font-size: 14px;
    }
    .block h2 {
        font-size: 24px;
    }
    .tags ul {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .tags ul li {
        width: auto;
    }
    .tags ul li a {
        font-size: 13px;
        width: auto;
    }
    .tags iframe {
        width: auto;
    }
    .raspisanie .tabs-menu li {
        margin: 0 30px;
    }
    .raspisanie .tabs-menu li a {
        font-size: 18px;
    }
    .uk-accordion-content {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .uk-accordion-content .right {
        min-width: 0;
        max-width: none;
        margin-left: 0;
    }
    .raspisanie .tabs-menu li {
        margin: 0 20px;
    }
    .raspisanie .tabs > li .item {
        width: auto;
    }
    .raspisanie .tabs > li .item h5 {
        font-size: 20px;
    }
    .prepod .item {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 50px 0 0 0;
    }
    .prepod .item .img {
        width: 30%;
        margin-bottom: 20px;
    }
    .prepod .item .info {
        padding-left: 0px;
    }
    .material table {
        display: block;
    }
    .material table th {
        display: none;
    }
    .material table tr {
        display: block;
        border: #7a2048 solid 1px;
    }
    .material table td {
        font-size: 14px;
        display: block;
        width: calc(100% - 22px) !important;
        margin: auto;
        border: none;
        text-align: center;
    }
    .material table td:first-child {
        width: calc(100% - 22px) !important;
    }
    .material table td:nth-child(4) {
        min-width: 0;
        max-width: none;
    }
    .material table td:nth-child(5) {
        min-width: 0;
        max-width: none;
    }
    .material table td:last-child {
        white-space: normal;
    }
    .city ul li a {
        font-size: 14px;
    }
    .city img {
        width: 80%;
        float: none;
        margin: auto;
    }
    .city ul {
        width: auto;
    }
    .city ul li {
        width: 46%;
        margin-right: 2%;
    }
    footer .items .grafic,
    footer .items .address {
        font-size: 14px;
        display: none;
    }
    footer .logo {
        padding-left: 0;
        font-size: 16px;
        margin-top: -25px;
        line-height: 46px;
    }
    footer .logo:before {
        background-size: 75%;
    }
}

.banner p{
	font-weight:100;
	line-height:25px;
	margin-bottom:20px;
	margin-left:25px;
}

.zapis:hover{
	width:100%;
}
header .items a, footer .items a{
	color:var(--header-a-text-color);
}
.items a{
	color: var(--dop-text-color);
}

@import url(https://fonts.googleapis.com/css?family=Lora);
body {margin:0;}

nav {
  width: 100;
  margin: 0 auto;
}
ul {
  list-style: none; 
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.topmenu > li:last-child {
  margin-right: 0;
}
nav a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  outline: none;
  font-family: 'Lora', serif;
  transition: .5s linear;
}
.fa {
  font-family: "FontAwesome";
  color: inherit;
  padding-left: 10px;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.color_nav{
	background: var(--main-background-color);
}
.one ul {
  text-align: center;
  color: #fff;
}
.one ul a {
  color: var(--menu-text-color);
}
.one .submenu {
  display: none;
  background: var(--background-dop-menu);
}
.one ul li:hover .submenu {
  display: block;
  width: 100%;
  min-width: 320px;
  text-align:left;
}

.banner table{
	font-weight: 200;
	margin-bottom: 30px;
	border-spacing: 0px;
  border-collapse: collapse;
}

.banner table tr td{
	border-bottom: 1px solid #000;
    padding: 7px 10px; 
}


.idea1{font-size:100%;font-weight:bold;margin-bottom:15px;}
.logotype .skoba{font-size:180%;}
.logoline-cover{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #ccc;}
.logotype .brandname{font-size:150%;}
.logotype a{text-decoration:none;}
.logotype a .brandname{color:#333;}
.pageContent{margin-bottom:30px;padding-top:10px;}
.pageContent a{color:#000;}
.text-gold, a .text-gold{color:#ffc516;}
.margin-b-0{margin-bottom:0;}
.row{margin:0 !important;}
.social, .counters{margin-bottom:10px;}
.bg-orange{border-bottom:5px solid #FF7402 !important;}
.btn-own{background:linear-gradient(to bottom,#D9DC08 0,#FF7402 100%) no-repeat;text-shadow:0 1px 0 #ce6200;text-transform:uppercase;font-weight:bold;border-color:#eea236;text-align:center;border-radius:3px;padding:14px 20px 12px 20px;}
div.logoline{padding-top:15px;padding-bottom:15px;}
div.logoline div.logo img{margin:auto;text-align:center;}
div.logoline div.slogan{padding-top:40px;font-size:120%;text-align:center;color:#777;position:relative;}
div.logoline div.contacts{text-align:right;padding-top:20px;}
div.logoline div.phone a{color:#629B00;font-size:200%;text-decoration:none;font-weight:600;}
div.prizyv{margin:0;padding:0;font-size:36px;line-height:128%;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.75);font-family:Open Sans,Arial;font-weight:bold;text-transform:uppercase;text-align:center;margin-bottom:15px;}
.main-motivator h1{margin-top:2px;font-size:36px;font-weight:normal;margin:0;padding:0;margin-bottom:15px;line-height:128%;color:#C1DC33;text-shadow:0 1px 1px rgba(0,0,0,0.75);font-family:Open Sans,Arial;text-transform:uppercase;text-align:center;font-weight:900;}
.main-motivator div.zapros{margin-bottom:20px;}
.main-motivator div.zapros span.phrase{font-weight:bold;font-size:120%;}
.main-motivator span.zapros{padding:5px;border-radius:0 5px 0 5px;background-color:#fff;color:#333;}
.main-motivator-cover{color:#fff;background:rgba(0,0,0,0.75);background-image:url("/web/20220402031252im_/http://ppu-prof.ru/images/bg-mainmotivator.jpg");background-repeat:no-repeat;background-position:top center;background-size:cover;background-attachment:fixed;}
.main-motivator{background:rgba(0,0,0,0.75);position:relative;margin-bottom:0 !important;text-align:center;border-bottom:4px solid #629B00;border-top:1px solid #629B00;}
.main-motivator .action{padding:20px 30px 25px;border-radius:5px;background:rgba(0,0,0,0.75);}
.main-motivator .action .discount{font-size:400%;}
.main-motivator .idea{font-size:150%;font-weight:bold;margin-bottom:15px;}
.main-motivator .knopka{margin-bottom:15px;}
.main-motivator .time{font-size:200%;}
.left-r{border-left:1px solid #ccc;}
.right-r{border-right:1px solid #ccc;}
div.timer .col-xs-3{margin-left:0;margin-right:0;padding-left:0;padding-right:0;}
.mainoffer{background-color:#629B00;color:#fff;margin-bottom:0;text-align:center;}
.mainoffer .choice svg{max-width:10%;fill:#fff;}
.mainoffer .text-block .title1{font-size:300%;margin-bottom:15px;text-align:center;}
.mainoffer .text-block .title2{font-size:200%;margin-bottom:15px;text-align:center;}
.mainoffer .text-block .title3{font-size:150%;margin-bottom:15px;text-align:center;}
.mainoffer .seoblock{margin-bottom:30px;}
.mainoffer .title-kits{font-size:200%;margin-bottom:15px;}
.mainoffer .price{font-size:150%;}
.mainoffer .price span{font-weight:bold;}
.achievements{background-color:#272727;background-repeat:repeat;border-bottom:0;color:#fff;margin-bottom:0;}
.achievements .index{font-size:390%;font-family:Open Sans,Arial;font-weight:400;white-space:nowrap;text-align:right;}
.achievements .description{padding:15px 15px 15px 10px;color:#ddd;font-size:16px;line-height:140%;font-weight:400;text-align:left;}
.benefits-of-tech{margin-bottom:0px !important;}
.benefits-of-tech svg{fill:#629B00 !important;}
.benefits-of-tech .title{color:#629B00 !important;}
.benefits-container{margin-bottom:30px;background:#f7f7f7;border-bottom:1px solid #e0e0e0;}
.benefits .caption{margin:15px 0 10px 0;text-align:center;color:#34383a;font-size:350%;line-height:140%;font-family:Open Sans,Arial;font-weight:400;margin-bottom:30px;}
.benefits .title{color:#2b2b2b;font-size:150%;font-family:Open Sans,Arial;font-weight:600;margin-bottom:10px;}
.benefits .description{padding-left:48px;}
.benefits .description a, .map_overlay .item .desc a, .footer .phone a{color:#629B00;}
.benefits svg, .benefits .svg{margin-top:-4px;margin-left:-4px;vertical-align:middle;fill:currentcolor;width:48px;height:48px;}
.partners{margin-bottom:40px;text-align:center;}
.partners .item{margin-bottom:15px;}
.partners .title{margin:15px 10px 0;text-align:center;color:#34383a;font-size:48px;font-family:Open Sans,Arial;font-weight:400;margin-bottom:30px;}
.motivator-3 .row1{margin:15px 0 10px 0;text-align:center;color:#34383a;font-size:48px;line-height:140%;font-family:Open Sans,Arial;font-weight:400;}
.motivator-3 .row2{margin:10px 0 0 0;text-align:center;color:#5c5c5c;font-size:25px;font-family:Open Sans,Arial;font-weight:300;}
.motivator-3 a{color:#333;}
.motivator-3 .thumbnail{border:0;box-shadow:none;background:none;text-align:center;}
.thumbnail .caption{padding:9px;color:#333;}
.motivator-3 .img{text-align:center;}
.motivator-3 .img svg{max-width:30%;fill:#FF7402}
motivator-3{text-align:center;}
.motivator-2{background-image:url("/images/bg-mainmotivator.jpg");background-color:#333 !important;background-repeat:no-repeat;background-position:top center;background-size:cover;background-attachment:fixed;color:#333;border-bottom:2px solid #ffc516;border-top:2px solid #ffc516;}
.motivator-2 .row1{min-height:1em;line-height:140%;font-size:18px;font-weight:600;text-align:center;margin:10px 0 0;text-transform:uppercase;}
.motivator-2 .row2{min-height:1em;line-height:140%;font-size:220%;font-weight:bold;text-align:center;margin:20px 0 30px;}
.motivator-2 form{margin:auto;}
.motivator-2 .name{background-image:url('/web/20220402031252im_/http://ppu-prof.ru/images/examples/block_thin_form.png');background-repeat:no-repeat;background-position:0 -3px;height:48px;border:1px solid #e8e8e8;border-radius:3px;background-color:#FFF;color:#5b5b5b;font-family:Arial;font-size:16px;padding:0 7px 0 45px;}
.motivator-2 .phone{background-image:url('/web/20220402031252im_/http://ppu-prof.ru/images/examples/block_thin_form.png');background-repeat:no-repeat;background-position:0 -102px;height:48px;border:1px solid #e8e8e8;border-radius:3px;background-color:#FFF;color:#5b5b5b;font-family:Arial;font-size:16px;padding:0 7px 0 45px;}
.motivator-2 .btn-user{background:linear-gradient(to bottom,#ffc516 0,#d36e00 100%) no-repeat;text-shadow:0 1px 0 #ce6200;text-transform:uppercase;font-weight:bold;border-color:#eea236;text-align:center;border-radius:3px;padding:14px 20px 12px 20px;}
.map-container{position:relative;box-shadow:inset 3px 4px 5px #000;border-top:2px solid #ccc;border-bottom:2px solid #ccc;}
.map_overlay{position:absolute;z-index:3;top:50px;right:50px;width:320px;box-shadow:rgba(0, 0, 0, 0.298039) 0px 2px 1px;background-color:rgba(255, 255, 255, 0.85098);text-align:center;padding:0px 25px;border-radius:2px;}
.map_overlay .item_list{position:relative;}
.map_overlay .item_list .item .title{font-family:Arial;font-size:20px;color:#2b2b2b;font-weight:normal;}
.map_overlay .item .desc{margin-top:5px;font-family:Arial;font-size:15px;line-height:21px;color:#444;}
.footer{padding-top:30px;padding-bottom:30px;}
.footer .phone-holder{word-break:break-word;text-align:center;}
.footer .phone{font-size:200%;line-height:140%;text-align:center;font-weight:600;}
.footer .phone-holder .phone_desc{color:#8c8c8c;}
.footer .menu ul{padding:0;margin:0;}
.footer .menu ul li{list-style:none;}
.footer .menu li a{color:#333;}
.sidebar-nav .navbar-collapse{padding:0;}
.sidebar-nav .navbar-collapse{padding:0;}
.sidebar-nav li{min-width:100%;}
.sidebar-nav li a{color:#333 !important;padding-top:10px;padding-bottom:10px;}
.sidebar-nav li.active{}
.sidebar-nav li.active a{font-weight:bold;width:100% !important;display:block;background:none !important;}
.sidebar-nav .navbar-nav{padding:0;margin:0;}
.sbar{padding-top:30px;}
.pressbox{width:0;height:0;position:fixed;overflow:hidden;left:0;top:0;z-index:9999;text-align:center;background:rgba(0,0,0,0.7);}
.pressbox img{opacity:0;padding:10px;background:#ffffff;margin-top:15px;-webkit-box-shadow:0px 0px 15px #444;-moz-box-shadow:0px 0px 15px #444;box-shadow:0px 0px 15px #444;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;max-height:80%;}
.pressbox:target{width:auto;height:auto;bottom:0;right:0;}
.pressbox:target img{opacity:1;}
.lb-overlay img{height:100%;max-height:100%;position:relative;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.3);box-shadow:0px 2px 7px rgba(0,0,0,0.2);-webkit-transition:opacity 0.5s linear;-moz-transition:opacity 0.5s linear;-o-transition:opacity 0.5s linear;-ms-transition:opacity 0.5s linear;transition:opacity 0.5s linear;}
x:-o-prefocus, .lb-overlay img{height:100%;}
@media screen and (max-width:768px){.header .logo, .header .adress-top, .header .phone-top{text-align:center !important;margin-bottom:15px;}
.footer .logo-holder, .footer .desc-holder, .footer .phone-holder{text-align:center !important;margin-bottom:15px;}
div.prizyv{font-size:25px;margin-bottom:15px;}
.main-motivator h1{margin-bottom:15px;}
.achievements .index, .achievements .description{text-align:center;}
.achievements .description{margin-bottom:15px;}
div.timer{padding-right:0;padding-left:0;}
.achievements .index, .achievements .description{text-align:left;}
.achievements .index{padding-right:10px;font-size:400%}
.benefits .caption{font-size:250%;}
.benefits .title{font-size:100%;}
.partners .title, .motivator-3 .row1{font-size:36px;}
.motivator-2 .row2{font-size:180%;}
.footer .phone{font-size:150%;}
.row{margin:0 !important;}
}
@media screen and (max-width:850px){.footer .phone{font-size:150%;}
.achievements .index{font-size:300%;}
.achievements .description{padding-top:10px;}
}
@media screen and (max-width:360px){div.prizyv{font-size:18px;margin-bottom:15px;}
.achievements .index{font-size:300%;}
.achievements .description{padding:0;}
.benefits .caption{font-size:220%;}
.motivator-2 .row2{font-size:160%;}
.motivator-3 .row1{font-size:30px;}
.partners .title{font-size:30px;}
small{font-size:10px;}
.benefits .title{font-size:85%;}
.benefits .description{font-size:85%}
.main-motivator h1{font-size:100%;}
.row{margin:0 !important;}
div.timer .time{font-size:300%;}
.benefits .title{font-size:100% !important;}
.benefits .caption{font-size:150% !important;}
}
@media screen and (max-width:500px){.mainoffer .title1, .mainoffer .title2, .mainoffer .title3{font-size:150% !important;font-weight:700;}
div.logoline div.contacts{text-align:center !important;}
div.logoline .slogan{margin-bottom:20px;}
.mainoffer .choice svg{max-width:30% !important;}
div.prizyv{font-size:18px;margin-bottom:15px;}
.main-motivator h1{font-size:14px;margin-bottom:15px;}
.header .logo img, .footer .logo img{max-width:130px;margin:auto;}
.motivator-2 iframe{min-height:230px !important;}
.footer .menu{text-align:center !important;}
.adress-top .city{font-size:18px;}
.main-motivator .form_title{font-size:14px;}
.benefits .caption{font-size:200%;}
.benefits .title{font-size:120%;}
.partners .title, .motivator-3 .row1{font-size:30px;}
.motivator-2 .row2{font-size:150%;}
}
div .tutkos input{

    width: 100%;
}


/*
     FILE ARCHIVED ON 03:12:52 Apr 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:33:58 Dec 29, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 164.899
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.071
  cdx.remote: 0.069
  esindex: 0.01
  LoadShardBlock: 117.887 (3)
  PetaboxLoader3.datanode: 166.552 (5)
  load_resource: 145.51
  PetaboxLoader3.resolve: 74.027
  loaddict: 53.755
*/