/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  font-family: Verdana;
      font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: black;
  margin: 0;
  padding: 0;
}

.do_not_display{
    opacity: 0.0;
}
body {

  background-image: url('../themes/chilidog/assets/img/background.png');
  background-size: 100px 100px;
  overflow-x: hidden;
  min-width: 400px;
  max-width: 2048px;
  display: flex;
  flex-direction: column;

  height: 100vh;
  margin: 0 auto;
    
}

.path-border {
  margin: 0 10px;
  padding: 0px;
  padding-bottom: 15px;


  /*
  border: 7px solid transparent;




  -moz-border-image: url(../img/border.png) 51 51 round round;
  -webkit-border-image: url(../img/border.png) 51 51 round round;
  -o-border-image: url(../img/border.png) 51 51 round round;
  -ms-border-image: url(../img/border.png) 51 51 round round;
  border-image: url(../img/border.png) 51 51 round round;

*/
  border-style: solid;
  border-width: 7px 7px 7px 7px;
  -moz-border-image: url(../themes/chilidog/assets/img/border.png) 51 51 51 51 round;
  -webkit-border-image: url(../themes/chilidog/assets/img/border.png) 51 51 51 51 round;
  -o-border-image: url(../themes/chilidog/assets/img/border.png) 51 51 51 51 round;
  border-image: url(../themes/chilidog/assets/img/border.png) 51 51 51 51 round;


  /*
      border-style: solid;
    border-width: 1px;
    border-image: url(../img/border.png) 30 / auto stretch;
    outline: 1px solid #ccc;
  */
}


#header {
  margin-top: 10px;

  /*border-bottom: none;*/
  border-width: 7px 7px 0px 7px;
  padding: 10px 20px;
  display: flex;
  align-items: center;

  flex: 0 0 auto;
  /*align-items: stretch;*/
}

#main {
  flex: 1 0 auto;

}
.output-text{
    padding: 10px;
    line-height: 120%;
}


#footer {
  flex: 0 0 auto;
  margin-bottom: 10px;
  border-width: 0px 7px 7px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-top: 5px;
  
}

