/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}













































@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProLig.eot');
  src: url('fonts/GothaProLig.otf') format('OpenType');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProLigIta.eot');
  src: url('fonts/GothaProLigIta.otf') format('OpenType');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProReg.eot');
  src: url('fonts/GothaProReg.otf') format('OpenType');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProIta.eot');
  src: url('fonts/GothaProIta.otf') format('OpenType');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProMed.eot');
  src: url('fonts/GothaProMed.otf') format('OpenType');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProMedIta.eot');
  src: url('fonts/GothaProMedIta.otf') format('OpenType');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProNarMed.eot');
  src: url('fonts/GothaProNarMed.otf') format('OpenType');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProNarBol.eot');
  src: url('fonts/GothaProNarBol.otf') format('OpenType');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProBol.eot');
  src: url('fonts/GothaProBol.otf') format('OpenType');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProBolIta.eot');
  src: url('fonts/GothaProBolIta.otf') format('OpenType');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProBla.eot');
  src: url('fonts/GothaProBla.otf') format('OpenType');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham__Pro';
  src: url('fonts/GothaProBlaIta.eot');
  src: url('fonts/GothaProBlaIta.otf') format('OpenType');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Sketch';
  src: url('fonts/TkachenkoSketch4F-Regular.eot');
  src: url('fonts/TkachenkoSketch4F-Regular.otf') format('OpenType');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Sketch';
  src: url('fonts/TkachenkoSketch4F-Bold.eot');
  src: url('fonts/TkachenkoSketch4F-Bold.otf') format('OpenType');
  font-weight: 600;
  font-style: normal;
}





/*СБРОС СТИЛЕЙ БРАУЗЕРОВ*/
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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
html { height: 101%; } /* always display scrollbars */
body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }


/***********************/



body {
  font-family: 'Gotham__Pro';
  font-weight: 400;
  color: #333;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  background: #fff;
    overflow-x: hidden;
}

.main__container {
  max-width: 1200px;
  margin: 0 auto;
}

.half__content {
    width: 50%;
}

a{
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}

p{
    cursor: default;
}

section {
    padding: 50px 0;
}

*{
    transition: all .5s;
}

a.main__btns {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 220px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border: 1px solid #fff;
    border-radius: 2px;
}
a.main__btns:hover{
    background: #fff;
    color: #3c4a77;
    cursor: pointer;
}

section#scheme a.main__btns {
    color: #fff;
    border: 1px solid #e81010;
    background: #e81010;
}
section#scheme a.main__btns:hover {
    color: #fff;
    background: #3c4b77;
    border-color: #3c4b77;
}

section h3 {
    /* font-family: 'Sketch'; */
    text-align: center;
    font-size: 52px;
    line-height: 60px;
    color: #141414;
    /* text-transform: uppercase; */
}


.none, .hide {
  display: none!important;
}


/***   HEAD   ***/
header#main_menu {
    position: absolute;
    /* line-height: 60px; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0);
}

header#main_menu .main__container {
    align-items: center;
    align-content: space-around;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 120px;
}

header#main_menu .site__title{
  
}

header#main_menu .site__title a.site_logo {
    display: block;
    width: 100px;
    height: 200px;
    background: url(img/logo.png);
    background-size: 230px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    top: 0;
    left: 0;
    position: relative;
}

header#main_menu .contacts__head {
    text-align: right;
}

header#main_menu .contacts__head a, 
header#main_menu .contacts__head p {
    display: block;
    margin: 0;
}

header#main_menu .contacts__head p {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin-top: 5px;
}

header#main_menu .contacts__head a {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
}



/***   START SCREEN   ***/
section#start_screen {
    min-height: 820px;
    background: url(img/start4.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}

section#start_screen:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: 2s all;
    background: #000000f8;
    animation: fadeIn 4s ease-out;
    animation-fill-mode: both;
    animation-delay: 2s;
    
}


    @keyframes fadeIn {
      0% {
         background: #000000f8;
      }
      100% {
            background: #00000052;
      }
    }

