

/* Start:/local/templates/Speelo/css/reset.css?15053107241205*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */
a:hover, a:active {
    outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End */


/* Start:/local/templates/Speelo/css/owl.carousel.css?15059584274084*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/Speelo/css/../../../../../Downloads/OwlCarousel2-2.2.1/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

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

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/Speelo/css/sumoselect.css?15143831369457*/
.SumoSelect p {margin: 0;}
.SumoSelect{width: 100%;margin-bottom: 25px;cursor: pointer;}

.SelectBox {padding:0px;}

.sumoStopScroll{overflow:hidden;}

/* Filtering style */
.SumoSelect .hidden { display:none; }
.SumoSelect .search-txt{display:none;outline:none;}
.SumoSelect .no-match{display:none;padding: 6px;}
.SumoSelect.open .search-txt{display: inline-block;position: absolute;top: 0;left: 0;width: 100%;margin: 0;padding: 5px 8px;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;}
.SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,.SumoUnder { cursor:pointer;position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SelectClass{z-index: 1;}

    .SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none;}
.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {}
    .SumoSelect > .CaptionCont { position: relative; border-bottom: 1px solid #262262; margin:0;height: 52px;line-height: 52px;}
        .SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;text-align: left;font-size: 17px;}
            /*placeholder style*/
           

        .SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px;margin-bottom: 0px !important;}
            .SumoSelect > .CaptionCont > label > i {


                background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
                background-position: -318px -32px;
                width: 10px;
                height: 6px;
                 display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background-repeat: no-repeat;}

    .SumoSelect > .optWrapper {display:none; z-index: 1000; top: 52px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; overflow: hidden;

        -webkit-box-shadow: 6px 6px 0px 0px rgba(207, 205, 218, 0.77);
        -moz-box-shadow:    6px 6px 0px 0px rgba(207, 205, 218, 0.77);
        box-shadow:         6px 6px 0px 0px rgba(207, 205, 218, 0.77);
    }
        .SumoSelect.open > .optWrapper {top:52px; display:block;}
        .SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}

        .SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
        .SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative;
         /*Set the height of pop up here (only for desktop mode)*/
            max-height: 250px;
             /*height*/ }
         .SumoSelect > .optWrapper.okCancelInMulti > .options { border-radius: 2px 2px 0 0;}
         .SumoSelect > .optWrapper.selall > .options { border-radius: 0 0 2px 2px;}
         .SumoSelect > .optWrapper.selall.okCancelInMulti > .options { border-radius: 0;}
        .SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
        .SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
        .SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
        .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
        .SumoSelect > .optWrapper > .options  li.opt { padding: 15px 18px; position: relative;border-bottom: 1px solid #252161;}
        .SumoSelect > .optWrapper > .options  li.opt label{margin-bottom: 0px;}
#bron_form .SumoSelect > .optWrapper > .options  li.opt label{margin-bottom: 0px;}
#contacts_form .SumoSelect > .optWrapper > .options  li.opt label{margin-bottom: 0px;color: #282463;}
#contacts_form .SumoSelect > .optWrapper > .options  li.opt:hover label{color: #fff;}


            .SumoSelect > .optWrapper.selall > .options > li.opt:first-child { border-radius:0; }
            .SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
            .SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {border-radius: 0;}
            .SumoSelect > .optWrapper > .options li.opt:hover { background-color: #252161; color: #fff;}
            .SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel{background-color: #a1c0e4;}

            .SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
            .SumoSelect > .optWrapper > .options li span { display: none; }
            .SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}

        /*Floating styles*/
        .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }

    /*disabled state*/
    .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
        .SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


    /*styling for multiple select*/
    .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
        .SumoSelect > .optWrapper.multiple > .options li.opt span,
        .SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px;}
            .SumoSelect > .optWrapper.multiple > .options li.opt span i,
            .SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {box-shadow: 0 0 2px #a1c0e4;border-color: #a1c0e4;outline: none;background-color: #a1c0e4;}

    .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
    /*styling for select on popup mode*/
    .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }

    /*styling for only multiple select on popup mode*/
    .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
    .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect .select-all.partial > span i{background-color: rgb(17, 169, 17);box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
    /*disabled state*/
    .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
     .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

    /**Select all button**/
    .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0 3px 35px;height: 20px;cursor: pointer;}
    .SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
    .SumoSelect .select-all.partial > span i{background-color:#ccc;}


     /*styling for optgroups*/
    .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }


/* End */


/* Start:/local/templates/Speelo/css/main.css?166238012554397*/
@font-face {
  font-family: 'pragmatica';
  src: url("/local/templates/Speelo/css/../fonts/pragmaticac-bold-webfont.eot");
  src: url("/local/templates/Speelo/css/../fonts/pragmaticac-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/Speelo/css/../fonts/pragmaticac-bold-webfont.woff2") format("woff2"), url("/local/templates/Speelo/css/../fonts/pragmaticac-bold-webfont.woff") format("woff"), url("/local/templates/Speelo/css/../fonts/pragmaticac-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'pragmatica';
  src: url("/local/templates/Speelo/css/../fonts/pragmaticac-webfont.eot");
  src: url("/local/templates/Speelo/css/../fonts/pragmaticac-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/Speelo/css/../fonts/pragmaticac-webfont.woff2") format("woff2"), url("/local/templates/Speelo/css/../fonts/pragmaticac-webfont.woff") format("woff"), url("/local/templates/Speelo/css/../fonts/pragmaticac-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  color: #252161;
}

a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: '';
  clear: both;
  width: 100%;
  display: block;
}

.clear {
  content: '';
  clear: both;
  width: 100%;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 23px;
  font-family: 'pragmatica';
  background-position: center center;
  color: #252161;
  background-size: cover;
}

body {}

.yadzen svg {
  fill: #323282;
}

.yadzen:hover svg {
  fill: #fff;
}

.bg_loader {
  position: fixed;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  top: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
  display: none;
}

.center {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
}

#container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.bg1 {
  background-image: url(/local/templates/Speelo/css/../i/bg/bg1.jpg);
}

.bg2 {
  background-image: url(/local/templates/Speelo/css/../i/bg/bg2.jpg);
}

.bg3 {
  background-image: url(/local/templates/Speelo/css/../i/bg/bg2.jpg);
}

.bg4 {
  background-image: url(/local/templates/Speelo/css/../i/bg/bg4.jpg);
}

.bg5 {
  background-image: url(/local/templates/Speelo/css/../i/bg/bg5.jpg);
}

.bg6 {
  background-image: url(/local/templates/Speelo/css/../i/bg/bg6.jpg);
}

.input {
  font-family: 'pragmatica';
}

.input::-webkit-input-placeholder {
  transition: opacity 0.3s ease;
  color: #252161;
}

.input::-moz-placeholder {
  transition: opacity 0.3s ease;
  color: #252161;
}

.input:-moz-placeholder {
  transition: opacity 0.3s ease;
  color: #252161;
}

.input:-ms-input-placeholder {
  transition: opacity 0.3s ease;
  color: #252161;
}

