@media (min-width: 1200px) {
  .container {
    /*max-width: 1000px;*/
  }
}
html {
  min-height: 100%;
}

body {
  font-family: 'LandRoverOT4', 'Open Sans', sans-serif;
  color: #4d4d4d;
  line-height: 1.5em;
  min-height: 100%;
  background: #92daff url(/images/body-bg.jpg) center bottom no-repeat;
}

.nopadding {
  padding: 0;
}

.center {
  text-align: center;
}

.blue {
  color: #37d3f7;
}

.black {
  color: #4d4d4d;
}

.underline {
  text-decoration: underline;
}

.errorMessage {
  color: red;
}

input.error {
  border: 1px solid red !important;
}

textarea.error {
  border: 1px solid red !important;
}

.g-clear {
  clear: both;
}

.g-hidden {
  display: none;
}

.right {
  text-align: right;
}

.left {
  text-align: right;
}

.center {
  text-align: center;
}

img.left {
  float: left;
  margin: 0 1em 1em 0;
}

img.right {
  float: right;
  margin: 0 0 1em 1em;
}

.l-wrapper {
  min-height: 520px;
  padding: 0 0 60px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'LandRoverOT4', 'Open Sans', sans-serif;
  margin: 0 0 1em 0;
}

h1 {
  font-size: 30px;
}
h1.big {
  font-size: 36px;
  font-weight: lighter;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

.b-date {
  font-size: 12px;
  color: #a5a5a5;
}

.wrapper {
  min-height: 881px;
  padding: 18px 0 0 0;
  margin: 0 0 20px 0;
  background: url(/images/header-bg.png) 0 top repeat-x;
}

header#header-main {
  min-height: 142px;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
}
header#header-main a#logo {
  display: block;
  margin: 0;
}
header#header-main a#logo img {
  width: 100%;
}
header#header-main .b-header-shortcuts {
  min-width: 125px;
  margin: 35px 0 0 0;
}
header#header-main .b-header-shortcuts a.b-header-shortcut {
  display: block;
  background: url(/images/shortcut-icons-4.png) 0 0px no-repeat;
  color: #014089;
  font-size: 12px;
  line-height: 18px;
  height: 20px;
  padding: 0 0 0 67px;
  margin: 0 0 9px 0;
  font-weight: bold;
}
header#header-main .b-header-shortcuts a.b-header-shortcut.b-header-shortcut-email {
  text-decoration: underline;
}
header#header-main .b-header-shortcuts a.b-header-shortcut.b-header-shortcut-skype {
  background-position: 0px -28px;
}
header#header-main .b-header-shortcuts a.b-header-shortcut.b-header-shortcut-phone {
  background-position: 0 -56px;
}
header#header-main .b-header-shortcuts a.b-header-shortcut.b-header-shortcut-viber {
  background-position: 0 -82px;
}
header#header-main .b-header-shortcuts .b-header-social {
  margin: 20px 0 8px 0px;
  height: 18px;
  text-align: right;
}
header#header-main .b-header-shortcuts .b-header-social a {
  display: inline-block;
  background: url(/images/social-icons-2017.png) 0 0px no-repeat;
  color: #014089;
  font-size: 14px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 0 0 0px;
}
header#header-main .b-header-shortcuts .b-header-social a.b-header-social-ig {
  background-position: 0 0;
}
header#header-main .b-header-shortcuts .b-header-social a.b-header-social-vk {
  background-position: -32px 0;
}
header#header-main .b-header-shortcuts .b-header-social a.b-header-social-fb {
  background-position: -64px 0;
}
header#header-main .b-header-shortcuts .b-header-social a.b-header-social-ok {
  background-position: -96px 0;
}
header#header-main .b-header-shortcuts .b-header-social a.b-header-social-yt {
  background-position: -128px 0;
}

.b-sidebar-promo {
  background: #d5f6fb;
  padding: 10px 10px 235px 10px;
}
.b-sidebar-promo .b-sidebar-programs {
  margin: 0 0 20px 0;
}
.b-sidebar-promo .b-sidebar-programs a {
  display: block;
  min-height: 35px;
  line-height: 35px;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  padding: 0 0 0 15px;
  margin: 0 0 1px 0;
}
.b-sidebar-promo .b-sidebar-programs a.b-sidebar-program-1 {
  background: #ff74fb;
}
.b-sidebar-promo .b-sidebar-programs a.b-sidebar-program-2 {
  background: #c852ce;
}
.b-sidebar-promo .b-sidebar-programs a.b-sidebar-program-3 {
  background: #605ca8;
}
.b-sidebar-promo .b-sidebar-programs a.b-sidebar-program-4 {
  background: #4e50c1;
}
.b-sidebar-promo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-sidebar-promo ul li {
  margin: 0 0 10px 0;
  padding: 0 0;
  transition: all 0.2s ease;
  text-align: center;
}
.b-sidebar-promo ul li:hover {
  box-shadow: 0 0 4px 4px #ccf;
}
.b-sidebar-promo ul li img {
  max-width: 100%;
}