section#start_screen:after {
    content: '';
    position: absolute;
    height: 80px;
    width: 100%;
    bottom: 0;
    background: url(img/next.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 50% 100%;
    display: none;
}



section#start_screen a.scroll.scroll__btns {
    position: absolute;
    content: '';
    width: 120px;
    height: 70px;
    height: 64px;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    display: block;
    z-index: 5;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    display: none;
}
/*section#start_screen a.scroll.scroll__btns {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background: #1eff00;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: 60px 0 10px 310px;
    border-radius: 10px;
}*/
section#start_screen a.scroll.scroll__btns:before{
    position: absolute;
    content: '';
}
section#start_screen a.scroll.scroll__btns:after{
    position: absolute;
    content: '';
}

section#start_screen a.scroll.scroll__btns span{
    
}

section#start_screen a.scroll.scroll__btns i.fa {
    display: block;
    font-size: 64px;
    line-height: 26px;
    font-weight: 100;
    margin-top: 6px;
}

/*section#start_screen a{
    width: 250px;
    line-height: 66px;
    background: #ffa271;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    box-shadow: inset 0px -20px 20px #fd9161;
    display: block;
    font-size: 22px;
    margin-top: 40px;
}
section#start_screen a:hover{
    background: #fd9161;
}*/

section#start_screen h1 {
    margin: 0 auto;
    font-size: 58px;
    margin-bottom: 30px;
    line-height: 45px;
    position: relative;
    padding-top: 300px;
    font-weight: 100;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
section#start_screen h1 span {
    font-weight: 100;
}

section#start_screen h2 {
    margin: 0;
    font-size: 27px;
    font-weight: 100;
    position: relative;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

section#start_screen .start__ctas {
    text-align: center;
    align-items: center;
    align-content: space-around;
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    z-index: 999;
}

section#start_screen .start__ctas a {
    display: block;
    line-height: 50px;
    width: auto;
    padding: 0 30px;
    background: #333;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 50px;
    border: 3px solid;
}
section#start_screen .start__ctas a.modal_form_bron {
    background: #ff3333;
    border-color: #ff3333;
}
section#start_screen .start__ctas a.modal_form_call{
    border-color: #fff;
    background: transparent;
}
section#start_screen .start__ctas a.modal_form_bron:hover,
section#start_screen .start__ctas a.modal_form_call:hover{
    border-color: #fff;
    background: #fff;
    color: #333;
}

section#start_screen .start__ctas a i.fa {
    font-size: 22px;
    font-weight: 100;
    padding-left: 5px;
}
section#start_screen .start__ctas a i.fa.fa-phone {
    font-size: 16px;
}


.mobsocial {
  display: none;
}




/***   PREIMS   ***/
#preims{

}

.preims__blocks {
    text-align: center;
    align-items: center;
    align-content: space-around;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

#preims .preims__blocks .preim__block{
    width: 33.333333%;
    max-width: 370px;
    margin-top: 50px;
}

