@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;500&family=Merriweather:wght@300&family=Montserrat&family=Roboto:wght@300&display=swap');/**Подключение FAFA
 * -------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;} 
.goog-text-highlight { background: none !important; box-shadow: none !important;}
.goog-logo-link{display: none !important;}
.goog-te-gadget{height: 28px !important;  overflow: hidden;}
.loadersr{
    width:100px;
    height:100px;
    border: 8px solid #a2c1ac;
    border-radius: 50%;
    border-left-color:#3b7b4f;
    animation: loader 1.3s linear infinite;
    z-index:150;
}
@keyframes loader{
    100%{
        transform: rotate(360deg);
    }
}
.maska{
    width:100%;
    height:100%;
    background: #fff;
    position: fixed;
    top:0;
    z-index:1000;
    transition-delay:0s;

    display: flex;
    justify-content: center;
    align-items: center;
}
.scrit{   transition: 0.8s;
    opacity: 0;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
   color: #fff;
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";color:#3b5998;
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    color:#3b5998;
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {color:#f53b3b;
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";color:#dd3131;
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {color:#f73c89;
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";color:#4680c2;
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**Подключение FAFA**/


/**Подключение График ико**/
@font-face {
    font-family: 'Roboto', sans-serif;
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/**Конец Подключение График ико**/
.line {    
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.line:before,
.line:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #79967e;
  z-index: -1;
  position: relative;
  vertical-align: middle;
}
.line:before {
  right: 15px;
  margin: 0 0 0 -100%;
}
.line:after {
  left: 15px;
  margin: 0 -100% 0 0;
}


.line2 {    
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.line2:before,
.line2:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #7fb38e00;
  z-index: -1;
  position: relative;
  vertical-align: middle;
}
.line2:before {
  right: 15px;
  margin: 0 0 0 -100%;
}
.line2:after {
  left: 15px;
  margin: 0 -100% 0 0;
}

.content p{font-size: 1.6rem;}
.br{
background:#eaeaea;
    width:100%;
}
.viber{
   position: relative;
    top: -1.7rem;
}
html{

overflow-y: scroll;
    height:auto;
}
p{
         font-family: 'Roboto', sans-serif;
font-size:1.6rem;
    font-family: 'Roboto', sans-serif;
}
.content p{
    padding-bottom:10px;
}
.ttt{
    position:absolute;
    z-index:999;
    bottom:100px;
    right:0;
}
body {
    min-height:auto;
    cursor: default;
    font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:1.6em;
	color: #000000;
	font-size: 1.5em;
	top:0;
}

a:active {
	outline:0;
}

.clear {
	clear:both;
}

h1,h2{    font-family: 'Roboto', sans-serif;

   font-size: 1.6rem;
    margin-top:0;
	font-weight: 600;
	line-height:1.1em;
	color:#000;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h4{        font-family: 'Roboto', sans-serif;
 }
h3 {    font-family: 'Merriweather';
   color: black; }

 h5, h6 {         font-family: 'Roboto', sans-serif;

	line-height:1.1em;
	color:#333;
	margin-bottom: 10px;
}

.content a {
 text-decoration: underline;
    
    
}
.content2 a {
 text-decoration: underline;
    
    
}


input, button, select, textarea:active { 

border:none;

}
.placeholder{
    
      color:#fff;
}
.timetable{background: #ff9818;padding: 5px 23px;}
.timetable hr{
	color:#fff;
	padding-top: 29px;
	margin-bottom: 20px !important;
}
.timetable dl{
	color:#fff; 
}
.timetable dt{
	color:#fff;
}
.timetable dd{
	color:#fff;
}
#wrapper{
	width:100%;
	margin:0;	
	padding:0;
}
ul.withArrow{
	
}
ul.withArrow li{
	
}
ul.withArrow li span{
	
margin-right: 10px;
	
font-weight: 700;
	
color: #2a4e34;
	
border: 1px solid;
	
padding: 4px 8px;
	
font-size: 11px;
	
border-radius: 50%;
	
height: 20px;
	
width: 20px;
}
.widget {
    color: #000000;
}
.row,.row-fluid {
	margin-bottom:30px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}

   
.about-image img:hover {
   opacity: 1;
   cursor: pointer;

}
.about-image img {
    width: 100%;
    opacity: 0.9;
 
}
img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
.navbar-default .navbar-toggle {
    border-color: #31583c00;
    margin-top: 10px;
}
.service-v1 h3{
	
font-size: 20px;
	
color: #e74c3c;
	
font-weight: bold;
}
.section-padding{
	padding:50px 0;
}
/*  Header
==================================== */

.topbar{
    background: #3b7e5a;
/**background: linear-gradient( 
0deg, #79ad89, #798d79);**/
	padding:0px 0;
	color:#fff;
	height:100%;
	min-height:105px;
}
.topbar .container .row {
    margin: 0;
	padding:0;
}
.topbar .container .row .col-md-12 { 
	padding:0;
}
.topbar p{
	margin:0;
	display:inline-block;

	color: #ffffff;
}
.topbar p > i{
	margin-right:5px;
	color: #ffffff;
}
.topbar p:last-child{
	text-align:left;
} 
header .navbar {
   
    margin-bottom: 0;
}

.navbar-default {
    border: none;
    
}

.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 20px;
    padding: 0 0 0 15px;
}
.navbar-default .navbar-brand{
color: #1891EC;
}


header .navbar {min-height: 70px;padding: 18px 0;background: #fff;}
.home-page header .navbar-default{
    background: #fff6ec00;
     position: absolute; 
    width: 100%;
}

@media (min-width: 700px) {
    
    .chat{display:none;}
    .home-page header .navbar-default{
    background: #fff6ec00;
    position: absolute;
    width: 100%;
}

    .sh{ 
     font-weight:normal;
	 background: linear-gradient(rgb(15 16 16 / 30%),
         rgba(0,0,0,0.0)),url(../img/slides/1.jpg);
       height:100%;
   height:792px;
      width:100%;
   background-size: cover;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.sha img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 height:100%;
   height:792px;
 display:block;
}
.sha img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 
 height:540px;
 display:block;
}
    .sha1{ 
        position:relative;
     font-weight:normal;
	 background: linear-gradient(rgb(15 16 16 / 30%),
         rgba(0,0,0,0.0)),url(../img/slides/1.1.jpg);
       
       height:792px;
      width:100%;
   background-size: cover;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.sha2{
	 	 background: linear-gradient(rgb(15 16 16 / 30%),
         rgba(0,0,0,0.0)),url(../img/slides/2.jpg);
     width:100%;
   background-size: cover;
  height:792px;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
}
.sha2 img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 height:100%;
  height:540px;
 
 display:none;
}
.sha3{
	 	 background: linear-gradient(rgb(15 16 16 / 30%),
         rgba(0,0,0,0.0)),url(../img/slides/3.jpg);
     width:100%;
   background-size: cover;
  height:792px;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
}
.sha3 img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 height:100%;
  height:540px;
 
 display:none;
}

.sh h2{
	text-align:center;
	font-weight:100;
        font-family: 'Roboto', sans-serif;

    padding-top:180px;   color:#fff;}
.sh h1{
	text-align:center;
    color:#CBCBCB; 
    margin-bottom:2%;
    font-weight:300;
      font-family: 'Roboto', sans-serif;

}
.sha1 h2{
	text-align:center;
	font-weight:100;
       font-family: 'Roboto', sans-serif;

    padding-top:180px;   color:#fff;}
.sha1 h1{
	text-align:center;
    color:#CBCBCB; 
    margin-bottom:2%;
    font-weight:300;
      font-family: 'Roboto', sans-serif;

}
.sha2 h2{
	text-align:center;
	font-weight:100;
    font-family: 'Roboto', sans-serif;

    padding-top:180px;   color:#fff;}
.sha2 h1{
	text-align:center;
    color:#CBCBCB; 
    margin-bottom:2%;
    font-weight:300;
    font-family: 'Roboto', sans-serif;

}
.sha3 h2{
	text-align:center;
	font-weight:100;
    font-family: 'Roboto', sans-serif;

    padding-top:180px;   color:#fff;}
.sha3 h1{
	text-align:center;
    color:#CBCBCB; 
    margin-bottom:2%;
    font-weight:300;
   font-family: 'Roboto', sans-serif;

}
}

/**************************************/
.sh1{ 
     font-weight:normal;
	/** background: linear-gradient(rgba(0,0,0,0.4),
         rgba(0,0,0,0.2)),url(../img/slides/2.webp);**/
       height:100%;
      min-height:540px;
      width:100%;
   background-size: cover;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.sh1 img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 height:100%;
  min-height:440px;
 display:block;
}
.sh1 h2{
	text-align:center;
	font-weight:100;
  font-family: 'Roboto', sans-serif;

      color:#fff;}
.sh1 h1{
    padding-top:170px;
	text-align:center;
    color:#CBCBCB; 
    
    font-weight:300;
   font-family: 'Roboto', sans-serif;

}

.sha1 h2{
	text-align:center;
	font-weight:100;
    font-family: 'Roboto', sans-serif;

      color:#fff;}
.sha1 h1{
    padding-top:170px;
	text-align:center;
    color:#CBCBCB; 
    
    font-weight:300;
   font-family: 'Roboto', sans-serif;

}
.sha2 h2{
	text-align:center;
	font-weight:100;
   font-family: 'Roboto', sans-serif;

      color:#fff;}
.sha2 h1{
    padding-top:170px;
	text-align:center;
    color:#CBCBCB; 
    
    font-weight:300;
    font-family: 'Roboto', sans-serif;

}
.sha3 h2{
	text-align:center;
	font-weight:100;
    font-family: 'Roboto', sans-serif;

      color:#fff;}
.sha3 h1{
    padding-top:170px;
	text-align:center;
    color:#CBCBCB; 
    
    font-weight:300;
    font-family: 'Roboto', sans-serif;

}
/***************************************************************
.sh2{ 
     font-weight:normal;
	/* background: linear-gradient(rgba(0,0,0,0.4),
         rgba(0,0,0,0.2)),url(../img/slides/3.webp);**/
       height:100%;
      min-height:540px;
      width:100%;
   background-size: cover;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.sh2 img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 height:100%;
  min-height:440px;
 display:block;
}
.sh2 h2{
	text-align:center;
	font-weight:100;
   font-family: 'Roboto', sans-serif;

    padding-top:190px;   color:#fff;}
.sh2 h1{
	text-align:center;
    color:#CBCBCB; 
    margin-bottom:2%;
    font-weight:300;
   font-family: 'Roboto', sans-serif;

}

@media (max-width: 1000px) {
    .nones{display:none;}
.phone{
    display:none;
}
}

@media (max-width: 700px) {
    .nones{display:none;}
    .testss{
        display:none;
    }
.sh{
	 background: linear-gradient(rgba(0,0,0,0.0),
         rgba(0,0,0,0.0)),url(../img/slides/1mobile.webp) center no-repeat;
     width:100%;
   background-size: cover;
 min-height:540px;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
      height:640px;
}
.sh img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 height:100%;
  min-height:440px;
 display:none;
}
.sha1{
	 	 background: linear-gradient(rgba(0,0,0,0.0),
         rgba(0,0,0,0.0)),url(../img/slides/1.1.webp);
     width:100%;
   background-size: cover;
 height:640px;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
}
.sha1 img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 height:100%;
  height:440px;
 
 display:none;
}
.sha2{
	 	 background: linear-gradient(rgba(0,0,0,0.0),
         rgba(0,0,0,0.0)),url(../img/slides/2.webp);
     width:100%;
   background-size: cover;
 height:640px;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
}
.sha2 img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 height:100%;
  height:540px;
 
 display:none;
}
.sha3{
	 	 background: linear-gradient(rgba(0,0,0,0.0),
         rgba(0,0,0,0.0)),url(../img/slides/3.webp);
     width:100%;
   background-size: cover;
 height:640px;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
}
.sha3 img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
 width:100%;
 height:100%;
  height:440px;
 
 display:none;
}
.sh h2{
	text-align:center;
	font-weight:100;
   font-family: 'Roboto', sans-serif;

    padding-top:126px;   color:#fff;}
.sh h1{
	text-align:center;
    color:#CBCBCB; 
    margin-bottom:2%;
    font-weight:300;
   font-family: 'Roboto', sans-serif;

}
.sha1 h2{
	text-align:center;
	font-weight:100;
   font-family: 'Roboto', sans-serif;

    padding-top:126px;   color:#fff;}
.sha1 h1{
	text-align:center;
    color:#CBCBCB; 
    margin-bottom:2%;
    font-weight:300;
    font-family: 'Roboto', sans-serif;

}
.sha2 h2{
	text-align:center;
	font-weight:100;
    font-family: 'Roboto', sans-serif;

    padding-top:126px;   color:#fff;}
.sha3 h1{
	text-align:center;
    color:#CBCBCB; 
    margin-bottom:2%;
    font-weight:300;
   font-family: 'Roboto', sans-serif;

}
.sha3 h2{
	text-align:center;
	font-weight:100;
  font-family: 'Roboto', sans-serif;
 
    padding-top:126px;   color:#fff;}
.sha3 h1{
	text-align:center;
    color:#CBCBCB; 
    margin-bottom:2%;
    font-weight:300;
   font-family: 'Roboto', sans-serif;

}
    .sh1 h2{font-size:20px;
	text-align:center;
	font-weight:100;
    font-family: 'Roboto', sans-serif;

      color:#fff;}
.sh1 h1{
    font-size:24px;
    padding-top:170px;
	text-align:center;
    color:#CBCBCB; 
    
    font-weight:300;
   font-family: 'Roboto', sans-serif;

}
}
.ro{
	text-align:center;
	color:black; 
	margin-top:2%;
	font-size:24px;
	color:#d8968f;
}
.ro a{
text-align: center;

}
.ro i{
	
	color:#d8968f;
border: 5px solid #d8968f;
border-radius:100% 100%  100% 100%;   
width:60px;
height:60px;

   
}

.dop{
    margin-left:9px;
    margin-right:9px;
    margin-bottom:9px;
	text-align:center;
}
header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar {
   
    min-height: 62px;
    padding: 0;
}

header .navbar-nav > li  {
    padding-bottom: 12px;
    padding-top: 12px;
    padding: 0 !important;
}

header  .navbar-nav > li > a {
    /* padding-bottom: 6px; */
    /* padding-top: 5px; */
    margin-left: 2px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media (min-width: 968px) {
.nonaw{
position:absolute;
background:#58585859;
z-index:999;
width:100%;
margin-left: auto;
    margin-right: auto;


    display: block;
    
}
.dropdown-menu li a:hover {/**Цвет наведение меню**************************************************************************************************************/
    color: #205e4d !important;
    background: #5f9378a6 !important;
}

header .nav .caret {
    border-bottom-color: #e6fffb;
    border-top-color: #e6fffb;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #99cbb1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #b4d1bb69;
}	
	

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
	border: none;
}

.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

header .nav li .dropdown-menu  {
   padding: 0;
   background: #ffffff;
   box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.22);
}


header .nav li .dropdown-menu li a {
    background:#d8cabd00;/**Фон дропменю**/
   line-height: 28px;
   padding: 8px 12px;
}


/* --- menu --- */
.flex-caption p {
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
}
header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
}

header ul.nav li a {
	font-size: 14px;
	border:none;
	font-weight: 600;
	text-transform:uppercase;

}

header ul.nav li ul li a {	
	font-size: 1.4rem;
	border:none;
	font-weight:300;
	text-transform:uppercase; text-shadow: 0 0.1px 0.1px #fff;font-family: 'Roboto', sans-serif;

}



.navbar .nav > li > a {
color: #ffffff;
    text-shadow: 0 0.1px 0.1px #00000038;
    border: 0px
 solid rgba(255, 255, 255, 0) !important;
font-family: 'Roboto', sans-serif;

 letter-spacing: 3px;

 text-shadow:1px 1px 1px rgb(0 0 0);

}

.navbar .nav a:hover {
	background:none;
	color: #7fb38e9e;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;

}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {

  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #99cbb1;border-radius: 0; text-shadow: 1px 1px 1px rgb(0 0 0);}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
 color: #99cbb1;

  background-color: transparent;
}

ul.nav li.dropdown a {
	z-index:1000;
	display:block;

}

 select.selectmenu {
	display:none;
}

}
@media (min-width: 1230px) {
header .navbar-collapse  ul.navbar-nav {
     max-width:1250px;
     margin:0 auto;
  

  
   
}
.navbar .nav > li > a {

 font-size:14px;


}}

@media (max-width: 1230px) {
header .navbar-collapse  ul.navbar-nav {
     width:100%;
     margin:0 auto;
  

  
   
}
.navbar .nav > li > a {

 font-size:1.6rem;


}}





@media (max-width: 968px) {

.dropdown-menu li a:hover {/**Цвет наведение меню**************************************************************************************************************/
    color: #fff !important;
    background: #5d9e7a !important;
}

header .nav .caret {
    border-bottom-color: #50785b;
    border-top-color: #50785b;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #6897708c;
}	
	

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
	border: none;
}

.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

header .nav li .dropdown-menu  {
   padding: 0;
   background: #ffffff;
   box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.22);
}


header .nav li .dropdown-menu li a {
    background:#d8cabd00;/**Фон дропменю**/
   line-height: 28px;
   padding: 8px 12px;
}


/* --- menu --- */
.flex-caption p {
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
}
header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
}

header ul.nav li a {
	font-size: 14px;
	border:none;
	font-weight: 600;
	text-transform:uppercase;
	padding-top: 25px;
}

header ul.nav li ul li a {	
	font-size:1.3rem;
	border:none;
	font-weight:300;
	text-transform:uppercase; text-shadow: 0 0.1px 0.1px #fff;font-family: 'Roboto', sans-serif;

}


.navbar .nav > li > a {
  color: #545454;
  text-shadow: 0 0.1px 0.1px #fff;
  border: 0px solid rgba(255, 255, 255, 0) !important;
 font-family: 'Roboto', sans-serif;

}

.navbar .nav a:hover {
	background:none;
	color: #ff9818;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;

}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {color: #5d9e7a;border-radius: 0;}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #e5645c;
  background-color: transparent;
}

ul.nav li.dropdown a {
	z-index:1000;
	display:block;

}

 select.selectmenu {
	display:none;
}}
.pageTitle{
color: #fff;
margin: 30px 0 3px;
display: inline-block;
}
 
#banner{
	width: 100%;
	background:#000;
	position:relative;
	margin:0;
	padding:0;
}

/*  Sliders
==================================== */
/* --- flexslider --- */
#main-slider:before {content: '';width: 100%;height: 100%;background: rgba(43, 150, 204, 0.1);z-index: 1;position: absolute;}
.flex-direction-nav a{
display:none;
}
.flexslider {
	padding:0;  
	background: #fff; 
	position: relative; 
	zoom: 1;
}
.flex-direction-nav .flex-prev{
left:0px; 
}
.flex-direction-nav .flex-next{ 
right:0px;
}
.flex-caption {zoom: 1;bottom: 198px;background-color: transparent;color: #fff;margin: 0;padding: 2px 25px 0px 30px;/* position: absolute; */left: 0;text-align: center;margin: 0 auto;right: 0px;display: inline-block;bottom: 50px;width: 50%;right: 0 !important;border-radius: 15px 15px 0 0;}
.flex-caption h3 {color: #fff;letter-spacing: 0px;margin-bottom: 8px;text-transform: uppercase;font-size: 42px;font-weight: 700;}
.flex-caption p {margin: 12px 0 100px;font-size: 30px;font-weight: 400;}
.skill-home a:focus, .skill-home a:active{
    color:#000;
}
.skill-home{
margin-bottom:50px;
}
.c1{
border: #ed5441 1px solid;
background:#ed5441;
}
.c2{
border: #24c4db 1px solid;
background:#24c4db;
}
.c3{
border: #1891EC 1px solid;
background:#1891EC;
}
.c4{
border: #609cec 1px solid;
background:#609cec;
}
.skill-home .icons {padding: 38px;width: 94px;height: 94px;color: #fff;font-size: 42px;font-size: 38px;text-align: center;-ms-border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 0;display: inline-table;border: 4px solid #e74c3c;color: #e74c3c;background: transparent;border-radius: 50%;background: #ffffff;}
.skill-home h2 {
padding-top: 20px;
font-size: 36px;
font-weight: 700;
} 
.testimonial-solid {
padding: 50px 0 60px 0;
margin: 0 0 0 0;
background: #FFFFFF;
text-align: center;
}
.testi-icon-area {
text-align: center;
position: absolute;
top: -84px;
margin: 0 auto; 
width: 100%;
}
.testi-icon-area .quote {
padding: 15px 0 0 0;
margin: 0 0 0 0;
background: #ffffff;
text-align: center;
color: #1891EC;
display: inline-table;
width: 70px;
height: 70px;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
font-size: 42px; 
border: 1px solid #1891EC;
display: none;
}

.testi-icon-area .carousel-inner { 
margin: 20px 0;
}
.carousel-indicators {
bottom: -60px;
}
.text-center img {
margin: auto;
}
.aboutUs{
padding:40px 0;
background: #F2F2F2;
}
img.img-center {
margin: 0 auto;
display: block;
max-width: 100%;
}
.home-about{
	padding: 60px 0 0px;
}
.home-about hr{
	padding:0;
	margin:0;
}
.home-about .info-box{
	
}
/* Testimonial
----------------------------------*/
.testimonial-area {
padding: 0 0 0 0;
margin:0;
background: url(../img/low-poly01.jpg) fixed center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.testimonial-solid p {
color: #000000;
font-size: 16px;
line-height: 30px;
font-style: italic;
} 
section.hero-text {
	background: #F4783B;
	padding:50px 0 50px 0;
	color: #fff;
}
section.hero-text h1{ 
	color: #fff;
}

/* Clients
------------------------------------ */
#clients {
  padding: 60px 0;
  }
  #clients .client .img {
    height: 76px;
    width: 138px;
    cursor: pointer;
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear; }
    #clients .client .img:hover {
      cursor: pointer;
      /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
      border-radius: 8px; }
  #clients .client .client1 {
    background: url("../img/client1.png") 0 -75px; }
    #clients .client .client1:hover {
      background-position: 1px 0px; }
  #clients .client .client2 {
    background: url("../img/client2.png") 0 -75px; }
    #clients .client .client2:hover {
      background-position: -1px 0px; }
  #clients .client .client3 {
    background: url("../img/client3.png") 0 -76px; }
    #clients .client .client3:hover {
      background-position: 0px 0px; }


