
@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}b,strong{font-weight:inherit;font-weight:bolder}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: #333333;
    font-size: 18px;
    text-align: left;
}
h1 span {
    color: #9ca0ae;
}
.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: #27abe4;
    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);
}
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: #ffffff;
}
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: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px;
    line-height: 40px;
}
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: #ffffff;
    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: #02538b;
    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-protiv.jpg) center no-repeat;
    background-size: 100% auto;
    color: #ffffff;
    font-weight: 600;
}
.banner .items {
    height: auto;
    min-height:80vh;
    width:45%;
    padding:20px;
    background:rgba(39,171,228,0.5);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
      color:#02538b;
}
.banner h1 {
    font-size: 40px;
    font-weight: 600;
    color: #02538b;
    text-transform: uppercase;
    padding-left: 30px;
}
.banner li {
    padding-left: 30px;
    margin-top: 5px;
    font-weight: 300;
    color:#02538b;
}
.banner .zapis {
    display: block;
    height: 40px;
    width: 160px;
    line-height: 40px;
    padding: 0 20px;
    background: #02538b;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
    color: #ffffff;
}
.banner .zapis:hover {
    background: #7a2048;
}
.block {
    padding: 50px 0;
}
.block h2 {
    color: #212121;
    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: #408ec6;
    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: #1e1919;
    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: #bf3b31;
    font-weight: 600;
    font-size: 30px;
    line-height: 23px;
    text-align: center;
}
.uk-accordion-title:hover,
.uk-accordion-title.uk-active {
    color: #bf3b31;
}
.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: #999999;
    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: #cccccc;
    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: #7a2048;
}
.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: #7a2048;
}
.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: #1e1919;
    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: #1e1919;
    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: #408ec6;
    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: #27abe4;
    position: relative;
}
footer .items {
    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;
    color: #ffffff;
}
footer .items span {
    font-weight: 600;
}
footer .logo {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    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: #ffffff;
    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: #02538b;
    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: #ffffff;
    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: #f36f25;
}
.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: #000000;
    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: #ff6900;
}
.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: 50%;
    }
    .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%;
    }
}