#preims .preims__blocks .preim__block .preim_ico {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 80px;
    background: #fff;
    margin: 0 auto;
    border: 4px solid #333;
}
#preims .preims__blocks .preim__block:hover .preim_ico{
    background: #333;
}
#preims .preims__blocks .preim__block .preim_ico:before{
    position: absolute;
    content: '';
    background: url(img/preim/book.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
}
#preims .preims__blocks .preim__block:hover .preim_ico:before{
    opacity: 0;
    z-index: 0;
}
#preims .preims__blocks .preim__block .preim_ico:after{
    position: absolute;
    content: '';
    background: url(img/preim/book_w.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#preims .preims__blocks .preim__block:hover .preim_ico:after{
    opacity: 1;
    z-index: 1;
}
#preims .preims__blocks .preim__block.preim_01 .preim_ico:before{
    background: url(img/preim/pr_01_g.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_01 .preim_ico:after{
    background: url(img/preim/pr_01_w.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_02 .preim_ico:before{
    background: url(img/preim/pr_02_g.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_02 .preim_ico:after{
    background: url(img/preim/pr_02_w.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_03 .preim_ico:before{
    background: url(img/preim/pr_03_g.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_03 .preim_ico:after{
    background: url(img/preim/pr_03_w.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_04 .preim_ico:before{
    background: url(img/preim/pr_04_g.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_04 .preim_ico:after{
    background: url(img/preim/pr_04_w.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_05 .preim_ico:before{
    background: url(img/preim/pr_05_g.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_05 .preim_ico:after{
    background: url(img/preim/pr_05_w.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_06 .preim_ico:before{
    background: url(img/preim/pr_06_g.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}
#preims .preims__blocks .preim__block.preim_06 .preim_ico:after{
    background: url(img/preim/pr_06_w.svg);
    background-position: 50% 50%;
    background-size: 36px;
    background-repeat: no-repeat;
}

#preims .preims__blocks .preim__block .preim_desc{

}

#preims .preims__blocks .preim__block .preim_desc p{

}

#preims .preims__blocks .preim__block .preim_desc p.head {
    font-size: 16px;
    text-transform: uppercase;
    margin: 30px auto;
    margin-bottom: 0;
}

#preims .preims__blocks .preim__block .preim_desc p.desc {
    font-size: 14px;
    font-weight: 200;
    display: none;
}



/***   VIDEO   ***/
section#video__block {
    background: url(img/grey_bg.jpg);
    padding: 80px 0;
    position: relative;
}
#video__block:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: url(img/w_bot.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    bottom: -50px;
    left: 0;
    z-index: 2;
}

section#video__block .video_blocks {
    text-align: center;
    align-items: center;
    align-content: space-around;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

section#video__block .video_blocks iframe {
    padding: 5px;
    max-width: 590px;
}

div#vk_poll {
    margin: 50px auto;
    margin-bottom: 100px;
}



/***   WHAT THE   ***/
#what_the {
    background: #f5f5f5;
    position: relative;
    margin: 20px 0;
    z-index: 2;
}

#what_the:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: url(img/g_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    top: -50px;
    left: 0;
}
#what_the:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: url(img/g_bot.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    bottom: -50px;
    left: 0;
}

#what_the .about__blocks {
    text-align: center;
    align-items: start;
    align-content: space-around;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 40px;
}

#what_the .about__blocks .about__block{
    max-width: 50%;
}

#what_the .about__blocks .about__block p {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    margin-top: 20px;
    font-weight: 300;
}
#what_the .about__blocks .about__block p:first-child {
    margin-top: 0px;
}

#what_the .about__blocks .about__block .desctop {
    position: relative;
    display: block;
    width: 500px;
    height: 280px;
    margin-top: 30px;
}
#what_the .about__blocks .about__block .desctop:after {
    position: absolute;
    content: '';
    background: url(img/laptop_PNG5893.png);
    width: 540px;
    height: 410px;
    left: -19px;
    top: -21px;
    background-size: contain;
    z-index: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#what_the .about__blocks .about__block .desctop iframe {
    position: relative;
    z-index: 1;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.15);
    max-width: 496px;
    left: 1px;
    max-height: 279px;
}



/***   CATALOG   ***/
section#catalog {
    background: #000;
    padding: 0;
    background: url(img/paper_l.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -80px;
    z-index: 0;
    position: relative;
}

section#catalog.kids:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: url(img/g_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    top: -44px;
    left: 0;
    z-index: -1;

    display: none;
}

section#catalog.kids {
    margin-top: 0;
}

section#catalog.kids h3 {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
    background: #f5f5f5;
    text-align: center;
    margin-top: 40px;
    border-top: 3px solid #333;
}
section#catalog.kids h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: url(img/g_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    bottom: -44px;
    left: 0;
    z-index: -1;
    transform: scaleY(-1);
}

section#catalog .kvest_block{
    min-height: 420px;
    position: relative;
}
section#catalog .kvest_block.kv_01 {
    background: url(img/paper.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
section#catalog .kvest_block.kv_05 {
    min-height: 420px;
    position: relative;
    background: #fff;
}
section#catalog .kvest_block.kv_05 .main__container {
    padding: 30px 0;
    padding-top: 80px;
}
section#catalog .kvest_block .img_kv {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 1;
}
section#catalog .kvest_block.kv_01 .img_kv {
    background: url(img/kv/kv_01.jpg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}