/* Content
==================================== */

#content {
	position:relative;
	padding:50px 0 0px 0;
}
 
.cta-text {
	text-align: center;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}
 
.box {
	width: 100%;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover,a:focus,a:active {
	color: #eee;
	text-decoration: none;
}


/* Bottom
==================================== */

#bottom {
	background:#fcfcfc;
	padding:50px 0 0;

}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
	font-weight:600;
}

#twitter ul {
    padding: 0;
	list-style:none;
}
#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}


/* page headline
==================================== */

#inner-headline{
  background: linear-gradient(rgb(255 255 255 / 30%), #16151563),url(../titlepage.jpg) no-repeat;
   position: relative;margin: 0;padding: 0;color: #1891EC;z-index:100;}


#inner-headline h2.pageTitle{
    text-align: left;
   margin-top:12rem;
	color: #ffffff;
    text-shadow: 0px 1px 1px black;
	padding: 5px 0;
	display:block;
	margin-left: 12px;
    font-size: 3.6rem;
    font-weight: 600;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:40px 0;
	float:left;
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#fff;
}

#inner-headline ul.breadcrumb li i{
	color:#dedede;
}

#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}

/* Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #f5f5f5;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform textarea {
border: 1px solid #f5f5f5;
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}
 
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

#inner-headline form.input-append {
	margin:0;
	padding:0;
}

.about-text h3 {
	font-size: 22px;
	padding-bottom: 20px;
}

.about-text .btn {
	margin-top: 20px;
	//font-size: 15px;
	//text-align: justify;
}

.about-image img {
}

.about-text ul {
	margin-top: 30px;
	padding: 0;
}

.about-text li {
	margin-bottom: 10px;

	font-weight: bold;
	list-style: none;
}

 
.about-text-2 img {
	border: 5px solid #ddd;
	margin-bottom: 20px;
}

.about-text-2 p {
	margin-bottom: 20px;
}

#call-to-action {
	background: url(../images/bg/about.jpg) no-repeat;
	background-attachment: fixed;
	background-position: top center;
	padding: 100px 0;
	color: #fff;
}

.call-to-action h3 {
	font-size: 40px;
	letter-spacing: 15px;
	color: #fff;
	padding-bottom: 30px;
}

.call-to-action p {
	color: #999;
	padding-bottom: 20px;
}

.call-to-action .btn-primary {
	background-color: transparent;
	border-color: #999;
}

.call-to-action .btn-primary:hover {
	  background:#71987a;
	color: #999;
	border-color: #151515;
}

#call-to-action-2 {
	background-color: #2ab975;
	padding: 50px 0;
}
#call-to-action-2 h3 {
	color: #eaeaea;
	font-size: 28px;
	font-weight: 400;
}
#call-to-action-2 p {
	color: #eaeaea;
	font-size: 15px;
}
#call-to-action-2 .btn-primary {
	border-color: #FFFFFF;
	background: transparent;
	margin-top: 50px;
	color: #fff;
}
section.section-padding.gray-bg {
    background: #f3f3f3;
    padding: 60px;
    color: #484848;
}
 
  #accordion-alt3 .panel-heading h4 {
font-size: 13px;
line-height: 28px;
}
.panel .panel-heading h4 {
font-weight: 400;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel {margin-bottom: 18px;background-color: #FFFFFF;border: 1px solid #f3f3f3;border-radius: 2px;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);box-shadow: 0 1px 1px rgba(0,0,0,0.05);}
#accordion-alt3 .panel-heading h4 a i {font-size: 17px;line-height: 18px;width: 18px;height: 18px;margin-right: 8px;color: #A0A0A0;text-align: center;border-radius: 50%;margin-left: 6px;font-weight: bold;}  
.progress.pb-sm {
height: 6px!important;
}
.progress {
box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress .progress-bar.progress-bar-red {
background: #ed5441;
} 
.progress .progress-bar.progress-bar-green {
background: #51d466;
}
.progress .progress-bar.progress-bar-lblue {
background: #32c8de;
}
/* --- Projects detail --- */
.top-wrapper {
	margin-bottom:20px;
}
.info-blocks {
margin-bottom: 15px;
}
.info-blocks i.icon-info-blocks {float: left;color: #ffffff;font-size: 30px;min-width: 50px;margin-top: 7px;text-align: center;background: #3e464c;width: 72px;height: 72px;padding-top: 21px;border-radius: 50%;}
.info-blocks .info-blocks-in {
padding: 0 10px;
overflow: hidden;
}
.info-blocks .info-blocks-in h3 {color: #555;font-size: 18px;line-height: 28px;margin:0px;}
.info-blocks .info-blocks-in p {font-size: 14px;}
  
blockquote {
	font-size:16px;
	font-weight:400;
font-family: 'Roboto', sans-serif;

	font-style:italic;
	
	color:#a2a2a2;
	line-height:1.6em;
	border-color:#c8d7cf;
}

blockquote cite 							{ display:block; font-size:12px; color:#666; margin-top:10px; }
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }

/* --- pullquotes --- */

.pullquote-left {
	display:block;
	color:#a2a2a2;
font-family: 'Roboto', sans-serif;

	font-size:14px;
	line-height:1.6em;
	padding-left:20px;
}

.pullquote-right {
	display:block;
	color:#a2a2a2;
	font-family: 'Roboto', sans-serif;

	font-size:14px;
	line-height:1.6em;
	padding-right:20px;
}

/* --- button --- */
.btn{border-radius: 30px;text-align: center;color: #FFFFFF !important;padding-top: 8px;padding-bottom:8px;border-color: transparent;font-size:16px;background:#7fb38e;	font-family: 'Roboto', sans-serif;
box-shadow: 0 5px 3px 0 rgb(0 0 0 / 10%), 0 2px 5px 0 rgb(0 0 0 / 6%);}
.btn-theme {
	color: #fff;
	 background:#7fb38e;
	border: 1px solid #fff;
	padding: 12px 30px;
	font-weight: bold;

}
.btn:hover {
	  background:#cbdbcf;
}

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

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

ul.link-list li{    font-size: 1.6rem;
	margin:0;
    color: #dedede;
	list-style:none;

}
footer{
        background: #3b7e5a;
    /**
    background: linear-gradient( 
180deg, #79ad89, #798d79);**/}
footer ul.link-list li a{
	color: #dedede;
}
footer ul.link-list li a:hover {
	color: #fff;
}
/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;
	
}


.widgetheading {
	width:100%;
	padding:0;
	font-weight: bold;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}

.team-member h4{
  text-align: center;
  margin-bottom: 5px;
}
.team-member .deg{
text-align:center;
display:block;
}
#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;

}
.panel-title>a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}
.box-area{padding: 15px;background: #f3f3f3;margin-top: -21px;border: 4px solid #f3f3f3;position: relative;z-index: 0;box-shadow: 0px 2px 2px #d3b5b3;min-height:300px;}
.box-area h3{font-size: 17px;font-weight: 600;}
.box-area:after {
    position: absolute;
    width: 95%;
    height: 54px;
    background: #f3f3f3;
    top: 0;
    left: 0;
    z-index: -5;
    content: '';
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
    margin-top: -20px;
}
.no-padd{
	padding:0 !important;
}
@media (max-width: 1000px) {
   .main-services{
 background: linear-gradient(  #ffffff,#ffffff,#e5f1e9, #e5f1e9, #ffffff);
	
} 
 .main-services2{
   background: #5d9e7a38;
	padding:50px 0;
} 

}
 /* --.main-services a{color:#fff;}--*/
@media (min-width: 1000px) {
    
.main-services{
     /* ---background: linear-gradient(#cbcbcbc7,
        #042715),url(../img/slides/hpmenews.jpg) no-repeat;--- */
background:linear-gradient(  #ffffff,#ffffff,#e5f1e9, #e5f1e9, #ffffff);
	padding-bottom:50px;
}}
.main-services2{
    
        background-image: linear-gradient(rgb(138 195 164 / 35%), rgba(138 195 164/35%)),url(../img/slides/parents.jpg);
    
    width: 100%;
    background-size: cover;
/*background: linear-gradient(rgb(159 255 215 / 30%), rgb(136 253 199 / 30%)),url(../img/slides/parents.jpg) no-repeat;
/* ---	background: #5d9e7a38;--- */
	padding:50px 0px 50px 0px;
	background-position: center center;
	    background-repeat: no-repeat;
}
.main-services .section-title h2, .main-services .section-title p{
	
}
/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

 
ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;	
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

 .quote-section {
	 background: #eaeaea;
	 padding: 50px 0;
}

.quote {
    color: #e74c3c;
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e74c3c;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #dedede;
}
.pricing-title{
	background:#fff;
	text-align:center;
	padding:10px 0 10px 0;
}

.pricing-title h3{
	font-weight:600;
	margin-bottom:0;
}

.pricing-offer{
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 40px 0;
	font-size:18px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.pricing-box.activeItem .pricing-offer{
	color:#fff;
}

.pricing-offer strong{
	font-size:78px;
	line-height:89px;
}

.pricing-offer sup{
	font-size:28px;
}

.pricing-container{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-container strong{
color:#353535;
}

.pricing-container ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-container ul li{
	border-bottom: 1px solid #CFCFCF;
list-style: none;
padding: 15px 0 15px 0;
margin: 0 0 0 0;
color: #222;
}

.pricing-action{
	margin:0;
	background: #ffffff;
	text-align:center;
	padding:20px 0 30px 0;
}

.pricing-wrapp{
	margin:0 auto;
	width:100%;
	background:#fd0000;
}
 .pricing-box-item {border: 1px solid #e6e6e6;background:#fcfcfc;position:relative;margin:0 0 20px 0;padding:0;-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);box-shadow: 0 2px 0 rgba(0,0,0,0.03);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}

.pricing-box-item .pricing-heading {
	background: #ffffff;
	text-align: center;
	padding: 50px 0;
	display:block;
}
.pricing-box-item.activeItem .pricing-heading {
	background: #ffffff;
	text-align: center;
	border-bottom:none;
	display:block;
	color:#fff;
}
.pricing-box-item.activeItem .pricing-heading h3 {
	 
color: #e74c3c;
}

.pricing-box-item .pricing-heading h3 strong {
	font-size:28px;
	font-weight:700;
	letter-spacing:-1px;
	/* color: #5d5d5d; */
}
.pricing-box-item .pricing-heading h3 {
	font-size:32px;
	font-weight:300;
	letter-spacing:-1px;
}

.pricing-box-item .pricing-terms {
	text-align: center;
	background: #fff;
	display: block;
	overflow: hidden;
	padding: 11px 0 5px;
	/* border-top: 2px solid #BBBBBB; */
	border-bottom: 1px solid #CDCDCD;
}

.pricing-box-item .pricing-terms  h6 {
	margin-top: 16px;
	color: #383838;
	font-size: 22px;
}

.pricing-box-item .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
	padding:12px;
    font-size: 16px;
	font-weight:700;
    line-height: 68px;
    text-shadow:none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-item  .pricing-action{
	margin:0;
	text-align:center;
	padding:30px 0 30px 0;
}
.pricing-action .btn{
	background: #e74c3c;
	color: #fff;
} 
/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}
 
/* --- Recent post widget --- */

.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}

.recent-post h5 a:hover {
	text-decoration:none;
}

.recent-post .text h5 a {
	color:#353535;
}

  
footer{
	padding:50px 0 0 0;
	color: #3e464c;
	
}

footer a {
	color: #bbb;
}

footer a:hover {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color: #ffffff;
	text-shadow: 0px 0px 1px black;
	text-transform: uppercase;
}

footer address {
	line-height:1.6em;
    font-size: 1.1em;
    margin: 0;
    color: #dedede;
    font-family: 'Roboto', sans-serif;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
	/* border: 1px solid #2D2D2D; */
	padding: 5px 0 0;
	width: 32px;
	display: inline-block;
	text-align: center;
	height: 32px;
	font-size:2em;
	vertical-align: baseline;
}

#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
	background: #2f363c;
}

#sub-footer p{font-size: 1.2em;
	margin:0;
	padding:0;
	color: #c5c5c5;
}

#sub-footer span{
	color:#f5f5f5;
}

.copyright {
	text-align:left;
	font-size:12px;
	color: #b3b3b3;
}

#sub-footer ul.social-network {
	float:right;
}

  