.input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.button {
  display: inline-block;
  height: 48px;
  line-height: 46px;
  padding-left: 43px;
  padding-right: 69px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.button.blue {
  border: 1px solid #252161;
}

.button.blue:after {
  content: ' ';
  display: block;
  position: absolute;

  background-color: #252161;
  -webkit-mask-image: url(/local/templates/Speelo/css/../svg/arrow_l.svg);
  mask-image: url(/local/templates/Speelo/css/../svg/arrow_l.svg);

  width: 19px;
  height: 7px;
  top: 21px;
  right: 42px;
  transform: rotate(180deg);
}

.button.blue:hover {
  color: #fff;
  background-color: #252161;
}

.button.blue:hover:after {
  background: #fff;
}

.button.blue2 {
  border: 1px solid #252161;
  background-color: #252161;
  color: #fff;
}

.button.blue2:hover {
  background-color: #fff;
  color: #252161;
}

.button.blue2:after {
  content: ' ';
  display: block;
  position: absolute;
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  background-position: -278px -30px;
  width: 17px;
  height: 7px;
  top: 21px;
  right: 42px;
}

.button.white {
  border: 1px solid #fff;
  background-color: #252161;
  color: #fff;
}

.button.white:after {
  content: ' ';
  display: block;
  position: absolute;
  background-color: #fff;
  -webkit-mask-image: url(/local/templates/Speelo/css/../svg/arrow_l.svg);
  mask-image: url(/local/templates/Speelo/css/../svg/arrow_l.svg);
  transform: rotate(180deg);
  width: 19px;
  height: 7px;
  top: 21px;
  right: 42px;
}

.button.white:hover {
  background-color: #fff;
  color: #252161;
}

.button.white:hover:after {
  background-color: #252161;
}

.button.no_arrow {
  padding-left: 43px;
  padding-right: 43px;
}

.button.no_arrow:after {
  display: none;
}

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

.row .col3 {
  float: left;
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.row .col50 {
  width: calc(50% - 20px);
  float: left;
  margin-right: 30px;
}

.row .col25 {
  width: calc(25% - 20px);
  float: left;
  margin-right: 30px;
}

.row .col33 {
  width: calc(33.3% - 30px) !important;
  float: left;
  margin-right: 30px;
}

.row .col25:last-child,
.row .col50:last-child,
.row .col33:last-child {
  margin-right: 0px;
}

.row .col4 {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

h2 {
  font-size: 40px;
  line-height: 40px;
}

h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 38px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  color: #252161;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
  line-height: normal;
  cursor: pointer;
}

input[type="checkbox"]+label:before {
  content: ' ';
  display: inline-block;
  border: 1px solid #252161;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 2px;
}

input[type="checkbox"]:checked+label:after {
  width: 8px;
  height: 8px;
  background-color: #252161 !important;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  content: ' ';
  display: block;
  top: 7px;
  left: 5px;
  background-image: url(/local/templates/Speelo/css/../i/checkbox.png);
}

.checkbox.error+label {
  border-bottom: 1px solid red;
}

.owl-prev {
  text-indent: -9999px;
  overflow: hidden;
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  background-position: 0 0;
  width: 62px;
  height: 21px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -75px;
  opacity: 0.5;
}

.owl-next {
  text-indent: -9999px;
  overflow: hidden;
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  background-position: 0 0;
  width: 62px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -75px;
  opacity: 0.5;
}

.owl-next:hover,
.owl-prev:hover {
  opacity: 1;
}

#back_link {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 40px;
  padding-bottom: 40px;
}

#back_link a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
  position: relative;
}

#back_link a:hover {
  text-decoration: none;
}

#back_link a:after {
  content: ' ';
  display: block;
  position: absolute;
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  background-position: -278px -30px;
  width: 17px;
  height: 7px;
  top: 7px;
  left: -24px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* DatePicker Container */
.ui-datepicker {
  background: white;
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: #252161;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-image: url(/local/templates/Speelo/css/../i/sprites.png);
  background-position: -34px -24px;
  width: 22px;
  height: 9px;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 10px;
}

.ui-datepicker-prev {
  float: left;
  background-position: -34px -24px;
  margin-left: 10px;
}

.ui-datepicker-next {
  float: right;
  transform: rotate(180deg);
  margin-right: 10px;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#ffffff, offx=1, offy=0);
  text-align: center;
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #252161;
  color: #fff;
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

.arrow_left_blue,
.icon_time,
.icon_check,
.icon_calendar,
.arrow_left_white,
.arrow_right_white,
.blue_arrow,
.icon_arrow_right,
.icon_calend,
.icon_clock,
.icon_comment,
.icon_cook,
.icon_divan,
.icon_fartuk,
.icon_glaz,
.icon_hat,
.icon_instagram_white,
.icon_instagram,
.icon_kid,
.icon_knife,
.icon_menu,
.icon_money,
.icon_table,
.icon_vine,
.icon_vk,
.select_arrow,
.select_white,
.white_arrow_small,
.white_arrow,
.close_cross,
.fb {
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  display: block;
}

.arrow_left_blue {
  background-position: -236px -24px;
  width: 28px;
  height: 21px;
}

.arrow_left_white {
  background-position: -277px 0;
  width: 62px;
  height: 21px;
}

.arrow_right_white {
  background-position: -202px -23px;
  width: 28px;
  height: 21px;
}

.blue_arrow {
  background-position: -332px -30px;
  width: 17px;
  height: 7px;
}

.con_3 {
  background: none;
  border: 3px solid #252161;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #252161;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  font-size: 38px;
}

.icon_arrow_right {
  background-position: -203px -50px;
  width: 10px;
  height: 17px;
}

.icon_calend {
  background-position: -348px 0;
  width: 18px;
  height: 19px;
}

.icon_clock {
  background-position: -254px 0;
  width: 18px;
  height: 18px;
}

.icon_comment {
  background-position: 0 -156px;
  width: 109px;
  height: 90px;
}

.icon_cook {
  background-position: -122px -149px;
  width: 81px;
  height: 102px;
}

.icon_divan {
  background-position: -385px 0;
  width: 69px;
  height: 52px;
}

.icon_fartuk {
  background-position: -218px -198px;
  width: 101px;
  height: 103px;
}

.icon_glaz {
  background-position: -228px 0;
  width: 22px;
  height: 15px;
}

.icon_hat {
  background-position: -137px 0;
  width: 56px;
  height: 56px;
}

.icon_instagram_white {
  background-position: -331px -206px;
  width: 100px;
  height: 100px;
}

.icon_instagram {
  background-position: -357px -25px;
  width: 16px;
  height: 16px;
}

.icon_kid {
  background-position: -69px 0;
  width: 58px;
  height: 52px;
}

.icon_knife {
  background-position: -233px -77px;
  width: 69px;
  height: 103px;
}

.icon_menu {
  background-position: -138px -77px;
  width: 54px;
  height: 57px;
  margin-left: 16px;
}

.icon_money {
  background-position: 0 -66px;
  width: 50px;
  height: 63px;
}

.icon_table {
  background-position: -316px -84px;
  width: 103px;
  height: 101px;
}

.icon_vine {
  background-position: -430px -83px;
  width: 110px;
  height: 104px;
}

.icon_vk {
  background-position: -201px 0;
  width: 17px;
  height: 10px;
}

.select_arrow {
  background-position: -318px -32px;
  width: 10px;
  height: 6px;
}

.select_white {
  background-position: -303px -32px;
  width: 10px;
  height: 6px;
}

.white_arrow_small {
  background-position: -272px -30px;
  width: 23px;
  height: 7px;
}

.white_arrow {
  background-position: 0 0;
  width: 62px;
  height: 21px;
}

.icon_vk:hover,
a:hover .icon_vk {
  background-position: -505px -1px;
  width: 17px;
  height: 10px;
}

.icon_instagram:hover,
a:hover .icon_instagram {
  background-position: -484px 0;
  width: 16px;
  height: 16px;
}

.close_cross {
  background-position: -464px 0;
  width: 13px;
  height: 13px;
}

.fb {
  background-position: -527px 0;
  width: 9px;
  height: 19px;
}

.fb:hover,
a:hover .fb {
  background-position: -543px 0;
  width: 9px;
  height: 19px;
}

.icon_calendar {
  background-position: -464px -24px;
  width: 18px;
  height: 19px;
}

.icon_check {
  background-position: -487px -29px;
  width: 11px;
  height: 9px;
}

.icon_time {
  background-position: -503px -25px;
  width: 18px;
  height: 18px;
}

header {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}

header .center {
  padding-top: 60px;
  padding-bottom: 47px;
}

header .logo {
  background-color: #fff;
  width: 201px;
  height: 172px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 0px;
  text-align: center;
}

header .logo svg,
header .logo img {
  width: 140px;
  margin-top: 20px;

}

header nav ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: calc(50% - 118px);
  padding-left: 6px;
  padding-right: 6px;
}

header nav ul li {
  float: left;
  text-align: center;
  margin-left: 0;
}