section#catalog .kvest_block.kv_02 .img_kv {
    background: url(img/kv/kv_02.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}
section#catalog .kvest_block.kv_sh .img_kv {
    background: url(img/silenthill.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}
section#catalog .kvest_block.kv_03 .img_kv {
    background: url(img/kv/kv_03.jpg), #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}
section#catalog .kvest_block.kv_04 .img_kv {
    background: url(img/kv/kv_04.jpg), #000;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}
section#catalog .kvest_block.kv_05 .img_kv {
    background: url(img/kv/kv_05.jpg), #000;
    background-position: 100% 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}

section#catalog .kvest_block.kv_06 .img_kv {
    background: url(img/kv/kv_06.jpg), #000;
    background-position: 100% 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}


section#catalog .kvest_block.kv_07 .img_kv {
    background: url(img/kv/kv-07.jpg), #000;
    background-position: 100% 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}




section#catalog .kvest_block .main__container {
    align-items: center;
    align-content: space-around;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 420px;
    padding: 50px 0;
}

section#catalog .kvest_block .right_content{
    position: relative;
    z-index: 2;
}

section#catalog .kvest_block .right_content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    max-width: 550px;
    margin-left: auto;
    margin-right: 0;
}

section#catalog .kvest_block .left_content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    max-width: 550px;
    margin-right: auto;
    margin-left: 0;
}

section#catalog .kvest_block .main__container p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    color: #333;
    font-weight: 300;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: justify;
    margin-bottom: 40px;
}
section#catalog .kvest_block .main__container .left_content p {
    color: #333;
    font-weight: 400;
}
section#catalog .kvest_block.kv_02 .main__container .left_content p,
section#catalog .kvest_block.kv_03 .main__container p {
    margin-bottom: 16px;
    line-height: 1.2;
}

a.cta__btn.modal_form_bron{
    display: block;
    line-height: 50px;
    width: 250px;
    padding: 0;
    background: #333;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 50px;
    border: 3px solid;
    text-align: center;
}
a.cta__btn.modal_form_bron {
    background: #ff3333;
    border-color: #ff3333;
}
a.cta__btn.modal_form_bron:hover{
    border-color: #fff;
    background: #fff;
    color: #333;
}

a.cta__btn.modal_form_bron i.fa {
    font-size: 22px;
    font-weight: 100;
    padding-left: 5px;
}

section#catalog .photoalbom .slick-list {
    padding: 0;
}

section#catalog .photoalbom .slick-list .slick-slide {
    max-height: 405px;
    background: #000;
    background: #fff;
}

section#catalog .photoalbom .slick-list .slick-slide img {
    display: block;
    max-height: 420px;
    margin: 0 auto;
    padding: 0 5px;
}

section#catalog .photoalbom{
  margin: 0;
}

section#catalog .slick-dots{
  display: none!important;
}



/***   PHOTO   ***/
#photos {
    padding: 0;
    margin: 20px 0;
    z-index: 3;
    background: #f5f5f5;
    position: relative;
    padding-bottom: 50px;
    padding-bottom: 0;
    padding-top: 20px;
}
#photos:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: url(img/g_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    top: -50px;
    left: 0;
}
#photos:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: url(img/g_bot.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    bottom: -80px;
    left: 0;
    z-index: 2;
}

#photos .main__container{
    position: relative;
    z-index: 2;
    max-width: 100%;
}

#photos .slick-list.draggable{
  max-width: 1200px;
  margin-top: 0 auto;
}

#photos .slick-list .slick-slide {
    padding: 5px;
    max-height: 370px;
    overflow: hidden;
    position: relative;
}

#photos .slick-list .slick-slide img {
  position: relative;
  bottom: 0;
}

#photos .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #003366;
    color: #ff3334;
}



/***   COMMENTS   ***/
#comments {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 70px;
}
#comments:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: url(img/w_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    bottom: -80px;
    left: 0;
    z-index: 2;
}

#comments .comments {
    align-items: start;
    align-content: space-between;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