/* scroll to top */
.scrollup{

position: fixed;
    width: 62px;
    height: 62px;
bottom: 10rem;
    right: 21px;
    background: #3b7e5a;
    border-radius: 100px 100px 100px 100px;
    z-index: 1000;
    border: 1px solid #fff;
}

a.scrollup {
    padding-top:-1px;
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
	 background:#539f73;
	 border:1px solid #79a98e;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
	
}
a.scrollup i:hover {
	text-decoration:none;
}



 
.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}
 
img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}


.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  text-indent: 50px;
  overflow: hidden;
}
.btn:hover {
    outline: none; 
  color: #FFF;
  text-decoration: none;
  background:#cbdbcf;
  border-color: transparent;
}
.btn:focus {
    outline: none; 
border-color: transparent;
background: #7fb38e;
}
/*  Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {

	a.detail{
		background:none;
		width:100%;
	}


	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}	
}
@media (max-width: 1068px) {
    .fat{display:none;}}
    @media (max-width: 768px) {
    .fet{display:none;}}
@media (max-width: 968px) {

.navbar-default .navbar-collapse{border-color: none;background: #ffffff;box-shadow: 0px 1px 2px #8f7e7d;}
.navbar-default .navbar-toggle .icon-bar {background-color: #3a403b;border-radius: 0;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ffffff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: rgb(91 158 124);
margin-top: 65px;
}
header ul.nav li a{
padding:10px 10px;	
}
  body {
    padding-right: 0;
    padding-left: 0;
  }
	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	.navbar-header {
		/* margin-top: 20px; */
		border-bottom: none;
	}
	
	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {background: none;font-weight: 700;color: #61a56f;padding: 3px 10px;}
	header .navbar-nav > li {
padding-bottom: 2px;
padding-top: 3px;
}
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}

	.dropdown-menu {
	  position: absolute;
	  top: 0;
	  left: 40px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #f5f5f5;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	

	
	li.active  {
		border: none;
		
}

	
	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}

	.flexslider .slide-caption {
	 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}



	
	ul.Projects li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}
	
	
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;margin-left: 2em;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }

}
@media (min-width: 1390px) {
.pull-right p{
   margin-left: 8px;
    font-size: 1.7rem;
    text-shadow: 0 1px 1px #000;
    font-weight: 600;
}}

@media (max-width: 1390px) {
.pull-right p{
    margin-left:8px;
    font-size: 1.6rem;
    text-shadow: 0 1px 1px #000;
}}
@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}

	.flexslider .flex-caption {
		display:none;
	}


	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	ul.Projects li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}


}
.un{margin:0 auto;
	
	width:98%;
margin-left:1%;
margin-right:1%;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
margin-top:1%;
margin-bottom:1%;
}
.une{
	
	margin:0 auto;
	border-bottom: 1px solid black;
	
	
}
.une p{
margin:1% 1% 1% 1%;
}	
/**Анимированная кнопка**/
.myshka-podvala {
    background:#ffffff26;
    z-index:1000;
  width: 44px;
  height: 86px;
  border: 3px solid #fff;
  border-radius: 100px;
  position: absolute;
  bottom:20px;
  right:50%;
  margin: 18px auto;
  box-sizing: border-box;
}
.myshka-podvala::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
   z-index:1000;
}




@keyframes wheel {
  to {
  opacity: 0;
  top: 60px;
  }
}
  
.unH3{
border-bottom:3px solid #95a5a7;
margin-left:10px;
width: 154px;
    
}   
.unH4{

margin-left:10px;
width: 149px;
    
}  
/**Конец кнопки**/
/**********
  global
**********/



:root{
  --bg-color: #feffff;
  --divs-color: #121212;
  --poems-color: #272a2f;
  --anchors-color: #a2987f;
  --divs-text-color: #f1e6d0;
}



/**********
  global end
**********/
/**********
  section
**********/

.contenedor{
 
  width: 100%;
}




.verContenido{
  background: transparent;
  border: 0.3vh solid var(--anchors-color);
  color: var(--anchors-color);
  display: block;
  position: relative;
  left: 30vw;
  font-size: 2vh;
  letter-spacing: 1vw;
  line-height: 1.5;
  outline: none;
  transition: 0.4s;
  width: 25vh;
  padding: 0.5vh 0px;
  margin-top: 2vh;
  animation: enterEase 1.25s forwards;
  user-select: none;
}

.verContenido:hover{
  cursor: pointer;
  background: var(--anchors-color);
  color: var(--divs-text-color);
  letter-spacing: 1.2vw;
}