.legal-information {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.legal-information a {
  font-size: 15px;
  margin: 4px 10px;
  color: black;
  text-decoration: underline;
}

.copyright {
  width: 260px;
  text-align: center;
}

.copyright p {
  margin: 2px;
  padding: 0;
  font-size: 12px;
}

.copyright img {
  width: 10%;
    max-width: 20px;
}

.social {
  margin: 0;
  padding: 0;
  width: 40%;
  text-align: right;

  display: flex;
  
flex-direction: row-reverse;
    align-items: center;
}

.social img {
  margin: 0;
  margin-left:5px;
  padding: 0;
  max-width: 60px;
 
}

@media screen and (max-width: 680px) {
  .social img {
    max-width: 60px;
  }

}

@media screen and (max-width: 680px) {
  .copyright p {

  }
  #footer {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #footer div{

  }
  .legal-information {
  order: 2;
    text-align: center;
                width: 100%;
                height: 60px;
                  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
    .copyright {
  order: 3;
            width: 100%;
            height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.copyright div{
    
}
      .social {
  order: 1;
            width: 100%;
    text-align: center;
    height: 60px;
  display: flex;

  align-items: center;
  justify-content: center;
}
}

.logo {


  flex-basis: 10vw;

}

.nav {
  background-color: coral;
  flex-grow: 1;
}

.flags {
  width: 100%;
  flex-basis: 10vw;

  margin-left: auto;
  position: relative;
  text-align: right;
}

.logo a {

}

.logo img {
  width: 100px;
}






.flags img{
  width: 40px;
}

.flags ul {
  text-align: right;
}
.flags ul {
  padding: 0;
  margin: 0;
  width: 60px;
  margin: 0 0 0 auto;
}

.flags li {
  display: none; /* скрыть все <li> пункты */
  margin: 0;
}

.flags:not([current]) {

}

.flags .current {
  display: block; /* показывать только текущие активные <li> пункты */
}

.flags ul:hover {
  background-image: none;
}

.flags ul:hover li {
  display: block;
  margin: 0 0 5px;
}


.catalog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: row wrap;
justify-content: space-around;

  
}

.catalog .product {
    align-self: center;
    align-items: center;
  margin: 20px;
  margin-bottom: 5px;
  padding: 0;
  background-repeat: no-repeat;

  background-size: 100%;
  background-position: top;


  flex-basis: 25%;

    transition: all .2s ease-in-out;
}



.product:hover{
    transform: scale(1.05);
}


@media (min-width: 1440px) {

  .main-catalog-product-content b1 {
    font-size: 24px;
  }

  .main-catalog-product-content .publishing.porting {
    font-size: 21px;
  }
}

@media (max-width: 1440px) and (min-width: 1025px) {

  .main-catalog-product-content b1 {
    font-size: 16px;
  }

  .main-catalog-product-content .publishing.porting {
    font-size: 13px;
  }
}

@media (max-width: 1025px) and (min-width: 650px) {
  .catalog .product {

    flex-basis: 40%;

  }

  .main-catalog-product-content b1 {
    font-size: 20px;
  }

  .main-catalog-product-content .publishing.porting {
    font-size: 17px;
  }
}

@media (max-width: 800px) and (min-width: 650px) {

  .main-catalog-product-content b1 {
    font-size: 16px;
  }

  .main-catalog-product-content .publishing.porting {
    font-size: 13px;
  }
}

@media (max-width: 650px) and (min-width: 500px) {
  .catalog .product {
    flex-basis: 100%;
  }

  .main-catalog-product-content b1 {
    font-size: 28px;
  }

  .main-catalog-product-content .publishing.porting {
    font-size: 25px;
  }
}

@media (max-width: 500px) {
  .catalog .product {
    flex-basis: 100%;
  }

  .main-catalog-product-content b1 {
    font-size: 20px;
  }
}

.main-catalog-product-content {
  padding: 0;
  margin: 0;
  padding-top: 57%;
  width: 100%;


}

.main-catalog-product-content b1 {
  font-weight: bold;
}

.main-catalog-product-content .publishing {
  padding: 0;
  margin: 0;

  font-weight: bold;
  color: green;
}

.main-catalog-product-content .porting {
  padding: 0;
  margin: 0;

  font-weight: bold;
  color: coral;
}

.services__sort
{
    display: flex;
  flex-direction: column;
  height: 100%;
}

.main-catalog-product-content .game-icons {
  text-align: right;
  line-height: 0;
}


    

.main-catalog-product-content .game-icons img{
  transition: all .05s ease-in-out;
}

.main-catalog-product-content .game-icons img:hover{
  transform: scale(1.1);
}
.nav1.center ul {

  text-align: center;
}

.nav1 {
  flex-grow: 1;
  z-index: 100;
}

.nav1 ul {
  margin: 0;
  padding: 0;
}

.nav1 li {
  /*margin: 0 5px 10px 0;*/
  padding: 0;
  list-style: none;
  display: inline-block;
  *display: inline; /* ie7 */
  vertical-align: middle;
}


.nav1 li a {

  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link color on hover */
.nav1 li a:hover {
  text-decoration-line: underline;
}

.nav1 .current {
  font-weight: bold;
    text-decoration-line: underline;
}

.menu__button {
  display: none;
}

#flag__in__menu{
padding-right: 10px;
}
@media (min-width: 800px) {
  #flag__in__menu  {
    display: none;
  }
}
@media (max-width: 800px) {

  .menu__button {
    width: 100%;
    flex-basis: 15vw;
  cursor: pointer;
  text-align: right;
    margin-left: auto;
    position: relative;
    display: block;
  }

  .menu__button a {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 75px;
  }


  .flags {
    display: none;
  }

  .nav1 {

    background: #ffffff;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
  }
  .no-active{
    display: none;
    }
  .no-active1{
    display: none;
    }
  .nav1 ul {
    width: 100%;
  }

  .nav1 li {
    height: 50px;
    display: block;
  }

  .nav1.center ul {

    text-align: left;
  }

    .nav1 a {
    height: 50px;
      width: 100%;
    display: block;
  }
}