header nav ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  margin-top: -1px;
  margin-bottom: -1px;
}

header nav ul li a:hover {
  text-decoration: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

header nav ul li:first-child {
  margin-left: 0px;
}

header nav ul li.active a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

header nav ul:last-child li {
  margin-left: 0;
}

header nav ul:last-child li a {
  padding-left: 10px;
  padding-right: 10px;
}

.footer_push {
  height: 284px;
  width: 100%;
  display: block;
}

footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 284px;
}

footer .top {
  background-color: #f9f8f8;
  height: 220px;
}

footer .top h4 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 25px;
}

footer .top .subscribe_form {
  position: absolute;
  right: 20px;
  width: 270px;
  top: 35px;
}

footer .top .subscribe_form p {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 5px;
}

footer .top .subscribe_form .input {
  height: 39px;
  line-height: 39px;
  border: 0px;
  padding: 0px;
  border-bottom: 1px solid #252161;
  color: #252161;
  font-size: 17px;
  background-color: transparent;
  width: 100%;
  padding-right: 40px;
}

footer .top .subscribe_form .submit {
  border: 0px;
  padding: 0px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 90px;
  overflow: hidden;
  text-indent: -9999px;
}

footer .top .subscribe_form .otvet {
  font-size: 13px;
  line-height: normal;
  padding-top: 5px;
}

footer .top .soc_seti {
  width: 251px;
  right: 400px;
  top: 35px;
  position: absolute;
}

footer .top .soc_seti p {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 30px;
}

footer .top .soc_seti a {
  border: 1px solid #252161;
  width: 38px;
  height: 38px;
  position: relative;
  margin-right: 12px;
  display: block;
  float: left;
  text-align: center;
  line-height: 43px;
  margin-bottom: 10px;
}

footer .top .soc_seti a span {
  display: inline-block;
}

footer .top .soc_seti a:hover {
  background-color: #252161;
}

footer .top nav {
  left: 270px;
  top: 35px;
  position: absolute;
}

footer .top nav ul li {
  margin-bottom: 3px;
}

footer .top nav ul li a {
  font-size: 14px;
  text-decoration: underline;
}

footer .top nav ul li a:hover {
  text-decoration: none;
}

footer .top .logo {
  display: block;
  position: absolute;

  width: 126px;
  height: 120px;
  left: 20px;
  top: 55px;
}

footer .bot {
  background-color: #252161;
  color: #fff;
  height: 64px;
  font-size: 14px;
  line-height: 14px;
  padding-top: 27px;
}

footer .bot .copy {
  text-align: center;
}

footer .bot .politic {
  /*text-align: center;*/
  margin-bottom: 10px;
}

footer .bot .politic a {
  color: #fff;
  text-decoration: underline;
}

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

#section1 {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;

  z-index: 20;
  position: relative;

}

#section1 .item {
  padding-top: 40px;
  padding-bottom: 40px;
}

#section1 h2 {
  font-size: 65px;
  line-height: normal;
  margin-bottom: 20px;
}

#section1 h1 {
  font-size: 65px;
  line-height: normal;
  margin-bottom: 20px;
}

#section1 p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 54px;
}

#section1 .blue {
  border: 0px;
  background-color: #fff;
}

#section1 .blue:hover {
  background-color: #252161;
}

#section2 {
  color: #fff;
  background-color: #252161;
  padding-top: 60px;
  padding-bottom: 60px;

  z-index: 20;
  position: relative;
}

#section2 .fl {
  width: 470px;
  text-align: center;
  padding-top: 40px;
}

#section2 .fr {
  width: calc(100% - 470px);
}

#section2 p {
  margin-bottom: 30px;
}

#section2 h2 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

#section2 h1 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}


#section4 {
  background-color: #f9f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

#section4 .fl {
  width: 402px;
}

#section4 .fr {
  width: calc(100% - 469px);
}

#section6 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

#section6 .link {
  text-align: center;
}

#section6 h2 {
  text-align: center;
  margin-bottom: 66px;
  margin-top: -60px;
}

#section6 .item {
  border: 3px solid #252161;
  text-align: center;
  margin: 0 auto;
  max-width: 324px;
  padding: 35px 40px 10px 40px;
  margin-bottom: 40px;
  height: 284px;
  position: relative;
}

#section6 .item .project_logo {
  position: absolute;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  left: 50%;
  top: 0px;
  width: 117px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#section6 .item .project_logo img {
  max-width: 64px;
}

#section6 .item .pic {
  text-align: center;
  height: 120px;
}

#section6 .item .pic span {
  display: inline-block;
}

#section6 .item p {
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#section6 .item p b {
  display: block;
  line-height: 25px;
  font-size: 21px;
  text-transform: uppercase;
}

#section6 .item a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

#section6 .item a:hover {
  text-decoration: none;
}

/*#section6 .item a:after {
  content: ' ';
  display: block;
  position: absolute;
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  background-position: -332px -30px;
  width: 17px;
  height: 7px;
  top: 9px;
  right: -20px;
}*/

#section7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f8f8;
}

#section7 h2 {
  margin-bottom: 21px;
}

#section7 p {
  margin-bottom: 40px;
}

#section7 .fl {
  width: calc(100% - 655px);
}

#section7 .fr {
  width: 500px;
}

#section8 {
  height: 250px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;

  z-index: 30;
  background-color: #fff;
}

#section8 .item {
  height: 255px;
  float: left;
  white-space: nowrap;
  width: 255px;
  display: table-cell;
  background-size: cover;
}

#section8 .ttl {
  background: #252161 url(/local/templates/Speelo/css/../i/insta_big.png) center center no-repeat;
}

#section8 .row {
  display: block;
}

#section8 .row .list {
  float: left;
  width: calc(100% - 255px);
}

#section8 .row .list .in {
  display: block;
  width: 8000px;
}

#section8 .prev {
  position: absolute;
  height: 100%;
  width: 40%;
  left: 250px;
  top: 0px;
}

#section8 .next {
  top: 0px;
  position: absolute;
  height: 100%;
  width: 40%;
  right: 0px;
}

#sliderWrapper {
  overflow: visible;
  overflow-y: hidden;
}

#page_ttl {
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}

#page_ttl h2 {
  font-size: 65px;
  line-height: 65px;
}

.submenu {
  padding-top: 40px;
  text-align: center;
  background: #fff;
}

.submenu .center {
  border-bottom: 1px solid #d3d3df;
  max-width: 1130px;
}

.submenu ul {
  display: inline-block;
  margin-bottom: -1px;
}

.submenu ul li {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  margin-left: 10px;
  margin-right: 10px;
}

.submenu ul li a {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 33px;
  height: 33px;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
}

.submenu ul li:hover {
  border-bottom: 1px solid #252161;
}

.submenu ul li.active {
  border-bottom: 1px solid #252161;
  font-weight: bold;
  cursor: default;
}

#contacts {
  background-color: #f9f8f8;
  /*margin-bottom: 60px;*/
}

#contacts .fl {
  width: 47%;
  padding-right: 60px;
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

#contacts .fl .in {
  float: right;
  max-width: 465px;
}

#contacts .fl .block {
  margin-right: 40px;
  margin-bottom: 45px;
  float: left;
  width: calc(50% - 20px);
  display: block;
}

#contacts .fl .block h4 {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 18px;
}

#contacts .fl .block:nth-child(even) {
  margin-right: 0px;
}

#contacts .fr {
  width: 53%;
  background-color: #252161;
  padding-left: 60px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

#contacts .fr .in {
  max-width: 570px;
  position: relative;
}

#section6_carusel {
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #fff;
}

#section6_carusel .link {
  text-align: center;
}

#section6_carusel h2 {
  text-align: center;
  margin-bottom: 86px;
}

#section6_carusel .col4 {
  padding-top: 52px;
}

#section6_carusel .item {
  border: 3px solid #252161;
  text-align: center;
  margin: 0 auto;
  max-width: 265px;
  padding: 35px 40px 10px 40px;
  margin-bottom: 40px;
  height: 284px;
  position: relative;
}