#comments .comments img {
    max-width: 49%;
}



/***   CONTACTS + MAP   ***/
#contacts_map {
    padding: 0;
    margin: 20px 0;
    z-index: 1;
    background: #f5f5f5;
    position: relative;
    padding-bottom: 50px;
    padding-bottom: 0;
    padding-top: 20px;
    padding-top: 70px;
}
/*#contacts_map:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: url(img/g_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    top: -50px;
    left: 0;
}

#contacts_map .main__container{
    position: relative;
    z-index: 2;
}*/

#contacts_map .grid-3 {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    max-width: 100%;
}

#contacts_map h4, 
#contacts_map .h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #2C7DB5;
      margin-bottom: 20px;
}

#contacts_map h4, 
#contacts_map .h4 {
    font-size: 23px;
    word-spacing: 1px;
    line-height: 5px;
}


#contacts_map .list-icon-items.no-margins {
    margin: 70px 0px;
    font-size: 0px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#contacts_map .list-icon-items a {
    border: none;
    display: block;
  -moz-transition: all 275ms;
    -o-transition: all 275ms;
    -webkit-transition: all 275ms;
    transition: all 275ms;
    cursor: pointer;
    text-decoration: none;
    color: #181818;
    /*border-bottom: 1px solid #16a6b6;*/
}

#contacts_map a:hover .pseudo-link, 
#contacts_map a:focus .pseudo-link, 
#contacts_map a:active .pseudo-link, 
#contacts_map a.active .pseudo-link {
    color: #333;
}

#contacts_map .list-icon-items a:hover{
      color: #333;
}

#contacts_map .circ.large {
    font-size: 36px;
    word-spacing: 1px;
    line-height: 0;
    width: 50px;
    height: 50px;
}

#contacts_map .circ.tertiary {
    background-color: #999;
}
#contacts_map li:hover .circ.tertiary {
    background-color: #333;
}

#contacts_map .list-icon-items i {
    position: relative;
    line-height: 50px;
    font-size: 22px;
}

#contacts_map .ss-icon, 
#contacts_map [class^="ss-"]:before, 
#contacts_map [class*=" ss-"]:before {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-font-feature-settings: "liga","dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -moz-font-feature-settings: "liga","dlig";
    -ms-font-feature-settings: "liga","dlig";
    -o-font-feature-settings: "liga","dlig";
    font-feature-settings: "liga","dlig";
}

#contacts_map .circ {
    font-size: 30px;
    word-spacing: 1px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 105px;
    width: 50px;
    height: 50px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    background-color: #333;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#contacts_map .circ:first-child {
    margin-top: 0;
}

#contacts_map h1.secondary, 
#contacts_map .h1.secondary, 
#contacts_map h2.secondary, 
#contacts_map .h2.secondary, 
#contacts_map h3.secondary, 
#contacts_map .h3.secondary, 
#contacts_map h4.secondary, 
#contacts_map .h4.secondary, 
#contacts_map h5.secondary, 
#contacts_map .h5.secondary, 
#contacts_map h6.secondary, .h6.secondary {
    color: #2C7DB5;
}

#contacts_map .list-icon-items li.secondary .pulse {
    border: 2px solid #333;
}

#contacts_map .list-icon-items .pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: none;
    border: 2px solid #333;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -moz-transition-timing-function: cubic-bezier(0.53,-0.67,0.73,0.74);
    -o-transition-timing-function: cubic-bezier(0.53,-0.67,0.73,0.74);
    -webkit-transition-timing-function: cubic-bezier(0.53,-0.67,0.73,0.74);
    transition-timing-function: cubic-bezier(0.53,-0.67,0.73,0.74);
}

#contacts_map .list-icon-items a:hover .pulse, 
#contacts_map .list-icon-items a:focus .pulse, 
#contacts_map .list-icon-items a:active .pulse {
    opacity: 1;
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -moz-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
    -o-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
    -webkit-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
    transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

#contacts_map .list-icon-items>li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    vertical-align: top;
    text-align: center;
    width: 25%;
    margin: 0;
}

#contacts_map .list-icon-items p {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}