.content_text{
    padding: 10px 20px;
}

.more {
    margin-top:20px;
    margin-bottom:30px;
  text-align: center; 
  
    font-size: 24px;
}

.more a{
    text-decoration: underline;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.questionnaire{
    max-width: 800px;
        position: relative;
    margin: 15px auto;
    margin-bottom: 0px;
    padding: 1.5em 1.25em 0 1.25em !important;
    background: #f5f5f5;
    border: 1px solid #d1d6d9;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(209,214,217,0.25), 0 1px 0 rgba(255,255,255,.5);
    min-height: 30px;
}

.btn_send {
        padding: 8px 19.5px;
    font-size: 13px;
    text-align: left;
    outline: none !important;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
        color: #fff;
    border: none;
    background: #1991d1;
    font-weight: 500;
}

#contactForm-additional_Information
{
    height: 200px;
}
#empty-separate
{
    padding:1px;
}
h2{
    margin-top:0px;
}
.main_game{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.main__image{
    width: 100%;
    height: 400px;
    position: relative;
    
    background-position: bottom center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    
}
.main__platforms img{
    width: 5%;
}

.main__platforms img{

    transition: all .2s ease-in-out;
}

.main__platforms img:hover{
    transform: scale(1.05);
}

.main__platforms{

    text-align: right;
    padding: 20px;
}
.main__image_bottom
{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;

}
.main__image_bottom img{
    width: 30%;
}
.service .publishing{
    font-weight: bold;
    color: green;
    padding: 0;
    margin: 0;
    font-size: 20px;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}
.service .porting{
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: coral;
    font-size: 20px;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.game__content{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-self: stretch;
    height: 100%;
    padding: 10px 0 0 0;
}

.game__content .game__description{

    width: 50%;
        padding: 0 20px;
}
.game__content .game__media{

    width: 50%;
}

.game_partners{
width: 100%;

height: 250px;
  display: flex;
  flex-direction: column;
  height: 100%;
    align-items: center;
  justify-content: center;
}

.button_presskit{
  background-image: url('../themes/chilidog/assets/img/button.png');
      background-repeat: no-repeat;
    background-size: 100%;
  width: 223px;
  height: 42px;
    transition: all .2s ease-in-out;
      display: flex;
          align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
      margin-top: 25px;
}

.button_presskit:hover{
    transform: scale(1.05);
    }
.partners_logo{
  display: flex;
  justify-content: space-around;
    margin: 15px 0;
    width: 100%;
    align-items: center;
}
@media (max-width: 470px) {
    .partners_logo{
    flex-direction: column;
    }
}
.game__media_video{
line-height: 0;
background-size: contain;

    transition: all .2s ease-in-out;
}
.game__media_video:hover{
    transform: scale(1.05);
}

.game__media_screenshots{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top:5px;
}

.game__media_screenshots a{
    width: 33%;
    transition: all .2s ease-in-out;
}

.game__media_screenshots a:hover{
    transform: scale(1.05);
}

.game__media_screenshots img{
    width: 100%;
}
.game__media_screenshots img:hover 
{
    background-color: #ff0000;
    }

@media (max-width: 800px) {
    .game__content{
        flex-direction: column;
  height: 100%;
    }
    
    .game__content .game__description{
padding: 10px;
    width: 100%;
    order: 1;

}
.game__content .game__media{

    width: 100%;
    order: 0;
}

}
@media (max-width: 760px) and (min-width: 510px){
    .main__image{
        background-size: 150%;
    }
    .main__platforms img{
        width: 8%;
    }
    .main__image_bottom img{
        width: 50%;
    }
}

@media (max-width: 525px){
    .main__image{
        background-size: 200%;
    }
    .main__platforms img{
        width: 12%;
    }
    .main__image_bottom img{
        width: 60%;
    }
}

@media (min-width: 1440px) {
    .main__image{
        background-size: 100%;
    }
    .main__platforms img{
        width: 3%;
    }
    .main__image_bottom img{
        width: 15%;
    }
}

[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}
[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}
[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}
[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}
[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}