#section6_carusel .item .project_logo {
  position: absolute;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  left: 50%;
  top: -18px;
  width: 117px;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
}

#section6_carusel .item .project_logo img {
  max-width: 64px;
  margin: 0 auto;
}

#section6_carusel .item .pic {
  text-align: center;
  height: 120px;
}

#section6_carusel .item .pic span {
  display: inline-block;
}

#section6_carusel .item p {
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#section6_carusel .item p b {
  display: block;
  line-height: 25px;
  font-size: 21px;
  text-transform: uppercase;
}

#section6_carusel .item a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

#section6_carusel .item a:hover {
  text-decoration: none;
}

#section6_carusel .item a:after {
  content: ' ';
  display: block;
  position: absolute;
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  background-position: -332px -30px;
  width: 17px;
  height: 7px;
  top: 9px;
  right: -20px;
}

#section6_carusel .owl-prev {
  text-indent: -9999px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: 1px solid #252161;
  margin-left: -59px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-top: -48px;
  background-image: none;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#section6_carusel .owl-prev:after {
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  display: block;
  background-position: -236px -24px;
  width: 28px;
  height: 21px;
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -10px;
}

#section6_carusel .owl-prev:hover {
  background-color: #252161;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#section6_carusel .owl-prev:hover::after {
  background-position: -202px -23px;
}

#section6_carusel .owl-next {
  text-indent: -9999px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: 1px solid #252161;
  margin-left: 10px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-top: -48px;
  background-image: none;
}

#section6_carusel .owl-next:after {
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  display: block;
  background-position: -236px -24px;
  width: 28px;
  height: 21px;
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -10px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#section6_carusel .owl-next:hover {
  background-color: #252161;
}

#section6_carusel .owl-next:hover::after {
  background-position: -202px -23px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#about {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

#about h2 {
  text-align: center;
  margin-bottom: 39px;
}

#about .about_content {
  max-width: 840px;
  margin: 0 auto;
}

#politic {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(207, 205, 218, 0.77);
  -moz-box-shadow: 6px 6px 0px 0px rgba(207, 205, 218, 0.77);
  box-shadow: 6px 6px 0px 0px rgba(207, 205, 218, 0.77);
  padding: 21px;
  padding-top: 40px;
  font-size: 17px;
  line-height: normal;
  width: 197px;
  z-index: 9999;
  text-align: center;
}

#politic .close_window {
  position: absolute;
  right: 9px;
  top: 9px;
  cursor: pointer;
}

#politic .ok {
  margin-top: 15px;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #252161;
}

#politic .ok:hover {
  background-color: #252161;
  color: #fff;
}

#p404 {
  height: 503px;
  background: #fff;
  position: relative;
  z-index: 10;
  text-align: center;
}

#p404 .center {
  padding-top: 35px;
}

#p404 h1 {
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 17px;
}

#p404 h1 span {
  color: #252161;
}

#p404 h3 {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 2px;
  margin-bottom: 53px;
}

#p404 h3 span {
  color: #252161;
}

#news {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

#news .link {
  text-align: center;
}

#news h2 {
  text-align: center;
  margin-bottom: 39px;
}

#news .item {
  margin-bottom: 30px;
}

#news .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 345px;
  background-size: cover;
  background-position: center center;
}

#news .item .pic a {
  display: block;
  height: 100%;
}

#news .item .pic img {
  display: block;
  width: 100%;
  z-index: 10;
}

#news .item .pic .section {
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  z-index: 30;
  left: 20px;
  top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 34px;
  height: auto;
}

#news .item .pic .section:hover {
  background-color: #fff;
  color: #252161;
  text-decoration: none;
}

#news .item .date {
  font-size: 15px;
  margin-bottom: 14px;
}

#news .item .date span {
  float: right;
  position: relative;
  padding-left: 30px;
}

#news .item .date span i {
  position: absolute;
  left: 0px;
  top: 3px;
}

#news .item .date .glaz {
  float: right;
  position: relative;
  padding-left: 30px;
}

#news .item .date .glaz img {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 22px;
}

#news .item .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

#news .com_plus {
  margin: 0 auto;
  max-width: 740px;
}

#news .news_content {
  margin: 0 auto;
  max-width: 790px;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 60px;
}

#news .news_content p {
  margin-bottom: 24px;
}

#news .news_content a {
  color: #252161;
}

#news .news_content ul {
  margin-bottom: 25px;
  margin-left: 30px;
  list-style: square;
}

#news .news_content ul li {
  margin-bottom: 5px;
}

#news .news_content h3 {
  margin-bottom: 19px;
  font-size: 34px;
  line-height: 34px;
}

#news .com_plus {
  position: relative;
  padding-bottom: 40px;
}

#news .com_plus .pluso_place {
  float: right;
}

#news .news_top_photo {
  margin-bottom: 35px;
}

#news .news_top_photo img {
  display: block;
  width: 100%;
}

#news .detail_sub {
  margin: 0 auto;
  max-width: 790px;
  position: relative;
  margin-bottom: 30px;
  margin-top: -10px;
}

#news .detail_sub .date {
  float: left;
  color: #252161;
  font-size: 16px;
  font-weight: bold;
}

#news .detail_sub .glaz {
  float: right;
  position: relative;
  padding-left: 30px;
}

#news .detail_sub .glaz img {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 22px;
}

#other_news {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #fff;
}

#other_news .link {
  text-align: center;
}

#other_news h2 {
  text-align: center;
  margin-bottom: 39px;
}

#other_news .item {
  margin-bottom: 30px;
}

#other_news .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 345px;
}

#other_news .item .pic img {
  display: block;
  width: 100%;
  z-index: 10;
  height: 100%;
  object-fit: cover;
}

#other_news .item .pic .section {
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  z-index: 30;
  left: 20px;
  top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 34px;
}

#other_news .item .pic .section:hover {
  background-color: #fff;
  color: #252161;
  text-decoration: none;
}

#other_news .item .date {
  font-size: 15px;
  margin-bottom: 14px;
}

#other_news .item .date span {
  float: right;
  position: relative;
  padding-left: 30px;
}

#other_news .item .date span i {
  position: absolute;
  left: 0px;
  top: 3px;
}

#other_news .item .date .glaz {
  float: right;
  position: relative;
  padding-left: 30px;
}

#other_news .item .date .glaz img {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 22px;
}

#other_news .item .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

#other_news .row .col25 {
  width: calc(25% - 23px);
}

#other_news .row .col33 {
  width: calc(33.3% - 23px);
}

#other_news .row .col25:last-child {
  margin-right: 0px;
}

#other_news .row .col33:last-child {
  margin-right: 0px;
}

#bron_form .fl {
  width: calc(50% - 18px);
}

#bron_form .fr {
  width: calc(50% - 18px);
  position: relative;
}

#bron_form .button {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  color: #252161;
  cursor: pointer;
  float: left;
}

#bron_form .button:hover {
  background-color: #252161;
  color: #fff;
}

#bron_form .otvet {
  padding-top: 3px;
}

#bron_form .input {
  height: 52px;
  line-height: 52px;
  border: 0px;
  padding: 0px;
  border-bottom: 1px solid #252161;
  color: #252161;
  font-size: 17px;
  background-color: transparent;
  width: 100%;
  padding-right: 40px;
  margin-bottom: 25px;
}

#bron_form .input.error {
  border-bottom: 1px solid red;
}

#bron_form .input.small {
  width: calc(50% - 18px);
  float: left;
  margin-right: 36px;
}

#bron_form .input.mr0 {
  margin-right: 0px;
}

#bron_form label {
  margin-bottom: 30px;
  display: block;
}

#bron_form .icon_calendar {
  position: absolute;
  right: 10px;
  top: 95px;
  background: none;
}

#bron_form .icon_time {
  position: absolute;
  right: 10px;
  top: 170px;
  background: none;
}

#contacts_form {
  color: #fff;
}

#contacts_form .fl {
  width: calc(50% - 18px);
  padding: 0px;
}