#contacts_map .pseudo-link, #contacts_map a {
    -moz-transition: all 275ms;
    -o-transition: all 275ms;
    -webkit-transition: all 275ms;
    transition: all 275ms;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

#contacts_map .pseudo-link, 
#contacts_map a span,
#contacts_map p.secondary a{
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}

#contacts_map p.secondary br{
    display: none;
}

#contacts_map .list-icon-items>li.alpha p.secondary br{
    display: block;
}

#contacts_map .map_block{
    position: relative;
    width: 100%;
    height: 400px;
}

#contacts_map .map_block > ymaps{
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
}

#contacts_map .map{
    position: relative;
    height: 340px;
    width: 100%;
    margin-top: 40px;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.2);
}
#contacts_map .map > ymaps{
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
}
#contacts_map .map ymaps{
  transition: all 0s;
}

.copyright a {
    font-size: 12px;
    font-weight: 100;
    color: #333;
    padding: 10px 0;
}



/***   MODAL FORM   ***/
.modal-form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    opacity: 0;
    display: none;
    transition: all .6s;
}
.modal-form.open-form {
    opacity: 1;
    display: block;
    transition: all .6s;
}

.modal-form .form_block {
    width: 250px;
    position: absolute;
    height: 216px;
    padding: 25px;
    background: #fff;
    top: 50%;
    margin-top: -108px;
    left: 50%;
    margin-left: -125px;
    border-radius: 2px;
}

.modal-form .form_block h2 {
    /* font-family: 'Lato'; */
    font-size: 18px;
    font-weight: 700;
    color: #ff3333;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 26px;
    text-align: center;
}

.modal-form.modal__3 .form_block h2 {
    line-height: 28px;
}


.modal-form .form_block form#call_us input#send_message {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 auto;
}

.modal-form .form_block form#call_us input#name, 
.modal-form .form_block form#call_us input#phone {
    width: 100%;
    max-width: 208px;
}

.modal-form .form_block a.form-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    z-index: 51;
    color: #fff;
    border-radius: 50px;
    background: #ff3333;
    text-align: center;
    line-height: 44px;
    font-size: 36px;
    transition: all .6s;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}
.modal-form .form_block a.form-close:hover {
    background: #fff;
    color: #ff3333;
}

.modal-form form#call_us input#name, 
.modal-form form#call_us input#phone {
    display: block;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 10px;
    width: 250px;
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 300;
    font-style: italic;
    color: #333;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #fff;
}

.modal-form form#call_us input#name {
    background-image: url(img/user.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 8px 12px;
}
.modal-form form#call_us input#phone {
    background-image: url(img/call-answer.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 8px 12px;
}

.modal-form form#call_us input#send_message {
    display: block;
    line-height: 50px;
    width: auto;
    padding: 0 30px;
    background: #333;
    /* background: #ff3333; */
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 50px;
    border: 3px solid;
}
.modal-form form#call_us input#send_message:hover{
    background: #333;
}

p.head_quests {
    font-size: 40px;
    line-height: 1;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    border-top: 3px solid #333;
}



@media(max-width: 1440px){
section#start_screen {
    min-height: 620px;
}

section#start_screen h1 {
    padding-top: 200px;
}

section#catalog .kvest_block .right_content,
section#catalog .kvest_block .left_content {
    /*max-width: 700px;*/
}

section#catalog .kvest_block.kv_01 .img_kv {
    background-position: 100% 25%;
    /*max-width: 560px;*/
}
section#catalog .kvest_block.kv_02 .img_kv {
    background-position: 100% 50%;
    /*max-width: 560px;*/
    background-color: #000;
}
section#catalog .kvest_block.kv_sh .img_kv {
    background-position: 100% 50%;
    /*max-width: 560px;*/
    background-color: #000;
}
section#catalog .kvest_block.kv_03 .img_kv {
    background-position: 0% 0%;
    /*max-width: 560px;*/
}

section#catalog .kvest_block .main__container p {
    margin-bottom: 20px;
}
section#catalog .kvest_block.kv_03 .main__container p {
    /*font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;*/
}