.l-main {
  /*float: left;
  width: 716px;
  margin: 0 10px 0 0;*/
}

.l-leftcolumn {
  /*float: left;
  width: 140px;
  margin: 0 27px 0 0;*/
}

nav.b-mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 3px solid #0d4694;
}
nav.b-mainmenu ul li {
  margin: 0;
  border-top: 1px solid #0d4694;
}
nav.b-mainmenu ul li a {
  font-family: 'LandRoverOT4', Arial, sans-serif;
  font-size: 14px;
  color: #0d4694;
  font-weight: normal;
  text-transform: uppercase;
}
nav.b-mainmenu ul li a span {
  display: block;
  padding: 9px 8px;
  border-top: 3px solid transparent;
}
nav.b-mainmenu ul li a:hover, nav.b-mainmenu ul li a.active {
  text-decoration: none;
}
nav.b-mainmenu ul li a:hover span, nav.b-mainmenu ul li a.active span {
  background: #a9f1ff;
  border-top: 3px solid #0d4694;
}
nav.b-mainmenu ul li ul.b-mainmenu-submenu {
  border-top: none;
}
nav.b-mainmenu ul li ul.b-mainmenu-submenu li {
  margin: 0;
}
nav.b-mainmenu ul li ul.b-mainmenu-submenu li a {
  font-size: 12px;
  background: none;
}
nav.b-mainmenu ul li ul.b-mainmenu-submenu li a span {
  padding: 6px 0 6px 20px;
  border-width: 1px;
  line-height: 16px;
  background: none;
}
nav.b-mainmenu ul li ul.b-mainmenu-submenu li a.active {
  background: #a9f1ff;
}
nav.b-mainmenu ul li ul.b-mainmenu-submenu li.item-1 a span {
  background: #6ce8ff;
}
nav.b-mainmenu ul li ul.b-mainmenu-submenu li.item-2 a span {
  background: #41e2ff;
}
nav.b-mainmenu ul li ul.b-mainmenu-submenu li.item-3 a span {
  background: #24ddff;
}
nav.b-mainmenu ul li ul.b-mainmenu-submenu li.item-4 a span {
  background: #24ddff;
}

.l-contentcolumn {
  /*float: left;
  width: 548px;*/
  background: #e9f8ff;
  padding: 10px 20px 50px 20px;
  color: #000;
  font-size: 14px;
}
.l-contentcolumn .b-templateblock {
  margin: 0 0 2em 0;
}
.l-contentcolumn h1 {
  color: #cb21c5;
  font-size: 26px;
  font-family: 'LandRoverOT4', Lobster, serif;
  font-weight: bold;
  margin: 0.5em 0 1em 0;
  text-align: center;
}
.l-contentcolumn h2 {
  color: #cb21c5;
  font-size: 20px;
  margin: 0.5em 0 1em 0;
  font-family: 'LandRoverOT4', Arial, sans-serif;
  
}
.l-contentcolumn h3 {
  color: #cb21c5;
  font-size: 16px;
  margin: 0.5em 0 1em 0;
  font-family: 'LandRoverOT4', Arial, sans-serif;
}
.l-contentcolumn .subtitle {
  color: #0054ae;
  font-family: 'LandRoverOT4', 'PT Sans', Arial, sans-serif;
  font-size: 20px;
  padding: 0 30px 0 30px;
  margin: 0 0 18px 0;
  text-align: center;
}
.l-contentcolumn p {
  color: #000;
  font-size: 14px;
}
.l-contentcolumn .b-block-gallery {
  margin: 1em 0;
}
.l-contentcolumn .b-block-gallery ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -20px;
}
.l-contentcolumn .b-block-gallery ul li {
  float: left;
  margin: 0 0 0 20px;
}
.l-contentcolumn .b-block-gallery ul li img {
  display: block;
  border: 2px solid #ccc;
}
.l-contentcolumn .b-picture {
  margin: 0 0 1em 0;
  text-align: center;
}

.b-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-items ul li {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px dotted #ccc;
}
.b-items ul li .b-thumbnail img {
  border: 2px solid #ccc;
  max-width: 100%;
}

.b-item-picture {
  margin: 0 0 1em 0;
}
.b-item-picture img {
  max-width: 100%;
}

.b-item-category {
  text-align: right;
}