#contacts_form .fr {
  width: calc(50% - 18px);
  padding: 0px;
}

#contacts_form .button {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  float: left;
  border-color: #fff;
}

#contacts_form .button:hover {
  color: #252161;
  background-color: #fff;
}

#contacts_form .otvet {
  float: right;
  width: calc(100% - 269px);
  padding-top: 3px;
  font-size: 16px;
  line-height: normal;
}

#contacts_form .input {
  height: 52px;
  line-height: 52px;
  border: 0px;
  padding: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  background-color: transparent;
  width: 100%;
  padding-right: 40px;
  margin-bottom: 25px;
}

#contacts_form .input.error {
  border-bottom: 1px solid red;
}

#contacts_form .input.small {
  width: calc(50% - 18px);
  float: left;
  margin-right: 36px;
}

#contacts_form .input.mr0 {
  margin-right: 0px;
}

#contacts_form label {
  margin-bottom: 36px;
  display: block;
  color: #fff;
}

#contacts_form input[type="checkbox"]+label:before {
  border: 1px solid #fff;
}

#contacts_form input[type="checkbox"]:checked+label:after {
  background-color: #fff;
}

#contacts_form .input::-webkit-input-placeholder {
  color: #fff;
}

#contacts_form .input::-moz-placeholder {
  color: #fff;
}

#contacts_form .input:-moz-placeholder {
  color: #fff;
}

#contacts_form .input:-ms-input-placeholder {
  color: #fff;
}

#contacts_form .SumoSelect>.CaptionCont {
  border-bottom: 1px solid #fff;
}

#contacts_form .SumoSelect>.CaptionCont>label>i {
  background-position: -303px -32px;
}

#review_form {
  max-width: 400px;
  color: #252161;
}

#review_form .fl {
  width: calc(50% - 18px);
  padding: 0px;
}

#review_form .fr {
  width: calc(50% - 18px);
  padding: 0px;
}

#review_form .otvet {
  float: right;
  width: calc(100% - 269px);
  padding-top: 3px;
  font-size: 16px;
  line-height: normal;
}

#review_form .input {
  height: 52px;
  line-height: 52px;
  border: 0px;
  padding: 0px;
  border-bottom: 1px solid #252161;
  color: #252161;
  font-size: 17px;
  background-color: transparent;
  width: 100%;
  padding-right: 40px;
  margin-bottom: 25px;
}

#review_form .input.error {
  border-bottom: 1px solid red;
}

#review_form .input.small {
  width: calc(50% - 18px);
  float: left;
  margin-right: 36px;
}

#review_form .input.mr0 {
  margin-right: 0px;
}

#review_form label {
  margin-bottom: 36px;
  display: block;
  color: #252161;
}

#review_form input[type="checkbox"]+label:before {
  border: 1px solid #252161;
}

#review_form input[type="checkbox"]:checked+label:after {
  background-color: #252161;
}

#review_form .input::-webkit-input-placeholder {
  color: #252161;
}

#review_form .input::-moz-placeholder {
  color: #252161;
}

#review_form .input:-moz-placeholder {
  color: #252161;
}

#review_form .input:-ms-input-placeholder {
  color: #252161;
}

#review_form .button {
  background-color: #fff;
  color: #252161;
  font-family: 'pragmatica';
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

#review_form .button:hover {
  background-color: #252161;
  color: #fff;
}

#projects {
  padding-top: 57px;
  padding-bottom: 0px;
  background-color: #fff;
  position: relative;
  z-index: 20;
}

#projects h2 {
  text-align: center;
  color: #252161;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 56px;
}

#projects .item {
  border: 3px solid #252161;
  text-align: center;
  margin: 0 auto;
  max-width: 324px;
  padding: 88px 40px 10px 40px;
  margin-bottom: 60px;
  height: 273px;
  position: relative;
}

#projects .item .project_logo {
  position: absolute;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  left: 50%;
  top: -46px;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
}

#projects .item p {
  margin-bottom: 27px;
}

#projects .item a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

#projects .item a:hover {
  text-decoration: none;
}

#projects .item a.podr:after {
  content: ' ';
  display: block;
  position: absolute;
  background-color: #252161;
  -webkit-mask-image: url(/local/templates/Speelo/css/../svg/arrow_l.svg);
  mask-image: url(/local/templates/Speelo/css/../svg/arrow_l.svg);
  transform: rotate(180deg);

  width: 19px;
  height: 7px;
  top: 9px;
  right: -22px;
}

#projects .item .project_logo img {
  height: 90px;
}

#projects .project1 .project_logo {
  top: -46px;
}

#projects .project6 .project_logo {
  top: -26px;
}

#projects .project2 {
  padding-left: 10px;
  padding-right: 10px;
}

#projects .project4 .project_logo {
  top: -49px;
}

#projects .project5 .project_logo {
  top: -43px;
}

#projects .project5 {
  padding-left: 57px;
  padding-right: 57px;
}

#projects .project5 p {
  font-weight: bold;
}

#projects .project6 p {
  margin-bottom: 10px;
}

#projects .project6 a {
  text-decoration: none;
}

#projects .project6 .no_arrow:after {
  display: none;
}

#project_detail {
  background-color: #fff;
  padding-top: 50px;
  position: relative;
  z-index: 20;
}

#project_detail .mobile_addr_c {
  margin-left: -30px;
  margin-right: -30px;
}

#project_detail .mobile_addr {
  display: none;
  margin-bottom: 24px;
}

#project_detail .mobile_addr .item {
  font-size: 15px;
  line-height: 21px;
  width: 215px;
  text-align: center;
  border: 2px solid #252161;
  margin: 0 auto;
  padding: 15px;
}

#project_detail .mobile_addr .item p {
  margin-bottom: 14px;
}

#project_detail .mobile_addr .item .button {
  display: block;
  padding-left: 69px;
  padding-right: 35px;
  text-align: center;
  color: #fff;
  background: #252161 url(/local/templates/Speelo/css/../i/map_icon_white.png) 35px 12px no-repeat;
}

#project_detail .mobile_addr .item .button:after {
  display: none;
}

#project_detail .desktop_tbl {
  display: table;
}

#project_detail h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 24px;
}

#project_detail .opis {
  max-width: 840px;
  margin: 0 auto;
}

#project_detail .opis p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 23px;
}

#project_detail .opis img {
  margin-right: 30px;
}

#project_detail .blocks {
  max-width: 1015px;
  margin: 0 auto;
}

#project_detail .blocks .block {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
  display: block;
}

#project_detail .blocks .block img {
  position: absolute;
  left: 30px;
  top: -14px;
  width: 68px;
  transform: translate(-50%, 0px);
}

#project_detail .blocks .block img.bron_icon {
  width: auto;
  height: 59px;
  top: -8px;
}

#project_detail .blocks .block img.phone_icon {

  width: 35px;
  top: -5px;
}

#project_detail .blocks .block img.kid_icon {

  width: 57px;
  top: -9px;
}

#project_detail .blocks .sales img {
  width: 55px;
  top: -2px;
}

#project_detail .blocks .block span {
  position: absolute;
  left: 0px;
  top: -6px;

}

#project_detail .blocks .block i {
  font-style: normal;
  display: block;
  font-weight: normal;
  font-size: 16px;
}

#project_detail .col1 {
  float: left;
  width: 33%;
}

#project_detail .col2 {
  float: left;
  width: 33%;
}

#project_detail .col3 {
  float: left;
  width: 33%;
}

#project_detail .col3 .block {
  padding-left: 100px;
}

#project_detail .to_bron {
  font-size: 16px;
  font-weight: normal;
  position: relative;
}

#project_detail .to_bron:after {
  content: ' ';
  display: block;
  background: url(/local/templates/Speelo/css/../i/sprites.png) no-repeat;
  background-position: -332px -30px;
  width: 17px;
  height: 7px;
  position: absolute;
  top: 6px;
  right: -21px;
}

#project_detail table {
  width: 830px;
  margin: 0 auto;
}