.obvle{
 width:100%;
    min-height:320px;
}
.obvle .btn{
position:absolute; /* добавили */
	bottom:0; /* добавили */
    margin-bottom:4%;
   
}

 .news:hover {

background: radial-gradient(#ffffff, #a4c7b4);margin-top: -21px;position: relative;z-index: 0;box-shadow: 0px 2px 2px #5d9e7a38;
 box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;

}
.news img {
  opacity: 1;
    width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .newse{
     margin:0 auto;
 max-width:404px;margin-top: -23px;
    position: relative;
     height:210px;
 }
 
/**.news img:hover{
     -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
 }
 @-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
**/

 .top-right {  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
     background:#eaeaeac7;
     z-index:999;
    position: absolute;

padding:3px;
     /** bottom: 0px;
  left: 0px;**/
}
.news h4{
        font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
}

 .news {
     box-shadow: 0px 1px 2px #8f7e7d;
  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease; 
cursor: default;
    background: radial-gradient(#ffffff, #b6c5bd);;margin-top: -21px;position: relative;z-index: 0;height:336px;

}
 .adm {border-radius:10px;
overflow:hidden;
padding: 15px;background: #f3f3f3;margin-top: -21px;position: relative;z-index: 0;min-height:475px;box-shadow: 0px 3px 3px #ffdfdc;
  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.adm img{   -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
    border-bottom: 20px solid #388a6000;
    
}
.adm:hover img{
    border-bottom: 20px solid  linear-gradient( 
0deg, #bd7a78, #cfb4a8);
    
}
.adm:hover{
     box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
 background:#6bab8163;   
}

.button-2 {
   font-family: 'Roboto', sans-serif;

  background:#7fb38e;
    text-decoration: none;
      position: absolute;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
   font-family: 'Roboto', sans-serif;

    font-size: 16px;
    color: #fff;
    bottom:0px;
    right:0px;
}
.button-2 span {
    position: relative;
    color:#fff;
}
.button-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #79a98e;
    transition: .3s ease-in-out;
    color: #fff;
}
.button-2:hover:before {
    width: 100%;
}

.button-3 { 
  background:#7fb38e;
    text-decoration: none;
      position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    
    font-size: 14px;
    color: #fff;
  
}
.button-3 span {
    position: relative;
  font-family: 'Roboto', sans-serif;

    color:#fff;
    font-weight:300;
}
.button-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #79a98e;
    transition: .3s ease-in-out;
    color: #fff;
}
.button-3:hover:before {
    width: 100%;
}
.ss{
   text-decoration: none;
   font-size:16px;
   float:right;
   color:black;
   font-weight:600;
}
.ss:hover{
text-decoration: none;
color:#e74c3c;   
}
.ss:active{
text-decoration: none;
color:#e74c3c;   
}

#search{
    color: #000000;
    background: #fff;
    line-height: 4rem;
    /* border-radius: 30px; */
    padding-left: 2rem;
    border: 1px solid #c7c7c7;
}

.input .text{
color:#fff;

}
.bt{

 background: linear-gradient( 
90deg,#fff, #7fb38e, #fff);
    margin:0;

    border:none;
    height:3px;
    width:100%;
}
.bt2{
    margin:0 auto;
    background:#000;
    border:none;
    height:4px;
    width:8%;
   
}
.bt3{
 margin:0;
    background:#a2a1a9;
    border:none;
    height:2px;
    width:17%;
    margin-bottom:8px;
   
}
@media  (max-width: 995px) {
    .borde{
        padding-top:0.5rem;
        
border-right:none;

    
}
   .borde1{
        padding-top:0.5rem;
        
border-right:none;

    
}
.topuo{
font-size: 1.4rem;
}
.none1{
 font-size:2rem;
}}

.none1{
   font-family: 'Roboto', sans-serif;
 text-shadow: 0 1px 1px #000;
}
.none{    
  color: #669;
  padding: 0px 8px;
  transition: .3s linear;
    font-family: 'Roboto', sans-serif;
text-shadow: 0 1px 1px #000;
}
.pull-left {
 font-family: 'Roboto', sans-serif;
 }

@media  (max-width: 700px) {
.none1{
    font-size:3em; text-shadow: 0 1px 1px #000;
}
.topuo{
font-size: 1.4rem;
}
}
@media  (max-width: 995px) {
    .dis{
        display:none;
    }
    .borde{
    display:none;
    }
.bt{
   display:none;
}}
.arrow{
  font-family: 'Roboto', sans-serif;

    text-shadow: 0 1px 1px #000;
}

.arrow a:hover{
    text-decoration: none;}
    
    @media  (max-width: 767px) {
    }
    
    
    .your-class > div {
  width: 200px;
  height: 150px;
  background-color: #ccc;
  border: 2px solid white;
}

.my-dots {
display: block;
    position: relative;
    bottom: 40px;
    /* right: 10rem; */
    width: 100%;
    background: #96a39cdb;
    height: 40px;
    padding-right: 100px;
}

.my-dots li {
float: right;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
    margin: 3px 3px 5px;
  padding: 0;
  cursor: pointer;
}

.my-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.my-dots li button:hover,
.my-dots li button:focus {
  outline: none;
}

.my-dots li button:hover:before,
.my-dots li button:focus:before {
  opacity: 1;
}

.my-dots li button:before {
  font-family: 'slick';
  font-size: 32px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  content: url('../img/ico/ico3/circle4shape-outline_icon-icons.png');
  text-align: center;
   filter: grayscale(100%) sepia(100%);
  opacity: .40;
  color: white;
     z-index:30;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   
}

.my-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}
@media (min-width: 414px) {
.logos{
    width: 107px;
 text-shadow: 0 1px 1px #000;
}
.logos2{
   width: 101px;
    height: 102px;
    padding-top: 0.6rem;
    text-shadow: 0 1px 1px #000;
}}
@media (max-width: 414px) {
.logos{
    width: 87px;
 text-shadow: 0 1px 1px #000;
}
.logos2{
   width: 77px;
    height: 80px;
    padding-top: 0.6rem;
    text-shadow: 0 1px 1px #000;
}
    
}

.soc{text-align: center;
    color: #eee;
    font-size: 1.7em;
    padding-right: 9px;
    padding-left: 9px;
    margin-top: 12px;
      -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.soc:hover,
.soc:active{
   color:#e74c3c;
    -webkit-filter: contrast(185%);
opacity:1;
}




















/* Slider */

.slick-slide {
  
}

.slick-slide img {
    width: 100%; padding: 0px 20px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




.wrapper1 {

  margin: 0 auto;
}




.clearfix:after,
.clearfix:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  clear: both;
}
.ico-wrap {
    color: #7fb38e;
    width: 50px;
    height: 50px;
    margin: 25px 20px 2px 2px;
    display: block;
    text-align: center;
    font-size: 25px;
    border: 2px solid #7fb38e;
    float: left;
}
.ico-contact {
    line-height: 1.9 !important;
}
.descript-wrapper {
    float: left;
    margin-bottom: 20px;
}
.aio-icon-title {
    font-size: 18px;
    color: #388a60cf;
    line-height: 1;
    margin-bottom: 10px;
}
.ng{
max-width:300px;
    width:100%;
  position:absolute; top:0px;left:0px;
}
.ng img{
  
    z-index:99999;
   
    width:300px;height:229px;
    
}
@media (min-width: 767px) {
.iim2{display:none;
}
}
@media (max-width: 767px) {
   
    .iim{
        display:none;
    }
    .wrapper {

  margin-top: 14px;
}
    .descript-wrapper,
    .ico-wrap {
      float: none;
      text-align: center;
    }
    .ico-wrap {
      margin: 0 auto 15px auto;
    }
}
.content p{
margin-top:4px;

}
@media (min-width: 1200px) {
.content li {
    margin-right: 10rem;
}
    .content p{

     
}

.padde{   padding-right: 10rem;
}

}
@media (max-width: 1000px) {
.content img{
    width:100%;
    height:100%;
}}
.table-container {
   /** box-shadow: 0px 1px 2px #8f7e7d;**/
  width: 100%;
 overflow-x: scroll;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
}




/* Базовый контейнер табов */
.tabs {
    overflow:auto;  height:auto;
        width: 100%;
        
        padding: 0px;
        margin: 0 auto;
}
/* Стили секций с содержанием */

.tabs>section {
        display: none;
        padding: 15px;
        background: #fff;
 border: 1px solid #ddd;
}
.tabs>section>p {
        margin: 0 0 5px;
        line-height: 1.5;
        color: #383838;
 /* прикрутим анимацию */
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
@keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
/* Прячем чекбоксы */
.tabs>input {
        display: none;
        position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
        display: inline-block;
        margin: 0 0 -1px;
        padding: 15px 25px;
        font-weight: 600;
        text-align: center;
        color: #aaa;
 border: 0px solid #ddd;
 border-width: 1px 1px 1px 1px;
        background: #f1f1f1;
 border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
font-family: "FontAwesome";
        
        font-weight: normal;
        margin-right: 10px;
}
.tabs>label[for*="1"]:before {
        content: "\f04b";
}
.tabs>label[for*="2"]:before {
        content: "\f04b";
}
.tabs>label[for*="3"]:before {
        content: "\f04b";
}
.tabs>label[for*="4"]:before {
        content: "\f04b";
}
/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
        color: #888;
 cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
        color: #555;
 border-top: 0px solid #009933;
 border-bottom: 1px solid #fff;
 background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
 display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
        .tabs>label {
                font-size: 0;
        }
        .tabs>label:before {
                margin: 0;
                font-size: 18px;
        }
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
        .tabs>label {
                padding: 15px;
        }
}




.talmodern_gaversions {
    background: #f9f0f0;
    margin: 19.7px 0;
    border-radius: 3px;
    border: 2px solid #bbb7b7;
    box-shadow: 0 5px 5px 0 rgba(128, 123, 123, 0.35);
    cursor: pointer;
}
.talmodern_gaversions .vealauplicates {
    position: relative;
    z-index: 1;
    height: 100px;
}
.talmodern_gaversions .vealauplicates .tuouslanub {
    position: relative;
    z-index: 1;
    height: 160px;
	overflow: hidden;
    transition: all 0.3s;
}
.talmodern_gaversions:hover .vealauplicates .tuouslanub {
    height: 175px;
}
.talmodern_gaversions .vealauplicates .tuouslanub img {

    z-index: -1;
    top: -43%;
    transition: all 0.3s;
    width:100%;
}
.talmodern_gaversions:hover .vealauplicates .tuouslanub img {
    top: 0;
}
.talmodern_gaversions .vealauplicates .tuouslanub:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(251, 249, 249, 0.29);
}
.talmodern_gaversions:hover .vealauplicates .tuouslanub:before {
    background: rgba(249, 247, 247, 0.01);
}
.talmodern_gaversions .vealauplicates .nudelopag {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate3d(-47%, -8px, 0);
    transition: all 0.4s;
}
.talmodern_gaversions:hover .vealauplicates .nudelopag {
    transform: translate3d(-47%, -18px, 0);
}
.talmodern_gaversions .vealauplicates .nudelopag img,
.talmodern_gaversions .vealauplicates .nudelopag i
{
    border-radius: 95%;
    border: 2px solid #388a60cf;
	font-size: 71px;
	color: #388a60cf;
	padding:28px;
	box-sizing: content-box;  
	width:71px;
	height:71px;
	background: linear-gradient(to top, #5d9e7a38, #FFF);
	padding-right:39px;
}
.talmodern_gaversions:hover .vealauplicates .nudelopag img,
.talmodern_gaversions:hover .vealauplicates .nudelopag i
{
 
	background: #f2f4f7;
}
.talmodern_gaversions .body {
    text-align: center;
    margin-top: 87px;
}
.talmodern_gaversions h3 {
    transition: all 0.5s ease 0s;
    color: #388a60cf;
    font-size: 1.6rem;
    margin:7px 0;
    text-shadow: 0 0.4px black;
}   
.talmodern_gaversions p {
   text-align:center;font-size: 1.6rem;
}    
.talmodern_gaversions:hover h3 {
    color: #3e3b3b;
}


.kadunidesa {
    width: 100%;
       height: 333px;
}
@media (min-width: 767px) {
	#inner-headline .breadcrumb {
	    margin-top:2rem;
		clear:both;
		width:100%;
		
	}

	.breadcrumb > li {
   
    font-size: 2.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	}
}


















      .wrapper {
      display: flex;
      height: 20vh;
      flex-direction: row;
      justify-content: center;
      align-items: center;

      }
      
     .button:hover{ background: rgb(245, 242, 240, .3); 
border: 2px solid;
  border-radius: 1px;
    display: inline-block;
  color: white;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: 1em 1em;
  outline: none;

  transition: 0.2s;}
      
      
      
      .button {
          
          
          
        
      -webkit-border-radius: 40px;
      border-radius: 40px;
      cursor: pointer;
      display: inline-block;
      animation: glowing 1300ms infinite;
          
          
          
          
     
	  text-align:center;
	margin-top:1%;
	margin-right:1%;
margin-left:1%;
	font-size:18px;
  display: inline-block;
  color: white;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: 1em 1em;
  outline: none;
  border: 2px solid;
  border-radius: 1px;
  transition: 0.2s;
padding-right:40px;
padding-left:40px;
      }/**
      @-webkit-keyframes glowing {
      0% { background-color: #00e3f5; -webkit-box-shadow: 0 0 3px #0091b2; }
      50% { background-color: #21c7ed; -webkit-box-shadow: 0 0 15px #21c7ed; }
      100% { background-color: #0091b2; -webkit-box-shadow: 0 0 3px #0091b2; }
      }
      @keyframes glowing {
      0% { background-color: #0091b2; box-shadow: 0 0 3px #0091b2; }
      50% { background-color: #21c7ed; box-shadow: 0 0 15px #21c7ed; }
      100% { background-color: #0091b2; box-shadow: 0 0 3px #0091b2; }
      }**/
     /* скрываем чекбоксы и блоки с содержанием */
.hide {
    display: none; 
}
.hide + label ~ div{
    display: none;
}
/* оформляем текст label */
.hide + label {
   font-family: 'Roboto', sans-serif;

    font-weight:300;
    text-transform: uppercase;
   background:#bfaead78;
    padding: 0;
    border-radius:10px;
    padding:10px;
    color: #000;
    cursor: pointer;
    display: inline-block; 
    width:100%;
    
}

/* вид текста label при активном переключателе */
.hide:checked + label {
     
    color: #fff;
   background: #2d799678;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block; 
    background: #ffeadc;
   
    padding: 10px; 
}

/* demo контейнер */
.demo {
 
}
.dopmenu {
    font-family: 'Roboto', sans-serif;

     font-size:19px;
 margin-top:40px;
        padding: 0;
        list-style-type: none;
       
}
.dopmenu a{
    
     color:#3f51b5;
}
.dopmenu li {display: inline;}
.dopmenu a:hover {color: #388a60cf;}

@media (max-width: 980px) {
    .topbar{
    padding-top:1.6rem;}}
    
@media (max-width: 700px) {
    .topbar{
        padding-bottom: 1.6rem;
    padding-top:1.6rem;}
    }
    .dopmenu{
    display:none;}
    
.im {
	position	: relative;
	width		: 100%; /* for IE 6 */
 display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */ cursor:pointer;
   
}
.im img{
    cursor:pointer;
   transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
}
.im img:hover{
    
   	transform: scale(1.2); /* Увеличиваем масштаб */ 
}
.im h2 {
    
    color:#ffc107;
    text-shadow: 0 1px 1px #000;
    padding:10px;
    margin-top:-50px;
    font-size:2em;
	position	: absolute;
	top		: 200px;
	left		: 0;
	width		: 100%;
}


.gtukopes-amiktun2{

 background:#4d8b69;
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 8px 10px rgba(109, 173, 140,0.3);
  cursor:pointer;
  height:98px;
  text-align:center;
  width:98px;
  margin-left: auto;
  margin-right: auto;
  margin-top:40px;
  margin-bottom:3rem;    
      z-index:999;

}
.gtukopes-amiktun2 i {
    color: #e8e6e6;
    font-size: 36px;
    transition: .4s;
    line-height: 69.7px;
    transition: .5s ease-in-out;
        padding-top: 1rem;
    
}
.gtukopes-amiktun2 h4{
    padding-top: 1rem;    font-family: 'roboto';}

.gtukopes-amiktun {
  background:#7fb38e;
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 8px 10px rgba(109, 173, 140,0.3);
  cursor:pointer;
  height:98px;
  text-align:center;
  width:98px;
  margin-left: auto;
  margin-right: auto;
  margin-top:40px;
  margin-bottom:3rem;


  z-index:999;
  transition:.3s;
  -webkit-animation:hoverWave linear 1s infinite;
  animation:hoverWave linear 1s infinite;
}



.gtukopes-amiktun .telifonas {
  height: 81px;
  width: 81px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  left:7px;
  top:11px;
}

.gtukopes-amiktun .telifonas span {
  text-align: center;
  color: #b78683;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 3px;
  top: 23px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity .4s linear;
font-family: 'Roboto', sans-serif;

}

.gtukopes-amiktun .telifonas:hover span {
  opacity: 1;
  font-size: 11px;
}
.gtukopes-amiktun:hover i {
  display:none;
}

.gtukopes-amiktun:hover {
  z-index:1;
  background:#fff;
  color:transparent;
  transition:.3s;
}
.gtukopes-amiktun:hover i {
  color:#3992dc;
  font-size:39px;
  transition:.4s;
}
.gtukopes-amiktun i {
  color: #e8e6e6;
  font-size: 36px;
  transition: .4s;
  line-height: 69.7px;
  transition: .5s ease-in-out;
}

.gtukopes-amiktun i {
  animation: 2200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 2200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes hoverWave {
  0% {
  box-shadow:0 7px 9px rgb(109, 173, 140, 0.3),0 0 0 0 rgba(109, 173, 140, 0.3),0 0 0 0 rgb(109, 173, 140, 0.3)
}
40% {
box-shadow: 0 7px 9px rgb(127 179 142), 0 0 0 15px rgb(98 167 110 / 39%), 0 0 0 0 rgb(109 173 140 / 30%);
}






}

/* animations icon */

@keyframes shake {
0% {
  transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}
10% {
  transform: rotateZ(-30deg);
  -ms-transform: rotateZ(-30deg);
  -webkit-transform: rotateZ(-30deg);
}
20% {
  transform: rotateZ(15deg);
  -ms-transform: rotateZ(15deg);
  -webkit-transform: rotateZ(15deg);
}
30% {
  transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  -webkit-transform: rotateZ(-10deg);
}
40% {
  transform: rotateZ(7.5deg);
  -ms-transform: rotateZ(7.5deg);
  -webkit-transform: rotateZ(7.5deg);
}
50% {
  transform: rotateZ(-6deg);
  -ms-transform: rotateZ(-6deg);
  -webkit-transform: rotateZ(-6deg);
}
60% {
  transform: rotateZ(5deg);
  -ms-transform: rotateZ(5deg);
  -webkit-transform: rotateZ(5deg);
}
70% {
  transform: rotateZ(-4.28571deg);
  -ms-transform: rotateZ(-4.28571deg);
  -webkit-transform: rotateZ(-4.28571deg);
}
80% {
  transform: rotateZ(3.75deg);
  -ms-transform: rotateZ(3.75deg);
  -webkit-transform: rotateZ(3.75deg);
}
90% {
  transform: rotateZ(-3.33333deg);
  -ms-transform: rotateZ(-3.33333deg);
  -webkit-transform: rotateZ(-3.33333deg);
}
100% {
  transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
  transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}
10% {
  transform: rotateZ(-30deg);
  -ms-transform: rotateZ(-30deg);
  -webkit-transform: rotateZ(-30deg);
}
20% {
  transform: rotateZ(15deg);
  -ms-transform: rotateZ(15deg);
  -webkit-transform: rotateZ(15deg);
}
30% {
  transform: rotateZ(-10deg);
  -ms-transform: rotateZ(-10deg);
  -webkit-transform: rotateZ(-10deg);
}
40% {
  transform: rotateZ(7.5deg);
  -ms-transform: rotateZ(7.5deg);
  -webkit-transform: rotateZ(7.5deg);
}
50% {
  transform: rotateZ(-6deg);
  -ms-transform: rotateZ(-6deg);
  -webkit-transform: rotateZ(-6deg);
}
60% {
  transform: rotateZ(5deg);
  -ms-transform: rotateZ(5deg);
  -webkit-transform: rotateZ(5deg);
}
70% {
  transform: rotateZ(-4.28571deg);
  -ms-transform: rotateZ(-4.28571deg);
  -webkit-transform: rotateZ(-4.28571deg);
}
80% {
  transform: rotateZ(3.75deg);
  -ms-transform: rotateZ(3.75deg);
  -webkit-transform: rotateZ(3.75deg);
}
90% {
  transform: rotateZ(-3.33333deg);
  -ms-transform: rotateZ(-3.33333deg);
  -webkit-transform: rotateZ(-3.33333deg);
}
100% {
  transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}
}
@media (max-width: 700px) {
.specspps{
    display:none;
    
}
.prezent{
    height:226px;
}
}
@media (min-width: 700px) {
    .prezent{
    height:729px;
}
}
#inner-headline a:hover{
 color:#bcffd1;   
}
a:hover{
 color:#006436;   
}

/* Style the tab */
.tabr {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 40%;
    height: 100%;
    
    overflow: hidden;
  
}

@media (min-width: 700px) {
.tabr button {

  display: none;
}
}
/* Style the buttons inside the tab */
.tabr button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
}

/* Change background color of buttons on hover */
.tabr button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tabr button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabrcontent {
    float: left;
    padding: 0px 12px;
    width: 60%;
    border-left: none;
    height: 600px;
}
.acc-conntainer{
    
    width: 100%px;
   margin: 50px auto 30px;
 text-align: left;
}




.acc-conntainer label{
   
 padding-left:6px;
  padding-right:6px;
  position: relative;
 z-index: 20;
    display: block;
 
   cursor: pointer;
    color: #fff;
font-family: 'Roboto', sans-serif;

  padding-bottom:13px;
  padding-top:13px;
  font-size: 17px;
    background: #779cbb;
    font-weight:normal;


}
.acc-conntainer label:hover{
  background-color: #fff;
   color: #000;
  
}
.acc-conntainer input:checked + label,
.acc-conntainer input:checked + label:hover{
 background-color: #c6e1ec;
  color: #000;
}
.acc-conntainer label:hover:after,
.acc-conntainer input:checked + label:hover:after{
 content: "";
    font-family: 'FontAwesome';
content:"\f01a";
 position: absolute;
 right: 6px;
    top: 50%;
    bottom:50%;
   width: 24px;
    height: 24px;
      font-size:23px;
      color:#3e77a7b3;
         padding-bottom:13px;


}
.acc-conntainer input:checked + label:hover:after{
    font-family: 'FontAwesome';
content:"\f01b";
color:#3e77a7b3;
font-size:23px;
 padding-left:6px;
  padding-right:6px;

}
.acc-conntainer input{
 display: none;

}
.acc-conntainer article{
    background-color: rgba(255, 255, 255, 0.5);
 margin-top: -1px;
   overflow: hidden;
   height: 0;
    position: relative;
 z-index: 10;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear; /* Добавляем свойство с префиксами */
}
.acc-conntainer article p{
   font-style: italic;
 color: #777;
    line-height: 23px;
  font-size: 14px;
    padding: 20px;
   
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.acc-conntainer input:checked ~ article{
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear; /* Учитываем более старые браузеры, не забываем про префиксы */
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}
.acc-conntainer input:checked ~ article.acc-small{
    height: 640px;
     padding-left:10px;
      text-align:justify;
       padding-right:5px;
}
@media (max-width: 700px) {
    .acc-conntainer input:checked ~ article.acc-small{
    height: 990px;
     padding-left:10px;
      text-align:justify;
       padding-right:5px;
}
}
.acc-conntainer input:checked ~ article.acc-medium{
  height: 940px;
   padding-left:10px;
    text-align:justify;
     padding-right:5px;
}
@media (max-width: 700px) {
  .acc-conntainer input:checked ~ article.acc-medium{
  height: 1800px;
   padding-left:10px;
    text-align:justify;
     padding-right:5px;
}
}
.acc-conntainer input:checked ~ article.acc-large{
   height: 230px;
    padding-left:10px;
    text-align:justify;
     padding-right:5px;
}
@media (max-width: 700px) {
.acc-conntainer input:checked ~ article.acc-large{
   height: 400px;
    padding-left:10px;
     text-align:justify;
      padding-right:5px;
}}
.1news-rss{
width:100%;
background:#dbe3d38c;
border:1px solid #8c8c8c8c;  
min-height:190px;
}
.1news-rss h3,p{
    padding: 5px 5px 5px 5px;
}
.1news-rss:hover{
background:#388a604f;
cursor:pointer;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
  
}
 .news-rss p{
        color: #7fb38e;

 }
  .news-rss h4{
      font-size:1.5rem;
  }
 .news-rss {
position: relative;
    display: inline-block;
    vertical-align: top;
    /* cursor: pointer; */
    width: 100%;
    /* margin-bottom: 1
rem
; */
    color: #fff;
    text-align: right;
    padding: 10px;
    outline-offset: 3px;
    overflow: hidden;
    box-shadow: -0.2px 0px 0px #8f7e7d;
        overflow: hidden;
    }
   .news-rss h2 {
       position: absolute;
       color: rgba(0, 0, 0, 0.6);
       text-shadow: 1px 1px 1px #fbfbfb;
       transition: opacity .4s cubic-bezier(.29, -0.32, .68, .41);
    }
    .news-rss h4 {font-size:1.7rem;font-style: italic;
    color: #a59b9b;}
   
   .tab3 {
  overflow: hidden;

/**background: linear-gradient( 
0deg, #c8e1cf, #cde9da);**/
   text-align:center;
}
.tab3 button {
  background-color: inherit;
  text-align:center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 19px 16px;
  transition: 0.3s;
  font-size: 17px;

}
.tab3 button:hover,button:focus,button:active {
  color: #7fb38e;
  background:#7fb38e00;
}
.tab3 button.active {
  border-bottom: 2px solid #000;
   background:#7fb38e00;
}
.container-t a:hover,.container-t a:focus,.container-t a:active {
  
  background:#7fb38e00;
}
.container-t a.active {

   background:#7fb38e00;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  
  border-top: none;
}
 
     .but a{     font-family: 'Roboto', sans-serif;

    border-radius: 30px;
    background: #7fb38e;
    text-decoration: none;
    display: table;
    height: 40px;
    line-height: 40px;
    padding: 0 29px;
    font-size: 16px;
    color: #fff;
    /* position: absolute; */
    /* right: 0; */
    bottom: 10px;
    margin: 0 auto;
    /* text-align: center; */
    margin-top: 2rem;
    box-shadow: 0 5px 3px 0 rgb(0 0 0 / 10%), 0 2px 5px 0 rgb(0 0 0 / 6%);
   }


     .but2 a{ font-family: 'Roboto', sans-serif;

  background:#7fb38e;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
   text-align:center;
   box-shadow: 0 5px 3px 0 rgb(0 0 0 / 10%), 0 2px 5px 0 rgb(0 0 0 / 6%);
   }
    .but2 a:hover,.but2 a:active,.but2 a:focus{
   background:#cbdbcf;
    color: #fff; 
    
    }
     .but a:hover,.but a:active,.but a:focus{
   background:#cbdbcf;
    color: #fff; 
     
    }
.ps img{
    width:100%;
max-width:230px;}
.t-top{
 
}
@media (max-width: 900px) {
    .t-top{
        display:none;}
    }
  .odv1{width:100%;height:100%;
      
  }  
.odv1{
    
 background:linear-gradient(rgb(123 123 123 / 78%),
        rgb(54 56 54 / 66%)),url(../img/info2.jpg) no-repeat; 
  display: block;
    margin-left: auto;
    margin-right: auto;
background-size: cover;
opacity:1;
transition: 1s;
}
.odv1 h4{
    color:#fff; 
    text-shadow: 3px 5px 6px black;
}
  .odv2{width:100%;height:100%;}  
.odv2{
 background: linear-gradient(rgb(123 123 123 / 78%),
        rgb(54 56 54 / 66%)),url(../img/doc.jpg) no-repeat;
  display: block;
    margin-left: auto;
    margin-right: auto;
background-size: cover;
}
.odv2 h4{
    color:#fff; 
     text-shadow: 3px 5px 6px black;
}
  .odv3{width:100%;height:100%;}  
.odv3{
 background: linear-gradient(rgb(123 123 123 / 78%),
        rgb(54 56 54 / 66%)),url(../img/hol_kolledja.jpg) no-repeat;
  display: block;
    margin-left: auto;
    margin-right: auto;
background-size: cover;
}
.odv3 h4{
    color:#fff; 
     text-shadow: 3px 5px 6px black;
}
 .wrapper {
  height: 3.7rem;
}

.w02{
  margin-top:18rem;
    background:#429e9bbf;max-height:340px;
    cursor:default	;
}
.w04{
    
padding-bottom:30px;
}
.w05{
   font-family: 'Roboto', sans-serif;

    color:#fff;text-shadow: 0px 0px 6px rgba(0,0,0,0.7);font-size:20px;
}
.w06{
    margin-top:6px;
  font-family: 'Roboto', sans-serif;

    color:#fff;text-shadow: 0px 0px 6px rgba(0,0,0,0.7);font-size:20px;
}

.w06:hover{

    color:#fff;text-shadow: 0px 0px 6px rgba(0,0,0,0.7);font-size:20px;
    
}
.w05:hover{

    color:#fff;text-shadow: 0px 0px 6px rgba(0,0,0,0.7);font-size:20px;
    
}
li{font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
}



.pc{
   width:100%;
        background: #5d9e7a38;
 
 
}


.pc img {margin-top:13px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}.pc img:hover {
-webkit-filter: contrast(185%);
}


.openBtn {

      -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

    position:fixed;
    top:30%;
    z-index:999999;
    right:0;
    background: none;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    opacity:.8;
    color:#b92d4e;
}

.openBtn:hover {
      -webkit-filter: contrast(185%);
opacity:1;
    background:none;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color:#333333ed;
}
.overlay-content {
    position: relative;
    top: 46%;
width:100%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}


.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
    opacity:1;
    
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 27px;
    border: none;
    margin-top:-8px;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
    opacity:1;
}
.ide {
  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.ide:hover{
     position: relative;
    opacity: 1;
  background: #5d9e7a38;
    cursor:pointer	;
    -webkit-filter: contrast(185%);
   
}
.imagePD {
	position	: relative;
	

}

.imagePD img{
	width: 100%; 
}
.cconteiner{
max-width: 2580px;
margin:0 auto;
box-shadow: 0 1px 1px rgb(0 0 0 / 30%), -23px 0 1px -23px rgb(0 0 0 / 80%), 23px 0 1px -23px rgb(0 0 0 / 80%), 0 0 40px rgb(0 0 0 / 10%) inset;

}
.photoalbom
{  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
	width:100%;

max-height:410px;
margin-top:2rem;
	 position: relative;
}

.photoalbom:hover {
	cursor:pointer;
-webkit-filter: opacity(55%);


}

.centered {
    position: absolute;
    bottom: 3rem;
    left: 16px;
}
.centered p{
font-size:3rem;
color:white;
font-weight:700;
text-shadow: 1px 1px 2px black;}


.photoalbom img{
width:100%;
height:100%;
   max-height: 410px;


}
@media  (min-width: 1345px){
    .socialico{padding:25px 0px 20px 20px;}
.i {
margin-top:1.7rem;width: 100%;}  
    
.borde{
border-right:1px solid #eee;

padding: 29px 8px 30px 0px;
margin:0 auto;
display:block;
    text-align:center;
}
.borde1{
    padding-top: .8rem;
/**border-right:1px solid #eee;**/
 
margin:0 auto;
display:block;
    text-align:center;
}
}
@media  (min-width: 995px) and (max-width: 1345px){
     .socialico{padding:47px 0px 20px 20px;}
    .i {
margin-top:3.7rem;width: 100%;}
    
.borde{
border-right:1px solid #eee;
padding: 42px 8px 50px 0px;
/**padding: 47px 8px 50px 0px;**/
margin:0 auto;
display:block;
    text-align:center;
}
.borde1{
        padding-top: .5rem;
   

 
margin:0 auto;
display:block;
    text-align:center;
}
}
.topico{
color:#bed3c4;

}
.topico:hover,.topico:focus,.topico:active{
color:#c0edcd;
-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    
}
.ttts:hover{
    color:#c1c1c1;
}
@media (min-width: 1345px) {
  .topbar .iose{  margin-top: -4px;}

}
@media (max-width: 1345px) {
    .topbar .iose{
font-size: 1rem;
    text-align: center;
    padding-left: 3px;
    /* padding-bottom: 6px; */
    /* margin: 0 auto; */
    padding-top: 17%;
}

     .news {
     box-shadow: 0px 1px 2px #8f7e7d;
  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease; 
cursor: default;
    background: radial-gradient(#ffffff, #b6c5bd);;margin-top: -21px;position: relative;z-index: 0;height:384px;

}
    
       .ttts{padding-top:1.3rem;}
}


::-webkit-scrollbar{
        height: 0.8rem;
    width: .9rem;
    background-color:#eaeaea;
    border-radius: .8rem;
}
::-webkit-scrollbar-thumb{
    border-radius: .8rem;
    background-color: #7fb38e;
}
::-webkit-scrollbar-thumb:hover{
background-color: #506e59;  cursor: pointer;
}
.tests2{
    width:100%;
}
@media (min-width: 500px) {
.tests2{
    display:none;
}}
@media (max-width: 700px) {
.tests{
    display:none;}
}
@media (min-width: 700px) {
.langl{
position:fixed;
right:0;
bottom:50%;
z-index:9999;
    
}
.langl p{
background:#f3f3f3;
padding-bottom:40px;
padding-top:20px;
padding-left:15px;
padding-right:10px;
font-size: 1.3rem;
}
.langl i{
    margin-top:10px;
    border-radius:30px;
    background:#87a368cc;
padding-bottom:10px;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}
 .langl i:hover{

    background:#68a375cc;

}   
    
    
}


@media (max-width: 700px) {
.langl{
display: none;
    z-index: 9999;

    flex-direction: row;
    justify-content: center;

bottom:10%;

    
}
.langl p{
background:#f3f3f3;
padding-bottom:40px;
padding-top:20px;
padding-left:15px;
padding-right:10px;
}
.langl i{
    margin-top:10px;
    border-radius:30px;
    background:#87a368cc;
padding-bottom:10px;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}}
body{ top: 0 !important;}
.goog-te-banner-frame{display: none !important;}
 @media (max-width: 700px) {
    
.serc {
margin-bottom: 1rem;
    text-shadow: 0px 2px 2px #000000;
    font-weight: 600;
    color: #fff;
    margin-top: 2rem;
    margin-left: 1rem;
    border-radius: 30px;
    /* border: 1px dashed #7fb38e; */
    background: rgb(110 153 122);
    font-size: 14px;
    padding: 15px 20px;
    box-shadow: 0px 2px 2px #000000;
   }
   .serc:hover,
   .serc:focus{
       color:#fff;
   border: 1px dashed #4e504f;
      background:  rgb(135 163 104 / 30%); 
   }
  
   .abb{
  /** background: linear-gradient(rgb(47 58 54 / 50%), rgb(43 44 44 / 61%)),url(../img/ac09ea0626248ca9be5e9d55b807a668-quality_70Xresize_crop_1Xallow_enlarge_0Xw_698Xh_465.jpg) no-repeat;
    **/
    background-image: linear-gradient(rgb(15 16 16 / 30%), rgba(0,0,0,0.0)),url(../img/slides/1.jpg);
    background-size: cover;
       height: 100%;
     min-height: 223px;
   }
}
@media (min-width: 700px) {
    .serc {
   
    font-weight:500;
    color:#000;
    margin-top:2rem;
    margin-left:1rem;
    border-radius:30px;
    border: 1px dashed #7fb38e; /* Параметры рамки */
    background: none; /* Цвет фона */
      font-size: 1.6rem;
    padding: 5px 20px;
    font-family: 'Roboto', sans-serif;

   }
   .serc:hover,
   .serc:focus{
       color:#000;
   border: 1px dashed #4e504f;
      background:  rgb(135 163 104 / 30%); 
   }
    .abb{background:none;}
}
.abtr{
padding-top:2rem;
padding-bottom:2rem;
  -webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
-ms-transition: all .4s ease;
transition: all .4s ease;
    
}
.abtr:hover
        { -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
padding-top:1.8rem;
        
        }
        .abtr a:focus,.abtr a:active{color:#000;
        }
        
 @media (min-width: 1230px) {
.socheader{
    
    
    
    
    
 position: absolute;
    top: 74.4rem;
    z-index: 999999;
    text-shadow: 1px 1px 1px #000;
    padding: 10px;
    /* border-radius: 30px 0px 30px 0px; */
    right: 10rem;
    background: #ffffffa3;
}}
 @media (max-width: 1230px) {
 .socheader{display:none}

     
 }
.texte p,
.texte li{

          font-family: 'Merriweather';
    font-style: italic;
    color: #3c3636;
    line-height: 1.9em;
    font-weight: 400;
    font-size: 1.5rem;
    

}
.obvle .img1{
filter: brightness(95%);
    box-shadow: -1px 1px 11px #8f7e7d;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    
}
.obvle .img2{
    width:70%;
    margin:0 auto;
    text-align:center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.obvle .img1:hover{
filter: brightness(75%);
    box-shadow: -1px 1px 11px #8f7e7d;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    
}
.obvle .img2:hover{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
filter: brightness(75%);

    
}
.none1 p{
    font-family: 'Roboto', sans-serif;

     
}

.mbott{
    width: 100%;
    margin-bottom:1.4rem;
}
.right{
   text-align:right;
}
.content a{
color:#44978b;}

.content a:hover{
color:#65a581;
    
}
.content a:active{
color:#65a581;
    
}
.content a:focus{
color:#65a581;
    
}
.uSocial-Share{
    float:right;
    margin-bottom:1.4rem;
    margin-top:1.4rem;
}

@media (max-width: 995px) {
    .topbar .iose{display:none;
     
    }
.social-icons2 .pho{
   -webkit-transition: 0.3s;
    width:45px;
}
.social-icons2 .socpk{
   -webkit-transition: 0.3s;
    width:42px;
}
    .i{
        display:none;
    }
}
.item {

}

.photo {
  width: 224px;
  height: 224px;
  margin: 0 auto;
  overflow: hidden;
}

.personPhoto {
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}



.category-wrap {
  padding: 15px;
  background: white;
 
 font-family: 'Roboto', sans-serif;

}
.category-wrap h3 {
  font-size: 16px;
  color: rgba(0,0,0,.6);
  margin: 0 0 10px;
  padding: 0 5px;
  position: relative;
}
.category-wrap h3:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #80C8A0;
  position: absolute;
  right: 5px;
  bottom: 2px;
  box-shadow: -8px -8px #80C8A0, 0 -8px #80C8A0, -8px 0 #80C8A0;
}
.category-wrap ul {
        padding-top: 1rem;
  list-style: none;
  margin: 0;
  padding: 0; 
  
}
.category-wrap li {margin: 12px 0 0 0px; padding-left:2px;}
.category-wrap li:hover {border-left: 2px solid #9fc5aa;padding-left:0px;}
.category-wrap  .active:hover {border-left: none;padding-left:2px;}
.category-wrap a {
  text-decoration: none;
  display: block;  
 font-size: 1.6rem;
   color: #000;
  padding: 5px;
  position: relative;
  transition: .3s linear;

}
.category-wrap a:after {
 
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  color: white;
  transition: .2s linear;
}

.category-wrap a:hover {
         transition: width 2s, height 2s, background-color 2s, transform 2s;
 transition: .3s linear;
     color: rgb(0 0 0);
       

}
.category-wrap a:active{      background: rgb(0 0 0 / 0%);}
.category-wrap a:focus{    color:black;  background: rgb(0 0 0 / 0%); }




.category-wrap  .active>a { 
    border-left: 2px solid #9fc5aa;left:-2px;
         transition: width 2s, height 2s, background-color 2s, transform 2s;
 transition: .3s linear;
     color: rgb(0 0 0);
    font-weight: 700;
         background: rgb(0 0 0 / 0%);
}
@media (max-width: 1200px) {
 .ter{display:none;}   
}

@media (min-width: 1200px) {
    .texts1 {
    opacity: .2;
    font-family: fantasy;
    font-style: normal;
    font-weight: 800;
    position: absolute;
    left: -1%;
    /* top: 290%; */
    top: 91%;
    letter-spacing: 2px;
    bottom: -6rem;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    Line-height: 130px;
    color: #000;}
    .texts{
     opacity: .2;
    font-family: fantasy;
    font-style: normal;
    font-weight: 800;
   
    position: absolute;
    left: -1%;
    /* top: 290%; */
    top: 73%;
    letter-spacing: 2px;
    bottom: -6rem;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    Line-height: 130px;
    color: #000;}
.gallery-thmb > a .icn-zm {
   
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.gallery-thmb > a .icn-zm > img {
  left: 44%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
   filter: opacity(65%);
  top: 44%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  width:40%;
}}
@media (max-width: 1200px) {
.gallery-thmb > a .icn-zm {
   
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.gallery-thmb > a .icn-zm > img {
  left: 44%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
   filter: opacity(65%);
  top: 44%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  width:4%;
}}
.ter{
        padding-bottom: 3rem;
box-shadow: 0 -1px 30px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
margin-bottom: 3rem;margin-top: 5rem;}


.btr{
 background: linear-gradient( 
90deg, #7fb38e, #fff);
    margin:0;

    border:none;
    height:3px;
    width:70%;}
    
    
.skiptranslate {
  display: block;
  height: 0;
}
.language__img {
  cursor: pointer;
  height:27px;
  opacity:0.8;
  margin-top:-2px;
  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.language__img:hover{
    -webkit-filter: contrast(185%);
opacity:1;}


    
.mtb h3 {
 display: inline;
  border-bottom: 3px solid #f9dd94;
  bottom: 2rem;
line-height: 2;
    position: relative;
}
figcaption {
    height: 60px;
    top: 0;
    z-index:9999;
    padding-top: 14px;
    color:#fff;

}


/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
 
 .ks a{color:#000;}
 .ks li{ list-style-type: none;}
 .search-menu{
 font-size: 2rem;
    margin-top: 1rem;
    display: inline-block;
    position: relative;
    padding-left: 2rem;
 }
 @media (min-width: 968px) {
  .search-menu{
 display:none;
 }
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}}
a:active,a:focus{
    color:#798d79;
}
.kont{
    width:100%;
background:#efebeb;
padding:20px;
}

.container-t{
background: #efebebb0;
    padding: 20px 25px 40px 25px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    position: relative;
}
.container-t img{
    border: 3px solid #aa778ebf;

    margin-right: 20px;
        width: 180px;
    border-radius: 50%;display: block;
}
.container-t p {
        margin-top: 2%;
    font-weight: 400;
    font-size: 16px;
    Line-height: 20px;
font-family: 'Roboto', sans-serif;
}
.komm{
font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;


    line-height: 25px;
    
}
  @media (min-width: 577px) { .container-t p {  padding-left: 270px;}.container-t img{float:left;}  .ick{   
    padding-right: 1.5rem;}}
 @media (max-width: 576px) {
.home__scroll{text-align:center;}
.container-t img{ width: 70%;display: block;margin:0 auto; }
     .container-t p { text-align: center;display: inline-block;padding-top:30px;    width: 100%;} .ick{    margin: auto;
    padding:1rem;}
 }
 .ick{    margin: auto;
    -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
 
 color:#799f82b8;
     
 }
.ick:hover{
      -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
 color:#628169;
    
}
 .ickt {  position: relative;
    top: 40%;
    bottom: 50%;
    left: 26%;
     color:#799f82b8;  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
 }
.messs{
width: 60px;
    background: #85818161;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
      -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
    
}
.messs:hover{
  
background: #a5b3a9;
    width:100px;
      -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
  .messs:hover > .ickt {  
  -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
   left: 34%;   
     color:#fff;
  }
  .cetr{
  text-align:center;
      padding:.6rem;
      font-size:18px;
  }

 *, ::after, ::before {
    box-sizing: border-box;
}
ul.social-icons {
        margin-bottom: 4em;
 border-radius: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    width:100%;
    margin: 0 auto;
    text-align: center;
        background: #e5e5e594;
}
.social-icons li {
    display: inline-block;
    margin-right: 15px;
    padding:1.4rem;
    width:8rem;
}
.social-icons img{
   -webkit-transition: 0.3s;

}
.social-icons img:hover {
   -webkit-transition: 0.3s;
   margin-top: -1.5rem;
}
.social-icons li a:hover {
   -webkit-transition: 0.3s;
   margin-top: -1.5rem;
}
.social-icons li a {
    color: #666666 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
   
}


ul.social-icons2 {
 border-radius: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    width:100%;
    margin: 0 auto;
    text-align: center;
        
}
.social-icons2 li {
    display: inline-block;
    margin-right: 15px;
    padding:1.4rem;
    width:8rem;
}

.social-icons2 img:hover {
   -webkit-transition: 0.3s;
}
.social-icons2 li a:hover {
   -webkit-transition: 0.3s;
   
}
.social-icons2 li a {
    color: #666666 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
   
}




 .newesptop{ font-family: 'Roboto', sans-serif;
}
 @media (max-width: 1350px) {
 .newesptop p{font-size:1.5rem;}
     .navbar .nav > li > a {
    font-size:1.3rem;
}
 }
 
 .multiple-items3 .slick-slide img {
    width: 100%;
    padding: 0px 1px;
}
.testss{
    height: 41rem;
    width: 100%;
    -moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
 /*background-image: linear-gradient(rgb(15 16 16 / 30%),
         rgba(0,0,0,0.0)),url(../img/slides/1.jpg);*/
    
}
.sld .slick-slide img{
padding:0;
    
}
.sld{
      width: 80%;
    float: right;
 
    height: auto;
    /* margin: 0 auto; */
    display: block;
    /* padding: 10px; */
        margin-top: 3.5vh;
    margin-right: 2vh;
     
 }
 
 
  @media (max-width: 700px) {
 .sld{
     display:none;
 }  
 }
 @media (max-width: 1200px) {
     .texts{display:none;}
       .texts1{display:none;}
 }


 .selectlink {			
       position: relative;
    display: inline-block;
    width: 17rem;
    text-align: left;
    margin: 10px;
    color: #000;
    padding-top: 2.6rem;
    }
    


.selectlink-control {
	position: relative;
	padding: 10px 15px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}	
.selectlink-control:after {
	content: '';
	border: 5px solid transparent;
	border-top: 5px solid #999;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}
.selectlink ul {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-height:700px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid #dadada;
	border-top: none;
	background: #fff;
	z-index: 99999;
	overflow: auto;
	user-select: none;
}	
.selectlink li {
	display: block;
	margin: 0;
	padding: 0;
}
.selectlink li a {

	position: relative;
	display: block;
	margin: 0;
	padding: 7px 4px 10px 15px;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.1;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}			
.selectlink li a:hover {
	background: #03a2ff;
	color: #fff;
}
.chzv {
text-align:left;
    background: #f3eeeea6;
    border: 1px solid black;
    border-radius: 0px;
    margin-top: 1.4rem;
}
div#goog-gt-ttt {
    display: none;
    
}
.skiptranslate{
  display: none;
    
}
.npa{
text-align: center;
    margin: auto;
    display: block;
    padding: 15px;
    background: #3b7e5a;
    color: #fff;
    border-radius: 30px;
     
            box-shadow: 0 5px 3px 0 rgb(0 0 0 / 10%), 0 2px 5px 0 rgb(0 0 0 / 6%);

    
}
.npa:hover, .npa:focus, .npa:active{
       
    background: #8cb19d;
    color: #fff;
  
}
.content li{
padding-bottom:1rem;}

.iopi{
padding:20px;
background:#eee;
border-radius:10px;
    display: -webkit-inline-box;
     display:inline-box;
     margin-bottom: 1rem;
    
}

.iopi:hover{

background:#d5d2d2;

    
}

.home__scroll a {
    color: #000;
    font-size: 1.7rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.home__scroll a::after {
    content: "";
    background: #798d79;
    width: 100%;
    position: absolute;
    height: 2px;
    top: 28px;
    left: 0;
    opacity: 0;
    transition: opacity .2s, top .2s;
}

.home__scroll a:hover::after {
    top: 34px;
    opacity: 1;
}
.home__scroll-mouse{
font-size: 2rem;
}
.home__scroll-arrow{
       font-size: 1.8rem;
}
  .ipn{padding-left:3rem;padding-bottom:3rem;}

.ipn p{font-size: 1.5rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
padding-bottom: 2rem}
.ipn h2{padding-top:8rem;font-family: 'Roboto', sans-serif;
color:#fff;    margin-bottom: -3px;}
@media (min-width: 375px) {
.ipn a{padding:1.5rem;background:#fff;color:#000;border-radius:15px;font-size:1.4rem;}}
@media (max-width: 375px) {
.ipn a{padding:1.5rem;background:#fff;color:#000;border-radius:15px;font-size: 1.3rem;}
    
}
.ipn a:hover{background:#e7dfdf}
@media (min-width: 1000px) {
.no-float-row{
 display: table;
  float: none;
   
}

.no-float {
  display: table-cell;
  float: none;
}
   .no-float img{ 
    width:100%;bottom: 0;
    position: absolute;}
}

ul.dopmenupk {
    margin-top: 5rem;
    padding: 4px; /* Значение полей */
    text-align: center;
    
}
ul.dopmenupk li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
   }
   ul.dopmenupk li a{
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    color:#000;
    padding: 3px; /* Поля вокруг текста */
   }
   
   
   
   
   
   
   

@media (max-width: 1000px) {
    .ssapk a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    text-align: center;
    float: right;
    /* top: 20px; */
    right: 20px;

}
.ssapk a:hover {    text-shadow: 3px 4px 2px #8f7e7d;color:#fff}
.ssapk a::after {
    content: "";
    background: #fff;
    width: 100%;
    position: absolute;
    height: 2px;
    top: 28px;
    left: 0;
    opacity: 0;
    transition: opacity .2s, top .2s;
}

.ssapk a:hover::after {
    top: 34px;
    opacity: 1;
}

}
@media (min-width: 1000px) {
.ssapk a {
 color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-align: center;
    float: right;
    top: 20px;
    right: 20px;

}
.ssapk a:hover {    text-shadow: 3px 4px 2px #8f7e7d;color:#fff}
.ssapk a::after {
    content: "";
    background: #fff;
    width: 100%;
    position: absolute;
    height: 2px;
    top: 28px;
    left: 0;
    opacity: 0;
    transition: opacity .2s, top .2s;
}

.ssapk a:hover::after {
    top: 34px;
    opacity: 1;
}}
.table-wrap{
	overflow-x:auto;
}	

table.table-1 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.table-1 tr {
	background-color: #f8f8f8;
}
table.table-1 th, table.table-1 td {
	
    padding: 8px;
    border: 1px solid #ddd;
}

table.table-1 th{
    text-align:center;
	font-weight: bold;
}

@media (min-width: 680px) {
.zzz{
  background:rgb(97 106 151 / 24%);
      box-shadow: -1px 1px 11px #8f7e7d;
      border: 1px solid #666666;
}
.zzz:hover, .zzz:focus, .zzz:active{
border: 1px solid #666666;
    

}}
@media (max-width: 680px) {
.zzz{
    background: rgb(97 106 151 / 76%);
      box-shadow: -1px 1px 11px #8f7e7d;
      border: 1px solid #666666;
}
.zzz:hover, .zzz:focus, .zzz:active{
border: 1px solid #666666;
    

}}
.imgtr{
width:100%;
    height:100%;
}



.frog p{
	text-align: center;
}
.frog{
	max-width: 200px;
}

@media (min-width: 500px) {
.bantr{display:none;}
    .noh3{display:none;}
}
.noh3{text-align:center;}








.post-item {
   padding: 15px;
   cursor: pointer;
}
.post-item * {
   transition: .3s linear;
}
.item-content {
      background: #7f9b87f7;
   padding: 40px;
}
.item-icon {
   margin-bottom: 20px;
}
.item-icon:before {
   content: "";
   font-family: FontAwesome;
   color: #F09EA3;
   font-size: 50px;
   line-height: 1;
}
.item-icon.photo:before {
   content: "\f030";
}
.item-icon.video:before {
   content: "\f03d";
}
.item-icon.gift:before {
   content: "\f06b";
}
.item-icon.group:before {
   content: "\f19d";
}
.item-icon.tree:before {
   content: "\f10a";
}
.item-icon.anchor:before {
   content: "\f152";
}
.item-icon.anchore:before {
   content: "\f1c0";
}
.item-icon.word:before {
   content: "\f1c2";
}
.post-item:hover .item-icon, .post-item:hover .item-body h3, .post-item:hover .item-body p {
   transform: translateY(-8px);
}
.item-body {
   color: #F5E2CD;
   font-size: 14px;
}
.item-body h3 {
   font-weight: 500;
   margin-bottom: 15px;
   transition-delay: .05s;
}
.item-body p {
   transition-delay: .1s;
}
.item-body h3 {
  color:#f3e5e5;
}

.item-footer {
   padding-top: 15px;
}
.link {
   text-decoration: none;
   display: inline-block;
   overflow: hidden;
   position: relative;
   padding-right: 30px;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: 600;
   color: #F5E2CD;}
.link:hover {color:#F09EA3;}

.link:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   bottom: 0;
   height: .125rem;
   margin: auto;
   background: #F09EA3;
   transform: scaleX(.2);
   transform-origin: left center;
   z-index: 0;
   transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.link span {
   display: inline-block;
   position: relative;
   transform: translateX(-200%);
   transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.post-item:hover .link span {
   transform: translateX(0%);
}
.post-item:hover .link:before {
   transform-origin: right center;
}

.content strong{
   font-weight: 600; 
}



@media (min-width: 915px) {


#hellopreloader>p{display:none;}
#hellopreloader_preload
{display: block;position: fixed;z-index: 99999;top: 0;left: 0;width: 100%;height: 100%;min-width: 1000px;
background: #7fb38ed9 url(http://hello-site.ru//preloader/preloads/bars.svg) center center no-repeat;;
background-size:85px;cursor:wait;
}

}


.but31 a {
 font-family: 'Roboto', sans-serif;

    border-radius: 30px;
    background: #7fb38e;
    text-decoration: none;
    padding-left:1rem;padding-right:1rem;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 0;
    /* right: 0; */
    margin-top: -3rem;
    /* bottom: 10px; */
    /* margin: 0 auto; */
    /* text-align: center; */
    /* margin-top: 2rem; */
    box-shadow: 0 5px 3px 0 rgb(0 0 0 / 10%), 0 2px 5px 0 rgb(0 0 0 / 6%);
}

  .but31 a:hover,.but a:active,.but a:focus{
   background:#cbdbcf;
    color: #fff; 
     
    }


.element-animation {
  

  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(20px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}

.top-table tr:hover{
background:#00b05000;
    
}



.element-animation-two {
  

  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(20px);
}

.element-animation-two.element-show-two {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}


/**Галерея на главной и МТБ**/


.gallery-container {
    color: #35373a;

}


.tz-gallery {
padding-bottom:30px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
       content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
        background-color: rgb(149 151 150 / 70%);

    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}


/**Конец галерея**/


/* Флексслайдер */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider { margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background:none; position: relative; 
zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Caption style */

.flex-caption { background: rgba(0,0,0,.8); margin-left:5px;bottom:5px; position:absolute;padding:20px; z-index:99;}
.flex-caption p{line-height: 22px; 
font-weight:300; color: #fff }
.flex-caption h2, .flex-caption h4 {
	color:#fff;
}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 40px; margin:0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 45%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%;position: absolute;bottom: 0;text-align: right;display: none;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active {background: #000;background: rgb(255, 152, 24);cursor: default;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*Конец Флексслайдер */

.lazy h1,h2{
    text-align:center;
}
.lazy{
padding-top: 5rem;
    padding-bottom: 3rem;
}

.lazy img:hover{filter: brightness(75%);
   
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;}

      
          .slick-slide:active, .slick-slide:focus {
outline: none;
}

@media (min-width: 1060px) {
    .navico{
        display:none;
    }
}

@media (max-width: 1060px) {
    .navico{
        position: absolute;
    left: 0;
    top: 0;
    margin-left: 2rem;
 margin-top: 1.2vh;
    margin-bottom: 2vh;
    }
    .navico a{
    padding-right:2rem;
        
    }
    }
    @media (min-width: 700px) {
.onmobale{
display:none;
    
}
}
    @media (min-width: 700px) {
.borderspec{
border-right:1.4px solid black;

}
.pspec{
text-align:left;padding-top:4%;padding-left:1.5rem;font-size:2rem;}
}
 
    @media (max-width: 700px) {
.borderspec{
border-right:none;
}
.pspec{
text-align:center;padding-top:7%;font-size:2rem;}
}
.aback{

    padding: 1rem;
    border-radius: 10px;
    background: #6e997aab;
    color: white;
}
.aback:hover, .aback:focus, .aback:active {

    background: #bcd5c3ab;
    color: #817c7c;
}

.izm p{
padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #6e997a52;
    border-radius: 10px;
    text-align: left;
    margin-bottom:1rem;
    
}
.izm p:hover{
    background: #e4e7e5;
    
}
#cookie_notification{
    z-index:9999;
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification button{

background:#7fb38e;
color:#000;
border:none;
padding: 1rem;



    margin-top: 1rem;
    float: right;
    font-size: 1.6rem;
    font-family: 'Roboto';
    font-weight: 400;
}
#cookie_notification button:hover,button:focus,button:active {
background:#9cb7a4;

    
}
#cookie_notification a{
 color:#37834d;
 
}
#cookie_notification a:hover, #cookie_notification a:focus, #cookie_notification a:active{
 color:#0d8730;
 
}
#cookie_notification p{
  margin: 0;
  font-size: 1.7rem;
  text-align: left;
  color: #000;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
    
  }

  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
       #cookie_notification button{
      float:left;}
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
.arhiv a{
    animation: glowing 1300ms infinite;
       transition: all .2s ease;
        float: right;
padding-right: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.3rem;
    background: #eaeaea;
    border-radius: 20px;
    text-align:right;font-size:1.6rem;
}
.arhiv a:hover,.arhiv a:focus,.arhiv a:active{
    background: #719580;
       transition: all .2s ease;
       color:#fff;
}

.arhiv2 a{
    animation: glowing 1300ms infinite;
       transition: all .2s ease;

padding-right: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.3rem;
    background: #eaeaea;
    border-radius: 20px;
    text-align:center;font-size:1.6rem;
}
.arhiv2 a:hover,.arhiv2 a:focus,.arhiv2 a:active{
    background: #719580;
       transition: all .2s ease;
       color:#fff;
}
/**.breadcrumb a:focus,.breadcrumb a:active{
background:#ffffff00;}**/
.breadcrumb>li{
font-size:2rem;}
.banners-top{
    padding-left:0;
    padding-right:0;
        box-shadow: 0px 0px 5px 0px #000;
   /** border: 1px solid #4c5e52;     transition: all .2s ease;**/
       padding:2px;
}
.banners-top img{
   
height:90px;}
.banners-top:hover{
 filter: brightness(0.5);
         transition: all .2s ease;
}

@media (max-width: 1200px){
    .ban-top{
    display:none;
        
    }
    }
    @media (min-width: 1200px){
        
    .ban-top-mobile{
    }}
    .un2 h4{
            font-family: 'roboto';
    }
    
    .gtukopes-amiktun2:hover, .gtukopes-amiktun2:focus, .gtukopes-amiktun2:active{
        background:#7fb38ea8;
    }
      @media (max-width: 1200px){
      .dod{
      display:none;
          
      }
          
      }
      .abtr a:focus, .abtr a:active{
          background:#00000000;
      }
      
      
      


.band {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
@media (min-width: 30em) {
  .band {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 60em) {
  .band {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card2 {
  background: white;
  text-decoration: none;
  color: #444;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height:460px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in;
  
  overflow: hidden;
   

}
@media (max-width: 500px) {
.card2 {
height:478px}}
.card2 {

    top: -120%;
    transition: top 0.25s cubic-bezier(0, 0.3, 1, 0.7);
    display: inline-block; 
  overflow: hidden;
   
   
   
  background: white;
  text-decoration: none;
  color: #444;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height:460px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in;
}

.card {

    top: -120%;
    transition: top 0.25s cubic-bezier(0, 0.3, 1, 0.7);
    display: inline-block; 
  overflow: hidden;
   
   
   
  background: white;
  text-decoration: none;
  color: #444;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height:460px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in;
}







.card .active { background: white;}
.card:focus, .card:active{ background: white;color:#000;}
.card2:focus, .card2:active{ background: white;color:#000;}
.card article {
  padding: 10px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card h1 {
      font-family: 'Roboto';
  font-size: 16px;
  margin: 0;
  color: #333;
      padding-top: 1em;
}
.card2 h1 {
      font-family: 'Roboto';
  font-size: 16px;
  margin: 0;
  color: #333;
      padding-top: 1em;
}
.card p {
  flex: 1;
  line-height: 1.4;
}
.card2 p {
  flex: 1;
  line-height: 1.4;
}
.card span {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 2em 0 0 0;
}
.card .thumb {
  padding-bottom: 1%;
  background-size: cover;
  background-position: center center;
}





.card2:hover { transition: all .2s ease;

  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.card2 article {
  padding: 10px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card2 h1 {
  font-size: 16px;
  margin: 0;
  color: #333;
}
.card2 p {
  flex: 1;
  line-height: 1.4;
}
.card2 span {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 1em 0 0 0;
}
.card2 .thumb {
  padding-bottom: 1%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 60em) {
  .item-1 {
    grid-column: 1/span 2;
  }
  .item-1 h1 {
    font-size: 16px;
  }
}
      
      .datanews2{
  float:left;
    bottom: 0;
    right: 0;
    width: 10;
    inline-size: 63px;
    color: #1e1c1c;
    z-index: 1;
    margin-right: 5em;
    margin-bottom: 5px;
    height: 6px;
    border: none;
    background: #9fc5aa;
    border-radius: 30px;
     }  
     .datanews{
      position: absolute;
    bottom: 0;
    right: 0;
    width: 10;
    inline-size: 63px;
    color: #1e1c1c;
    z-index: 1;
    margin-right: 5em;
    margin-bottom: 5px;
    height: 6px;
    border: none;
    background: #9fc5aa;
    border-radius: 30px;
     }
  .card:hover  .datanews{
    background: #548963;}
     .card2:hover  .datanews{
    background: #548963;}
    
   
    .card:hover img {
  transform: scale(1.1); /* Увеличиваем масштаб */
}

 .card img{
      display: block;
      transition: 1s}

        .card2:hover img {
  transform: scale(1.1); /* Увеличиваем масштаб */
}

 .card2 img{
      display: block;
      transition: 1s}
@media (max-width: 1000px) {
.socialico{
    display:none;
}
}
.datatop{
   float:left;
    bottom: 0;
    right: 0;
    width: 10;
    inline-size: 63px;
    color: #1e1c1c;
    z-index: 9999999;
    margin-right: 5em;
  
    height: 6px;
    border: none;
    background: #9fc5aa;
    border-radius: 30px;  
}
.datasearch{

    bottom: 0;
    right: 0;
    width: 10;
    inline-size: 63px;
    color: #1e1c1c;
    z-index: 9999999;
    margin-right: 6em;
    height: 6px;
    border: none;
    background: #9fc5aa;
    border-radius: 30px;
    margin-top: -0.3rem;
}


.searchbu{padding-left: 1em;font-size: 2rem;line-height: 3rem;}
.searchbu:hover  .datasearch{
    background: #548963;
}
.searchbu:hover{
    color:#4d8b69; 
}
.socialico a:hover, .socialico a:focus, .socialico a:active{
    background:#9fc5aa00;
        filter: drop-shadow(2px 4px 6px #eee);
}
.socialico:hover .datatop{
background:#c0edcd;}

a:active, a:focus{
background-color: transparent;
}
.topuo{
    color: #dbdbdb;
padding:0;
margin-left: 8px;
    /* font-size: 1.7rem; */
    text-shadow: 0 1px 1px #000;
    font-weight: 500;
    /* text-align: left; */
    float: left;
        text-align: left;
    
}
@media (min-width: 1450px) {
.homegall{
    padding-left: 0px;    padding-right: 0px;
    margin-top:0px;
    
}}
@media (max-width: 1450px) {
.homegall{
    padding-left: 0px;    padding-right: 0px;
      margin-top:5rem;
    
}
}


/**Специальности**/


/*Just the background stuff*/
 .card_s span.s1 {
	position : absolute;
	top : 0;
	font-size : 15rem;
	font-weight : 800;
	text-transform : uppercase;
	color : #3C4447};

.card_s span.s2 {
	font-weight : 800;
	position : absolute;
	bottom : 0;
	right : 0;
	font-size : 15rem;
	text-transform : uppercase;
	color : #3C4447;}

/*My hum... body.. yeah..*/

/* The card */
.card_s{
	position : relative;

	width: 100%;
	margin-top:40px;
	margin-bottom:200px;
	background-color : #FFF
	-webkit-box-shadow: 2px 1px 7px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 1px 7px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 1px 7px -1px rgba(0,0,0,0.75);}

@media (min-width: 800px) {
/* Image on the left side */
.card_s .thumbnail {
	float : left;
	position : relative ;
	left : 30px;
	top : -30px;
	height : 320px;
	width : 100%;
	-webkit-box-shadow: 1px 2px 20px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 20px -4px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 20px -4px rgba(0,0,0,0.75);
	overflow: hidden;
/*object-fit: cover;*/
/*object-position: center;*/}}
@media (max-width: 800px) {
/* Image on the left side */
.card_s .thumbnail {
	float : left;
	position : relative ;
	left : 0px;
	top : -30px;
	height : 320px;
	width : 100%;
	-webkit-box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.75);
	overflow: hidden;
/*object-fit: cover;*/
/*object-position: center;*/
    
}
}
.card_s img.left{
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);}

/* Right side of the card */
.card_s .right{
	margin-left : 590px;
	margin-right : 20px;}

.card_s h1{
    padding-left:15px;
    padding-right:15px;
	padding-top : 15px;
	font-size : 1.9rem;
	color : #4B4B4B;
	padding-bottom:0;
	margin-bottom:0;
}
.card_s .author {
width:330px;
  padding-left:15px;
    padding-right:15px;
}
.card_s .author h2{
    
    padding: 1.5rem;
    background: #8fb39f;
    border-radius: 20px;
    box-shadow: 1px 1px 11px -4px;

}
.card_s .author>img{
	padding-top : 5px;
	margin-left : 10px;
	float : left;
	height : 20px;
	width : 20px;
	border-radius : 50%;
}
.card_s h2{
   padding-left:15px;
       text-align: left;
	font-size : 1.9rem;
	color : #4B4B4B;}

.card_s .separator{
	margin-top : 10px;
	border : 1px solid #C3C3C3;}

.card_s p{
      padding-left:15px;
    padding-right:15px;
	text-align: justify;
	padding-top : 10px;
	font-size : 1.6rem;
	line-height: 150%;
	color : #4B4B4B;}

/* DATE of release*/
.card_s h5{
 padding-left: 15px;

position: relative;
    bottom: 0;
    left: 0;
	font-size : 1.7rem;
	color : #696565;
    padding-top: 1rem;
    padding-bottom:1rem;
}

.card_s h6{
	position : absolute;margin-bottom: 0px;
	left : 30px;
	bottom : 90px;
	font-size : 2rem;
	color : #C3C3C3;}
	
		.kval h5{    padding-left: 15px;

position: relative;
    bottom: 0;
    left: 0;
	font-size : 1.7rem;
	color : #696565;}
.kval h6{padding-top: 7px;    padding-left: 15px;

position: relative;
    bottom: 0;
    left: 0;
	font-size : 1.8rem;
	color : #373333;}
/* Those futur buttons */

/* Floating action button */
.card_s .fab{
	position : absolute;
	right : 50px;
	bottom : -40px;
	box-sizing: border-box;
	padding: 18px;
	background-color : #528f6e;

	color : white;
	text-align : center;

	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);}
	.card_s .fab:hover, .card_s .fab:active, .card_s .fab:focus{
	    background-color : #8fb39f;
	}
.card_s .fab2{
	position : absolute;
	right : 140px;
	bottom : -40px;
	box-sizing: border-box;
	padding-top: 18px;

	width : 80px;
	height : 80px;
	color : black;
	text-align : center;
}

.datanewsSP {
    position: relative;
    bottom: 0;
    right: 0;
    float: left;
    margin-left: 1.6rem;
    width: 10;
    inline-size: 61px;
    color: #1e1c1c;
    z-index: 1;
    margin-right: 0em;
    margin-bottom: 7px;
    height: 4px;
    border: none;
    background: #9fc5aa;
    border-radius: 30px;
}
.datanewsNW {
    position: relative;
    bottom: 0;
    right: 0;
    float: left;
    margin-left: 1.6rem;
    width: 10;
    inline-size: 61px;
    color: #1e1c1c;
    z-index: 1;
    margin-right: 0em;
    margin-bottom: 7px;
    height: 6px;
    border: none;
    background: #9fc5aa;
    border-radius: 30px;
}
.datanewsBO {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;

    width: 10;
    inline-size: 61px;
    color: #1e1c1c;
    z-index: 1;

    height: 6px;
    border: none;
    background: #9fc5aa;
    border-radius: 30px;
}
.card_s ul{
text-align:center;
    padding-left: 0;
}
@media (min-width: 800px) {
.brd{
border-right:1px solid #8fb39f;
    
}
.brd2{
border-right:1px solid #8fb39f;
border-left:1px solid #8fb39f;    
}
.card_s li{
display: inline;
padding:10px;
}

}
@media (max-width: 800px) {
    .brd{
border-right:1px solid #fff;
    
}
   .brd2{
border-right:1px solid #fff;
 border-left:1px solid #fff;   
}
.card_s li{
display: block;
padding:10px;
}
}
.kval a
{
    font-weight: 600; color:#574c4c;
}












@media (max-width: 800px) {
.blog-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 10rem;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-top:4rem;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
    .blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
  text-align:center;
}
}
@media (min-width: 800px) {
    
    .blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
  text-align:left;
}
.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}

.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #000000;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {    text-align: left;
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #9fc5aa;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}

@media (max-width: 640px) {
 video {
         width: 100%;
    height: 250px;
    display: inline-block;
    vertical-align: baseline;
}
}
@media (min-width: 640px) {
 video {
    height: 500px;
    display: inline-block;
    vertical-align: baseline;
}
}
.nones{
    color:black;
    text-decoration: none;}
    .scrlstring{
        padding-top: 7px;
    background:#fff;
    color:black;
    text-transform:uppercase;
        
    }
    .mrg{
       
    }


.goog-te-spinner-animation{
display:none;
    
}
.viber p{
        border-radius: 30px;
    background: #eee;
    line-height: 3rem;
    padding: 2rem;
    text-align: center;
    display: block;
}
.viber a{
    font-weight: 700;
    color: #8f25aa;
}
.viber a:hover,.viber a:focus,.viber a:active{
    color:#ca8ed9;
    
}
@media (min-width: 1340px) {

.viber .imgvos{
    width: 70px;
    position: absolute;
    margin-top: 16px;
    margin-left: 20px;
}
}
@media (max-width: 1340px) {
    .viber .imgvos{
   position: absolute;
    display: block;
    text-align: center;
    width: 53px;
    margin-top: 20px;
    margin-left: 10px;
}

}
@media (max-width: 1200px) {
    .viber .imgvos{
   position: absolute;
    display: block;
    text-align: center;
    width: 53px;
    margin-top: 20px;
    margin-left: 60px;
}}
@media (max-width: 1000px) {
    .viber .imgvos{
   position: absolute;
    display: block;
    text-align: center;
    width: 53px;
    margin-top: 20px;
    margin-left: 20px;
}}
@media (max-width: 670px) {
    .viber .imgvos{
  display:none;
  
}
   
}
 .fet a{color:#fff;}.fet a:hover{color:#eeee;}
.d7:after {content:""; clear:both; display:table}
.d7 form {
  width: auto;
  float: right;
  margin-right: 30px;
}
.d7 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
    border: 1px solid #c7c7c7;
  background: #ffffff;
  outline: none;
  position: relative;
  transition: .3s linear;
  color: #000;
}
.d7 input:focus {
  width: 300px;
}
.d7 button {
        font-size: 2.4rem;
    padding-top: 9%;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.d7 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #d0d7d7;
}
            .nomer_dop li:hover > .arrowq.downq{
    visibility: hidden;  
    }
            .arrowq.noarrowq {   transition: opacity 0.5s;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000 !important;        
    border-right: 2px solid #000000 !important;          
    transform: rotate(135deg);                 
    transition: opacity .6s;
    opacity: 0;    
    }
            .arrowq.downq {   transition: opacity 0.5s;
                    margin-bottom: .3rem;
                    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #e7e7e7;!important;        
    border-right: 2px solid #e7e7e7; !important;          
    transform: rotate(135deg);             
    transition: opacity .3s;
    }
       .phone img{    width: 32px;
    height: 32px;} 
.phone  a{padding:5px;}
.phone{    padding-top: 2.5rem;
      color:#e7e7e7;
  font-family: 'Comfortaa', cursive;
    font-weight: var(--font-semi-bold);
    display: block;
   
   text-align:center;
    }
.nomer_dop{   list-style-type:  none;
    padding-left:0;  
    margin-top: 0;
    padding-right:0;}
.nomer_dop li:hover > .nomer_dop_sub{
     transition: opacity 0.5s;

    opacity: 1; 
     display: block;
    transition: .3s linear;
    z-index: 2;
    margin:0;
left: 29%;
       background:#fff;
      z-index:1000;
        list-style-type:  none;
         -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.2);
    }
.nomer_dop li:hover > .arrow.down{
   transition: opacity 0.5s;
    }
.nomer_dop_sub{
       transition: opacity 0.5s;
 padding-top:1rem;
    text-align: center;
    padding-left:10px;
    padding-right:10px;
   position: absolute;
    opacity: 0;
    display: none; 
  
    }
 .nomer_dop_sub li{
    padding-top:.75rem;
    width:200px;
    padding-bottom: .75rem;}  
.submenu{
    padding:0;
    max-width:203px;
    position: absolute;
    z-index:5;
    transform-origin: 0 0;
    transform: rotateX('-90deg');
    transition: .3s linear;
   
    opacity: 0;
    }
    footer img{
    width:32px;}
    
    


.languagemenu {
  
    float: right;
    margin-right: 5%;
}
.languagemenu{   
    list-style-type:  none;
    padding-left:0;  
    margin-top: 0;
    padding-right:0;}
.languagemenu li:hover > .lang_dop_sub{
     transition: opacity 0.5s;
    opacity: 1; 
    display: block;
    transition: .3s linear;
    z-index: 2;
    margin:0;
     text-align: left;
    background:#fff;
    z-index:1000;
    list-style-type:  none;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.2);
    }
.languagemenu li:hover > .arrow.down{
   transition: opacity 0.5s;
    }
.lang_dop_sub{
    
       transition: opacity 0.5s;
 padding-top:1rem;
    text-align: left;
    padding-left:10px;
    padding-right:10px;
   position: absolute;
    opacity: 0;
    display: none; 
  
    }
 .lang_dop_sub li{
    padding-top:.75rem;
    padding-bottom: .75rem;}  
    
    
     .languagemenu li:hover > .arrowq.downq{
    visibility: hidden;  
    }
            .arrowq.noarrowq {   transition: opacity 0.5s;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000 !important;        
    border-right: 2px solid #000000 !important;          
    transform: rotate(135deg);                 
    transition: opacity .6s;
    opacity: 0;    
    }
         .calendars{
    padding-left:5%;margin-top: 2px;display: block; color:#fff;}
    .calendars:hover{color: #c5c1c1;}
   .lang{
       color:#e7e7e7;}
       .lang:hover{color: #c5c1c1;}
   
#calendar3 {
  width: 100%;
  font: monospace;
  line-height: 1.2em;
  font-size: 15px;
  text-align: center;
 
}
#calendar3 thead tr:last-child {
  font-size: small;
  color: #9fc5aa;

}
#calendar3  td {
    padding-top:10px;
    padding-bottom:10px;
}
    
#calendar3 tbody td {

  color: rgb(44, 86, 122);
}
#calendar3 tbody td:nth-child(n+6), #calendar3 .holiday {
  color: rgb(255, 60, 60);
}
#calendar3 tbody td.today {
  outline: 3px solid #3c763d;
      background: #d9e5da;
  border-radius:30px;
}
    @media (min-width: 1000px) { 
.lm:not(:last-child){
    border-right: 1px solid #dfdddd;}
.lm{padding:0;}
.lvlmenu:hover,.lvlmenu:active,.lvlmenu:focus{  background:#ebe8e8;color:#000;}
.lvlmenu{
    padding: 1rem;
    background: #eee;
    text-align: center;
    display: block;
            }
    }
    
   .lm{padding:0; background: #eee;}
.lvlmenu:hover,.lvlmenu:active,.lvlmenu:focus{  background:#ebe8e8;color:#000;}
.lvlmenu{
   
    text-align: center;
    display: block;
            } 
    @media (max-width: 1000px) {
.lm:not(:last-child){
    border-right: 1px solid #dfdddd;}


.lm:nth-last-child(3){
    border-right: none;}
    .lm{
        
    border-bottom: 1px solid #dfdddd;}
    }  
    
     @media (max-width: 755px) {
        .lm:nth-last-child(2){
    border-right: none;}
     .lm:first-child{
    border-right: none;}
     }
     
     @media (min-width: 1480px) { 
         .lvlmenu{
            padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom:1rem;
   padding-left: 5rem;
         }
     .lm img{
     position: absolute;
     left: 30px;
    top: 5px}**/
     }
          @media (max-width: 1480px) { 
                 .lvlmenu{display:none;
             /**  padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom:1rem;
   padding-left: 1rem;**/
         }
             .lm img{display:none;
      /**  position: relative;
        margin: 0 auto;
    display: block;**/}
     }  
            @media (max-width: 980px) { 
                 .icotopstwo{
                      display:none;
                 }
                 .icotops{
                     display:none;
                 }
                   .lvlmenu{
              /** padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom:1rem;
   padding-left: 5rem;
         **/}
                 .lm img{
     /** position: absolute;
     left: 30px;
   top: 5px}
          **/}
          }
       .icotops{    opacity: 0.5;
       width:30px;float:right;   
       filter: grayscale(100%);
    filter: gray;
}
   .icotopstwo{    opacity: 0.5;
       width:30px;float:right;   
       filter: grayscale(100%);
    filter: gray;
}
  .icotops:hover{
       width:30px;float:right;
       filter: grayscale(0%);
    filter: gray;
}
 .icotopstwo:hover{
       width:30px;float:right;
         filter: brightness(0.5);
    filter: gray;
}
.karta ul,li{
 list-style-type:  none;
  
}
.karta li > a{text-decoration:none; 
    border-left: 4px solid gray; /* Параметры линии */ 
    padding: 10px; /* Расстояние от линии до текста */
    background: #f0f0f0; /* Цвет фона */
    margin-top:5rem;
    display:block;
      color:#2a4527;
          font-weight: 700;
}    
.karta ul li > a{margin:0 auto;text-decoration:none;
  border-left: none; /* Параметры линии */ 
    padding: 0px; /* Расстояние от линии до текста */
    background: none; /* Цвет фона */
      color:#000; font-weight: 400;
}
.karta ul{
     padding-left: 1rem;
    padding-top: 2rem;
}
.karta ul > li{
       width:100%;
}
.karta li{
      padding:15px;
        width: 100%;
    float: left;
    position: relative;
    margin:0 auto;
}