section#catalog .kvest_block,
section#catalog .kvest_block .main__container {
    min-height: 350px;
}

section#catalog .kvest_block.kv_03,
section#catalog .kvest_block.kv_03 .main__container {
    min-height: 364px;
}

section#catalog .photoalbom .slick-list .slick-slide {
    max-height: 450px;
}

section#catalog .photoalbom .slick-list .slick-slide img {
    max-height: 450px;
}
}



@media(max-width: 1200px){
.main__container{
  max-width: 900px;
}

#preims .preims__blocks .preim__block .preim_desc p.head {
    font-size: 14px;
}

section#video__block .video_blocks iframe {
    max-width: 430px;
    max-height: 250px;
}

#what_the .about__blocks .about__block {
    max-width: 100%;
}

#what_the .about__blocks {
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

#what_the {
    padding-bottom: 80px;
}

section#catalog .kvest_block .right_content, 
section#catalog .kvest_block .left_content {
    max-width: 100%;
}

section#catalog .kvest_block.kv_01 .img_kv,
section#catalog .kvest_block.kv_02 .img_kv,
section#catalog .kvest_block.kv_03 .img_kv,
section#catalog .kvest_block.kv_04 .img_kv,
section#catalog .kvest_block.kv_05 .img_kv,
section#catalog .kvest_block.kv_06 .img_kv,
section#catalog .kvest_block.kv_07 .img_kv,
section#catalog .kvest_block.kv_sh .img_kv {
    background-position: 50% 0%;
    max-width: 100%;
    background-size: contain;
    position: relative;
    width: 100%;
    min-height: 350px;
}
section#catalog .kvest_block.kv_01 .img_kv {
    background-position: 50% 0%;
    background-size: cover;
}

section#catalog .kvest_block .main__container,
section#catalog .kvest_block.kv_03 .main__container,
section#catalog .kvest_block.kv_03 .main__container,
section#catalog .kvest_block.kv_03 .main__container,
section#catalog .kvest_block.kv_04 .main__container,
section#catalog .kvest_block.kv_06 .main__container,
section#catalog .kvest_block.kv_07 ..main__container,
section#catalog .kvest_block.kv_05 .main__container {
    min-height: 0px;
    padding: 20px 0px;
}
section#catalog .kvest_block,
section#catalog .kvest_block.kv_01,
section#catalog .kvest_block.kv_02,
section#catalog .kvest_block.kv_03,
section#catalog .kvest_block.kv_04,
section#catalog .kvest_block.kv_05,
section#catalog .kvest_block.kv_06,
section#catalog .kvest_block.kv_07 ,
section#catalog .kvest_block.kv_sh {
    padding-top: 0px;
    padding-bottom: 20px;
    min-height: 0;
}

section#catalog .photoalbom .slick-list .slick-slide {
    max-height: 320px;
}

section#catalog .kvest_block.kv_02 .img_kv {

}

#contacts_map .list-icon-items>li {
    width: 50%;
    margin-bottom: 40px;
}

#contacts_map .map {
    margin-top: 0;
}
}



@media(max-width: 960px){
.main__container{
  max-width: 500px;
}

header#main_menu .site__title a.site_logo {
    height: 150px;
    background-size: contain;
    margin-bottom: 10px;
}

header#main_menu .contacts__head a {
    font-size: 24px;
}

section#start_screen h1 {
    font-size: 38px;
}

section#start_screen h2 {
    font-size: 23px;
}

#preims .preims__blocks .preim__block {
    width: 50%;
    max-width: 200px;
}

section#video__block .video_blocks {
    flex-direction: column;
}

section#catalog .photoalbom .slick-list .slick-slide,
section#catalog .photoalbom .slick-list .slick-slide img {
    max-height: 500px;
}

#photos .slick-list .slick-slide {
    max-height: 500px;
}

#comments .comments img {
    max-width: 100%;
}

#comments .comments {
    flex-direction: column;
}
}



@media(max-width: 580px){



  .mob_social {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    height: max-content;
    display: block;
    padding: 5px 0;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 30%);
}

 .mob_social > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
 .mob_social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
}