#project_detail table tr th {
  background-color: #252161;
  color: #fff;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 30px;
}

#project_detail table tr td {
  padding-left: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 3px solid #252161;
}

#project_detail table .c1 {
  width: 240px;
}

#project_detail table .c2 {
  width: 204px;
}

#project_detail table .c3 {
  width: 185px;
}

#project_detail table .c4 {
  width: 89px;
}

#project_detail table .c4 a {
  margin-left: 12px;
}

#project_detail table .c4 a img {
  width: 21px;
}

#mobile_nav {
  display: none;
  background-color: rgba(255, 255, 255, 0.98);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3300;
  text-align: center;
}

#mobile_nav .in {
  padding: 30px 10px 18px 10px;
}

#mobile_nav .logo {
  width: 160px;
  height: 82px;
  display: inline-block;
  background-size: 150%;
  margin: 0 auto;
  margin-bottom: 28px;
}

.menu_nav_mobile_style{
  margin-top: 30px;
}

#mobile_nav nav ul li {
  margin-bottom: 12px;
}

#mobile_nav nav ul li a {
  color: #252161;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  margin-top: 25px;
}

a.show_menu {
  background-color: #fff;
  width: 40px;
  z-index: 4000;
  position: fixed;
  top: 20px;
  right: 20px;
  display: none;
  height: 40px;
  border: 1px solid #252161;
}

a.show_menu span.mobile_menu {
  position: absolute;
  background: url(/local/templates/Speelo/css/../i/mobile_menu_lines.png) 0px 0px no-repeat;
  width: 20px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -8px;
}

a.show_menu span.close_mobile {
  position: absolute;
  background: url(/local/templates/Speelo/css/../i/close_mobile_menu.png) 0px 0px no-repeat;
  width: 18px;
  height: 17px;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -8px;
}

.submenu .arrow {
  right: 0px;
  top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  height: 25px;
  position: absolute;
  background-color: #fff;
}

.submenu .svg {

  width: 25px;

  transform: rotate(180deg);
  fill: #252161;

}

@media only screen and (max-width: 760px) {
  #page_ttl h1 {
    font-size: 31px !important;
    line-height: 1 !important;
  }

  a.show_menu {
    display: block;
  }

  .submenu .arrow {
    display: block;
  }

  .center {
    padding-left: 30px;
    padding-right: 30px;
  }

  html,
  body {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
  }

  body {
    font-size: 16px;
  }

  header {
    background-color: #252161;
    height: 84px;
  }

  header nav {
    display: none;
  }

  header .logo {
    width: 89px;
    height: 84px;

    left: 0px;
    margin-left: 0px;
  }

  .footer_push {
    display: none;
  }

  footer {
    height: auto;
    text-align: center;
    position: relative;
    bottom: auto;
    left: auto;
  }

  footer .top {
    height: auto;
    padding-top: 32px;
    padding-bottom: 74px;
  }

  footer .top .logo {
    position: relative;
    display: block;
    margin: 0 auto;
    top: auto;
    left: auto;
    background-size: 88px 88px;
    width: 88px;
    height: 88px;
    margin-bottom: 16px;
  }

  footer .top .soc_seti {
    position: relative;
    width: 100%;
    text-align: center;
    top: auto;
    right: auto;
  }

  footer .top .soc_seti a {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: 6px;
    margin-right: 6px;
  }

  /*footer .bot .politic {
    float: none;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: -40px;
    padding-top: 0px;
  }
  footer .bot .politic a {
    color: #252161;
  }
  footer .bot .copy {
    float: none;
    text-align: center;
  }*/
  footer form {
    display: none;
  }

  footer nav {
    display: none;
  }

  .main #section1 {
    padding: 0;
  }

  #section1 .owl-carousel {
    padding: 20px 0 40px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  #section1 h2 {
    font-size: 32px;
    line-height: normal;
  }

  #section2 {
    text-align: center;
  }

  #section2 .fl {
    width: auto;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  #section2 .fl img {
    display: block;
    width: 100%;
  }

  #section2 .fr {
    width: auto;
  }

  #section4 .fl {
    width: auto;
    display: none;
  }

  #section4 .fr {
    width: auto;
  }

  #bron_form {
    text-align: center;
  }

  #bron_form .fl {
    width: 100%;
    display: block;
  }

  #bron_form .otvet {
    width: 100%;
  }

  #bron_form .button {
    float: none;
    display: inline-block;
  }

  #news .item .pic {
    height: 203px;
    background-size: cover;
    background-position: center center;
  }

  #news .item .pic img {
    width: 100%;
  }

  #news .com_plus .pluso_place {
    float: none;
    text-align: center;
  }

  #news .com_plus .pluso_place .pluso {
    margin-left: -20px;
  }

  #section7 .fr {
    display: none;
  }

  #section7 .fl {
    text-align: center;
    width: 100%;
  }

  #projects .item {
    min-width: auto;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  #projects .col3 {
    padding-bottom: 60px;
  }

  #section6 h2 {
    margin-bottom: 0px;
  }

  #section6 .item {
    min-width: auto;
    height: auto;
  }

  #section6 .item .project_logo img {
    display: inline-block;
  }

  #section6 .col4 {
    padding-top: 50px;
  }

  .main #section6 .center {
    padding-right: 0px;
  }

  .main #news .center {
    padding-right: 0px;
  }

  .fl {
    float: none;
    width: 100%;
  }

  .fr {
    flex-direction: column;
  }

  .fr {
    float: none;
    width: 100%;
  }

  .row .col3 {
    width: 100%;
    float: none;
    padding: 0px;
  }

  .row .col50 {
    width: 100%;
    float: none;
    padding: 0px;
    margin-right: 0px;
  }

  .row .col25 {
    width: 100%;
    float: none;
    padding: 0px;
    margin-right: 0px;
  }

  .row .col33 {
    width: 100% !important;
    float: none;
    padding: 0px;
    margin-right: 0px;
  }

  .row .col4 {
    width: 100%;
    float: none;
    padding: 0px;
  }

  h3 {
    text-align: center;
    font-size: 30px;
    line-height: normal;
  }

  h2 {
    text-align: center;
    font-size: 30px;
    line-height: normal;
  }

  #section8 {
    height: 180px;
    position: relative;
    z-index: 30;
    background-color: #fff;
  }

  #section8 .item {
    width: 180px;
    height: 180px;
  }

  #section8 .row .list {
    width: calc(100% - 180px);
  }

  #politic {
    box-shadow: none;
    top: 0px;
    left: 0px;
    right: auto;
    position: fixed;
    width: 100%;
    height: 80px;
    font-size: 13px;
    line-height: normal;
    padding-right: 90px;
    padding-left: 15px;
    padding-top: 15px;
    text-align: left;
  }

  #politic .close_window {
    display: none;
  }

  #politic .ok {
    text-indent: -9999px;
    position: absolute;
    right: 20px;
    width: 40px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    top: 20px;
  }

  #politic .ok::after {
    content: 'OK';
    text-indent: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    top: 0px;
    font-size: 18px;
    left: 0px;
    position: absolute;
    width: 40px;
  }

  #contacts .fl {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 00px;
    height: auto !important;
  }

  #contacts .fl .in {
    float: none;
  }

  #contacts .fl .block {
    width: 100%;
    float: none;
    margin-right: 0px;
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #contacts .fl .block:nth-child(even) {
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #contacts .fr {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  #contacts_form .otvet {
    float: none;
    width: 100%;
  }

  #contacts_form .button {
    float: none;
    display: inline-block;
  }

  #contacts_form label {
    text-align: left;
  }

  #contacts_form .fr {
    padding-left: 0px;
    padding-right: 0px;
  }

  #contacts_form .fl {
    padding-left: 0px;
    padding-right: 0px;
  }

  #page_ttl h2 {
    font-size: 32px;
    line-height: normal;
  }

  #projects .project6 a {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    text-align: center;
  }

  #project_detail .col1,
  #project_detail .col2,
  #project_detail .col3 {
    float: none;
    margin: 0 auto;
    width: 255px;
  }

  #project_detail .mobile_addr {
    display: block;
  }

  #project_detail .desktop_tbl {
    display: none;
  }

  #project_detail .blocks .block {
    font-size: 16px;
    line-height: 21px;
  }

  #project_detail .opis {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }

  #project_detail .opis img {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    height: auto;
  }

  #project_detail #news .center {
    padding-left: 0px;
    padding-right: 0px;
  }

  #project_detail h2 {
    font-size: 30px;
  }

  #bron_form label {
    text-align: left;
  }

  .owl-next {
    display: none !important;
  }

  .owl-prev {
    display: none !important;
  }

  #other_news .row .col25 {
    width: 100%;
    float: none;
    margin-right: 0px;
  }

  #other_news .row .col33 {
    width: 100%;
    float: none;
    margin-right: 0px;
  }

  #other_news .item .pic {
    height: 250px;
  }

  .submenu .center {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    height: 34px;
  }

  .submenu .center ul {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
    padding-right: 30px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) and (orientation: portrait) {

  html,
  body {
    background-attachment: scroll;
  }

  #section1 {
    padding-bottom: 0px;
  }
}