.b-galleries ul {
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0;
}
.b-galleries ul li {
  float: left;
  width: 240px;
  margin: 0 0 1em 20px;
  padding: 10px;
  border: 2px solid #ccc;
  background: #eee;
  transition: all 0.2s ease;
}
.b-galleries ul li:hover {
  box-shadow: 0 0 3px 3px #e5e5e5;
}
.b-galleries ul li img {
  max-width: 100%;
  border: 2px solid #ccc;
}
.b-galleries ul li h3 {
  margin: 1em 0 0.5em 0;
  text-align: center;
}

.b-gallery ul {
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0;
}
.b-gallery ul li {
  float: left;
  margin: 0 0 1em 20px;
  padding: 0 0 1em 0;
}
.b-gallery ul li img {
  border: 2px solid #ccc;
}

.b-items-feedback .b-items-feedback-details {
  text-align: justify;
}

.b-content {
  text-align: justify;
}
.b-content p {
  text-align: justify;
}
.b-content img {
  max-width: 100%;
}

footer {
  margin: 2em 0 0 0;
  padding: 0 0 1em 0;
  text-align: center;
}
footer .b-footer {
  opacity: 0.7;
  text-align: center;
}

table.pretty-table {
  border: none;
  border-collapse: collapse;
  font-size: 11px;
}
table.pretty-table td {
  border: 1px solid #2f3590;
  padding: 5px 4px;
  color: #000;
}
table.pretty-table th {
  border: 1px solid #2f3590;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 5px 4px;
}
table.pretty-table .th-0 {
  background: #99daf9;
}
table.pretty-table .th-1 {
  background: #33ace0;
}
table.pretty-table .th-2 {
  background: #f982f4;
}
table.pretty-table .th-3 {
  background: #c361c7;
}
table.pretty-table .th-4 {
  background: #515ab8;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-gallery__title {
  margin: 0.5em 0 1em 0;
  font-size: 1.1em;
  text-align: center;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .l-contentcolumn {
    width: 74%;
  }

  .l-rightcolumn {
    float: none;
    clear: both;
    width: 100%;
  }
  .l-rightcolumn ul {
    margin: 0 0 0 -1em;
  }
  .l-rightcolumn ul li {
    float: left;
    margin: 0 0 1em 1em;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  	/*.l-leftcolumn {
  		clear: both;
  		width: 100%;
  	}
  	.l-contentcolumn {
  		clear: both;
  		width: 100%;
  	}
  	.l-rightcolumn {
  		float: none;
  		clear: both;
  		width: 100%;
  		ul {
  			margin: 0 0 0 -1em;
  			li {
  				float: left;
  				margin: 0 0 1em 1em;
  			}
  		}
  	}
  */
}

/*@font-face{
font-family: 'LandRoverOT4';
src: url('/css/fonts/landroverot4-medium.otf');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'LandRoverOT4';
src: url('/css/fonts/landroverot4-light.otf');
font-weight: light;
font-style: normal;
}
@font-face{
font-family: 'LandRoverOT4';
src: url('/css/fonts/landroverot4-bold.otf');
font-weight: bold;
font-style: normal;
}
.landrover { font-family: 'LandRoverOT4'; }
.landrover-light { font-family: 'LandRoverOT4'; font-weight: light}
.landrover-bold{ font-family: 'LandRoverOT4'; font-weight: bold}*/


nav.b-mainmenu input[type="checkbox"], 
nav#mainmenu input[type="checkbox"] 
 {
    display: none;
}
nav.b-mainmenu label,
nav#mainmenu label {    
    display: none;
    border: 1px solid #014089;   
    margin: 10px 0;
    padding: 8px 10px;
    cursor: pointer;
    transition: 0.3s;
    color: #014089;
}
nav.b-mainmenu label:hover,
nav#mainmenu label:hover
{
    color: #fff;
    border: 1px solid #fff;
}
label[for="btn-menu"] i {
  display: inline-block; 
  float: right; width: 24px; height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'><rect width='24' height='4' fill='#014089'/><rect width='24' height='4' y='14' fill='#014089'/><rect width='24' height='4' y='7' fill='#014089'/></svg>");
  /*background-size: contain;*/
}
@media screen and (max-width: 500px) {
    
    nav.b-mainmenu label,
    nav#mainmenu label{
         /*display: inline-block;*/
      display: block;
    }
    nav.b-mainmenu > ul,
    nav#mainmenu > ul{
        display: none;
    }
    nav.b-mainmenu input[type="checkbox"]:checked ~ label + ul, 
    nav#mainmenu input[type="checkbox"]:checked ~ label + ul {
        display: block;
    }
    
}