.mob_social > div a.vk,
 .mob_social > div a.okru,
  .mob_social > div a.insta,
   .mob_social > div a.viber,
    .mob_social > div a.whatsup,
     .mob_social > div a.teleg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}


.mob_social > div a.viber {
    background-image: url(img/viber__mob.png);
}
.mob_social > div a.whatsup {
    background-image: url(img/wup__mob.png);
}
.mob_social > div a.teleg {
    background-image: url(img/teleg__mob.png);
}
.mob_social > div a.vk {
    background-image: url(img/vk__mob.png);
}
.mob_social > div a.insta {
    background-image: url(img/insta__mob.png);
}
.mob_social > div a {
    width: 40px;
    width: 30px;
    height: 40px;
    height: 30px;
    display: block;
}




.main__container{
  max-width: 300px;
}

header#main_menu .main__container {
    flex-direction: column;
    height: auto;
}

header#main_menu .contacts__head a {
    line-height: 27px;
}

header#main_menu .contacts__head {
    text-align: center;
}

section#start_screen h1 {
    padding-top: 270px;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 30px;
}

section#start_screen h2 {
    font-size: 20px;
}

section#start_screen .start__ctas {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

section#start_screen .start__ctas a {
    margin-bottom: 30px;
    width: 100%;
    max-width: 224px;
    line-height: 25px;
}

section#start_screen {
    padding-bottom: 100px;
}

section h3 {
    font-size: 34px;
    line-height: 36px;
}

#preims .preims__blocks .preim__block {
    width: 100%;
    max-width: 300px;
}

section#video__block .video_blocks iframe {
    max-width: 300px;
    max-height: 180px;
}

div#vk_poll {
    max-width: 100%;
}

div#vk_poll iframe{
    max-width: 300px;
    width: 100%!important;
    margin: 0 auto;
    display: block;
}

#what_the .about__blocks .about__block p {
    font-size: 14px;
}

#what_the .about__blocks .about__block .desctop {
    width: 280px;
    height: 150px;
}

#what_the .about__blocks .about__block .desctop iframe {
    max-width: 280px;
    max-height: 157px;
}

#what_the .about__blocks .about__block .desctop:after {
    width: 304px;
    height: 240px;
    left: -11px;
    top: -17px;
}

section#catalog .kvest_block.kv_01 .img_kv, 
section#catalog .kvest_block.kv_02 .img_kv, 
section#catalog .kvest_block.kv_03 .img_kv, 
section#catalog .kvest_block.kv_04 .img_kv, 
section#catalog .kvest_block.kv_05 .img_kv,
section#catalog .kvest_block.kv_06 .img_kv,
section#catalog .kvest_block.kv_07 .img_kv,
section#catalog .kvest_block.kv_sh .img_kv {
    min-height: 290px;
}
section#catalog .kvest_block.kv_02 .img_kv, 
section#catalog .kvest_block.kv_04 .img_kv, 
section#catalog .kvest_block.kv_05 .img_kv,

section#catalog .kvest_block.kv_07 .img_kv,
section#catalog .kvest_block.kv_sh .img_kv {
    min-height: 290px;
    background-size: cover;
    background-position: 100% 100%;
} 
section#catalog .kvest_block.kv_05 .img_kv {
    background-position: 100% 0%;
}
section#catalog .kvest_block.kv_sh .img_kv {
    min-height: 400px;
}

section#catalog .kvest_block .main__container p {
    font-size: 14px;
    line-height: 18px;
}

#contacts_map .list-icon-items>li {
    width: 100%;
}

.modal-form .form_block {
    margin-left: -150px;
}

section#video__block .video_blocks {
    display: block;
}
section#video__block .video_blocks iframe {
    max-width: 290px;
}

.slick-list .slick-track {
    display: flex;
    align-items: center;
}

section#catalog.kids {
    margin-top: 13px;
}

section#catalog.kids h3 {
    background: #f5f5f5;
}

section#catalog .photoalbom {
    background: #111;
}

#photos:after{
  display: none;
}

#photos {
    border-top: 3px solid #333;
}






}