.slider_bg {
  background-position: center center;
  background-size: cover;

}

@media only screen and (max-width: 760px) {
  #vright {
    width: 100% !important;
    height: auto !important;
  }

  #vleft .news_content ul {
    text-align: left;
  }

  #bx-composite-banner {
    display: none;
  }

}

#vleft {
  padding-bottom: 10px !important;
}

#vleft .com_plus {
  text-align: center;
}

#vleft .pluso {
  margin-left: -23px;
}

#vleft .button.blue {
  padding-left: 69px;
  padding-right: 43px;
}

#vleft .button.blue:after {
  transform: none;
  left: 42px;
  right: auto;
  top: 20px;
}

footer .top .subscribe_form .input.error {
  border-bottom: 1px solid red;
}

#bx-composite-banner {
  display: inline-block;
  padding-top: 19px;
  margin-left: 20%;
}

/*# sourceMappingURL=main.css.map */



@media screen and (max-width: 480px) {
  #container {
    transition: 0.6s;
  }

  .top_visible {
    margin-top: 57px;
  }

  #politic {
    font-size: 11px;
    height: 55px;
  }

  #politic .ok {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 12.5px;
    font-size: 10px;
  }

  #politic .ok::after {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 30px;
    left: -1px;
    text-align: center;
  }
}

@media screen and (max-width: 340px) {
  #politic {
    padding-right: 70px;
    padding-left: 15px;
    padding-top: 15px;
  }
}
/* End */


/* Start:/local/templates/Speelo/css/lightbox.css?15092991453851*/
/* Preload images */
body:after {
  content: url(/local/templates/Speelo/css/../i/close.png) url(/local/templates/Speelo/css/../i/loading.gif) url(/local/templates/Speelo/css/../i/prev.png) url(/local/templates/Speelo/css/../i/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/Speelo/css/../i/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/Speelo/css/../i/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/local/templates/Speelo/css/../i/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/local/templates/Speelo/css/../i/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/local/templates/Speelo/css/custom.css?158764291812158*/
header .logo-mob{
	display: none;
}
.yadzen svg{
    padding: 8px 3px;
	}
#new_window {
  z-index: 4000;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
}
#new_window .modal-header h2 {
  text-align: center;
font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
  text-transform: none;
  color: #252161;
}
#new_window .close_window {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3000;
}
#new_window .modal-body {
  padding: 44px;
  text-align: left;
}
#new_window .modal-dialog {
  margin: 30px auto;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade.in {
  opacity: 1;
}

.modal.in {
  color: black;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.modal-header {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}

.modal.in .modal-dialog {
  text-align: center;
}

.modal-content {
  background-color: #fff;
  display: inline-block;
}


.row .col25:last-child, .row .col50:last-child {
    margin-right: 0px;
}

#news .row .cl:nth-child(3n) {
	margin-right: 0px;
}

#news .item .name{
	    height: 50px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

#blog{
	background-color: #fff;
}
#blog > .center{
	max-width: 1230px;
}

#blog .left_col .center{
	padding: 0px;
}
#blog .left_col{
	float: left;
	width: calc(100% - 300px);
}

#blog .right_col{
	float: right;
	width: 270px;
	padding-top: 60px;
}

#blog .right_col .bx_sitemap_ul{
	border: 2px solid #252161;
	display: block;
	
}

#blog .right_col .bx_sitemap_ul li a{
	display: block;
	padding:15px;
	font-weight: bold;
	color: #252161;
	font-size: 16px;
}
#blog .right_col .bx_sitemap_ul li a:hover{
	background-color: #252161;
	color: #fff;
	text-decoration: none;	
}


#blog .right_col .sumo_section{
	display: none;
}

#blog .right_col .bx_sitemap_ul li h2{
	margin: 0px;
}
#blog .right_col .bx_sitemap_ul li{
	border-bottom: 1px solid #252161;
}
#blog .right_col .bx_sitemap_ul li:last-child{
	border-bottom: 0px;
}
#blog .item{
	background-color: #f9f8f8;
}
#blog .item .in{
	padding: 23px;
	padding-top: 0px;
}

#blog .item .name{
	
}


#blog .item .glaz {
  float: right;
  position: relative;
  padding-left: 30px;
}
#blog .item .glaz i {
  position: absolute;
  left: 0px;
  top: 3px;
}

#blog #news .comments h2{
	text-align: left;	
}

#blog #news .detail_sub{
	max-width: none;
}

#blog #news .news_content{
	max-width: none;
}

#blog #news .news_content .photos a img{
	display: block;
	width: 100%;
}
#blog #news .news_content .photos a{
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: calc(33% - 20px);
}
#blog #news .news_content .photos a:last-child{
	margin-right: 0px;
}
.row .col33 {
  width: calc(33% - 20px);
  float: left;
  margin-right: 30px;
}

.row .col33:last-child {
	margin-right: 0px;
}

header nav ul li{
	margin-left: 0px;
}
header nav ul li a{
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
}

header nav ul:last-child li a{
	padding-left: 8px;
	padding-right: 10px;
}

header nav ul:first-child{
	    padding-left: 0px;
    padding-right: 0px;
}
header nav ul:first-child li a{
	padding-left: 12px;
	padding-right: 12px;
}

#section1 .podr{
	padding-top: 40px;
}

#projects .row:last-child .col3{
	/*margin-left: 33%;*/
}
#projects .project4 .project_logo {
    top: -18px;
}
#projects .project4 .project_logo img{
	height: 26px;
}
#about h1{
	line-height: normal;
}
footer .top{
	height: 245px;
}

input{
	 -webkit-appearance: none;
	 border-radius: 0px;
}

#news .news_content a{
	font-weight: bold;
}


#section8 .ttl{
	background-image: none;
	text-align: center;
}
#section8 .ttl img{
	margin-top: 66px;
}
.footer .top .soc_seti a{
	margin-top: 10px;
	}

footer .top .soc_seti a svg{
	width: 17px;
}

footer .top .soc_seti a.fbsvg svg{
	width: auto;
	height: 18px;
}

footer .top .soc_seti a path {
	fill:#252161;
	
}

footer .top .soc_seti a:hover path {
	fill:#fff;
}

#section1 .item{
	padding-left: 20px;
	padding-right: 20px;
}

a.show_menu{
	text-align: center;
}
a.show_menu img{
	width: 20px;
	margin-top: 11px;
}

a.show_menu img.close_mobile{
	margin-top: 9px;
}
.SumoSelect > .optWrapper > .options li.opt.disabled{
	display: none;
}
.row div:first-child .sp-image img{
	object-fit: cover;
}
@media only screen and (max-width: 760px) {
	#section8 .ttl img{
		margin-top: 30px;
	}
	
	.close_mobile{
		display: none;
	}
	.row .col33{
		margin-right: 0px;
	}

	#news h2, #news .link, #section6 .link, #section6 h2{
		margin-left: 0;
		/*margin-left: -30px;		*/
	}


	header .logo svg, header .logo img{
		width: 66px;	
		margin-top: 10px;
	}

	#section1{
		padding-bottom: 20px;
	}
	#blog .left_col{
		float: none;
		width: auto;
	}
	
	.mobile_addr_c{
		padding-left: 30px;
	
	}
	
	footer .top{
		height: auto;
	}
	
	#project_detail .mobile_addr .item{
		width: auto;
		height: 238px;
	
	}
	
	#project_detail .mobile_addr .item .button{
		    position: absolute;
			bottom: 15px;
			width: calc(100% - 30px);
	}
	
	#blog #news{
		padding-top: 20px;
	}
	
	#blog .right_col{
		float: none;
		padding: 0px;
		width: auto;
		padding-top: 20px;
	}
	
	#blog .right_col .SumoSelect > .CaptionCont{
		border: 2px solid #262262;
	}
	
	#blog .right_col .SumoSelect > .CaptionCont span{
		padding-left: 20px;
	}
	
	#blog .right_col .bx_sitemap_ul{
		display: none;
	}
	#blog .center{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#blog .left_col .center{
		padding: 0px;
	}
	
	#blog #news .news_content .photos a{
		width: calc(50% - 20px);
		
	}
	
	#blog #news .news_content .photos a:nth-child(2n) {
		margin-right: 0px;
	}
	
	.row .col33{
		float: none;
		width: auto;
	}
	
	
	#projects .row:last-child .col3{
		margin-left: 0px;
	}
	
	#review_form .fl{
		width: 100%;
	}
	
	#review_form .fr{
		width: 100%;
	}
	
}

#tag_cloud {
	padding: 20px;
	
}
#tag_cloud h3{
	    line-height: 30px;
    margin-bottom: 12px;
	font-size: 24px;
}
#tag_cloud a{
	background-color: #fff;
	    display: inline-block;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #252161;
    font-size: 16px;
    padding: 0 9px;
	
}
#tag_cloud a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #252161;
}

#tag_cloud a.active{
	text-decoration: none;
	color: #fff;
	background-color: #252161;
	cursor: default;
}

#blog .detail_sub .glaz img{
	    position: absolute;
    left: 0px;
    top: 3px;
    width: 22px;
}
.header-title{
	display: none;
}

.submenu-mob{
	display: none;
}
#section1 .item{
	min-height: 300px;
}
#contacts_form label > a {
	color: #fff;
}
#calendar{
	padding-top: 57px;
	padding-bottom: 57px;
	background-color: #fff;
	position: relative;
	z-index: 20;
}
form label > a {
	text-decoration: underline;
}

#page_ttl h1 {
	font-size: 65px;
	line-height: 65px;
}
.last-about{
	padding: 40px 0; text-align: center;
}
@media only screen and (max-width: 760px){
	.last-about{
	    padding: 0 30px 30px;
	}
	#projects .row:last-child .col3:last-child {
	    padding-bottom: 30px;
	}
	input[type="checkbox"]:checked + label:after {
	    width: 18px;
	    height: 17px;
	    top: 2px;
	    left: 0px;
	}
	#section4{
		padding-bottom: 20px;
	}
	#news {
    	padding-top: 25px;
	}
	#news h2, #news .link, #section6 .link, #section6 h2 {
	    margin-left: -30px;
	}
	#section8 .ttl {
	    width: 120px;
	    height: 180px;
	}
	#section8 .ttl img {
    	margin-top: 55px;
    	width: 70px !important;
	}
	#section8 .row .list {
	    width: calc(100% - 120px);
	}
	#contacts .fl .block {
	    margin-bottom: 30px;
	}
	#contacts .fl .block h4 {
	    margin-bottom: 0px;
	}
	#project_detail h2 {
	    font-size: 25px;
	    padding: 30px 0px 10px;
	}
	.news_content img{
		width: 100%;
    	height: auto;
	}
	#infinity-next-page {
    	width: 50%;
    	border: 2px solid #252161;
    	height: 40px;
    	display: block;
    	text-align: center;
    	text-transform: uppercase;
    	line-height: 40px;
    	margin: auto;
    	font-weight: bold;
	}
	#tag_cloud a{
		border: 1px solid;
	}
	#page_ttl{
		display: flex;
		height: 300px;
	}
	#page_ttl .center {
	    padding-left: 30px;
	    padding-right: 30px;
	    margin: auto;
	}
	#page_ttl h1 {
	    font-size: 31px !important;
	    line-height: 40px !important;
	}
	header .center{
		padding-top: 0px; 
	    padding-bottom: 0px; 
	    padding-right: 60px;
	    padding-left: 90px;
	    line-height: 83px;
	    color: #fff;
	    height: 85px;
	}
	.header-title{
		display: block;
		color: #ffffff;
		text-align: center;
	    text-transform: uppercase;
	    font-weight: bold;
	}
	.submenu .center{
		display: none;
	}
	.submenu{
		display: none;
	}
	.submenu-mob{
		display: block;
		background-color: #fff;
	    padding: 20px 30px 0;
	    margin-bottom: -1px;
	    position: relative;
	    height: 65px;

	}
	.submenu-mob select{
		border: 1px solid #292562;
    	background-color: #fff;
    	padding: 5px 10px;
    	width: 100%;
	}
}
@media only screen and (max-width: 440px){
	#section7 .button {
	    padding-left: 30px;
	    padding-right: 70px;
	}
	#section7 .button.blue:after {
		top: 19px;
	}
}

@media only screen and (max-width: 340px){
	.soc_seti{
		margin-left: -10px;
		margin-right: -10px;
	}
}


.nice-select{
	width: 100%;
}

#news .news_content .knopka{
	border: 1px solid #252161;
	background-color: #fff;
	color: #252161;
	display: table;
	margin: 10px auto;
	text-align: center;
	height: 48px;
	line-height: 46px;
	padding: 0 36px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
#news .news_content .knopka:hover{
	text-decoration: none;
	color: #fff;
	border: 1px solid #252161;
	background-color: #252161;
}
.presentation-btn a:hover{
	background-color: #252161;
	color: #ffffff;
}
@media only screen and (max-width: 320px){
	.header-title{
		line-height: 1;
    	padding: 27px;
	}
}
footer .top nav ul{
    column-count: 2;
    column-gap: 35px;
}


#project_detail h1{
	font-size: 40px;
	text-align: center;
	margin-bottom: 24px;
}

.video-wrap {
  position: relative;
  padding-bottom: 62.5%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.news_content img {    
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.footer-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 1170px;
}
.footer-flex > * {
    width: 33.3%;
}
.developer {
    display: flex;
    flex-wrap: nowrap;
    color: #fff; /*#4e525d !important;*/
    text-transform: none !important;
    font-size: 14px;
    justify-content: flex-end;
}
.developer span {
    margin-right: 10px;
}
.developer img {
    height: 18px;
}
@media only screen and (max-width: 1100px) {
    .footer-flex {
        flex-direction: column;
    }
    .footer-flex > * {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    footer .bot {
        height: auto;
    }
    .developer {
        position: relative;
        bottom: 0;
        right: 0;        
        justify-content: center;
    }
}

/* End */


/* Start:/local/templates/Speelo/css/nice-select.css?15457460474157*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%; 
  border-radius: unset;
  border: 2px solid #252161;

  }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    z-index: 1000;
    opacity: 1;
    width: 100%;
    border-radius: unset;
    border: 2px solid #252161;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */
/* /local/templates/Speelo/css/reset.css?15053107241205 */
/* /local/templates/Speelo/css/owl.carousel.css?15059584274084 */
/* /local/templates/Speelo/css/sumoselect.css?15143831369457 */
/* /local/templates/Speelo/css/main.css?166238012554397 */
/* /local/templates/Speelo/css/lightbox.css?15092991453851 */
/* /local/templates/Speelo/css/custom.css?158764291812158 */
/* /local/templates/Speelo/css/nice-select.css?15457460474157 */
