/* reset */
/* main variables */
body { margin: 0px; padding: 0px; font-family: Arial, sans-serif; background-color: #fff; height: 100%; line-height: 1; position: relative; font-size: 16px !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
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%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }

html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }

input, textarea { color: #333; font-family: Arial, sans-serif; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; /*	-webkit-appearance: none;*/ }

input[type="button"], input[type="submit"], button { cursor: pointer; }

td { margin: 0px; padding: 0px; }

form { padding: 0px; margin: 0px; }

a { color: #fff; transition: all 0.3s linear; text-decoration: none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, span, div, button { outline: none !important; }

input[type=submit], input[type=button], button { -webkit-appearance: none; outline: none; }

* { box-sizing: border-box; }

*:before, *:after { box-sizing: border-box; }

.clearfix:after, .wrapper:after, .row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

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

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
* { box-sizing: border-box; }

@font-face { font-family: 'ProximaNova'; src: url("../fonts/ProximaNova/ProximaNova-Regular.eot"); src: url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }

@font-face { font-family: 'ProximaNova'; src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot"); src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }

@font-face { font-family: 'ProximaNova'; src: url("../fonts/ProximaNova/ProximaNova-Bold.eot"); src: url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

/* ================================================================================ | HEADER | ================================================================================ */
* { box-sizing: border-box; }

body { scroll-behavior: smooth; font-family: 'ProximaNova',Arial, Helvetica,sans-serif; color: #262b34; font-size: 16px; font-weight: 400; line-height: 140%; letter-spacing: 0%; }

.wrapper { min-width: 280px; padding: 0; /*    overflow: hidden;*/ overflow: clip; margin: 0 auto; font-family: 'ProximaNova',  Arial, Helvetica,sans-serif; color: #262b34; font-size: 16px; font-weight: 400; line-height: 140%; letter-spacing: 0%; }

.wrapper::before { content: ""; background-color: rgba(0, 0, 0, 0.4); position: fixed; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: opacity .8s ease 0s; display: block; z-index: -1; }

.popup-show .wrapper::before { opacity: 1; z-index: 100; }

.popup-show body { overflow: hidden; }

@media screen and (min-width: 1024px) { .popup-show body { padding-right: 8px; } }

.popup-show body::after { opacity: 1; }

html, body, .wrapper { font-size: 16px; }

@media screen and (min-width: 768px) { html, body, .wrapper { font-size: 0.9375vw; } }

strong { font-weight: 700; }

a { text-decoration: underline; transition: all 0.3s ease; color: #262b34; font-size: 16px; font-weight: 400; line-height: 140%; letter-spacing: 0%; }

a:hover { text-decoration: none; }

p { color: #262b34; font-size: 16px; font-weight: 400; line-height: 140%; letter-spacing: 0%; margin: 0 0 1rem 0; }

ul li, ol li { color: #262b34; font-size: 16px; font-weight: 400; line-height: 140%; letter-spacing: 0%; font-weight: 400; margin-bottom: 10px; }

@media screen and (min-width: 768px) { p { font-size: 16px; }
  ul li, ol li { font-size: 16px; }
  a { font-size: 16px; } }

h1 { color: #262b34; font-size: 36px; font-weight: 400; line-height: 140%; letter-spacing: 0%; margin: 0 0 24px 0; }

@media screen and (min-width: 768px) { h1 { font-size: 44px; margin-bottom: 40px; } }

h2 { color: #262b34; font-size: 30px; font-weight: 400; line-height: 140%; letter-spacing: 0%; margin: 0 0 24px 0; }

@media screen and (min-width: 768px) { h2 { font-size: 32px; margin: 0 0 24px 0; } }

h3 { color: #262b34; font-size: 24px; font-weight: 400; line-height: 140%; letter-spacing: 0%; }

@media screen and (min-width: 768px) { h3 { font-size: 26px; } }

h4 { color: #262b34; font-size: 18px; font-weight: 400; line-height: 140%; letter-spacing: 0%; }

.row:after, .row:before { content: ''; width: 100%; display: table; height: 0; clear: both; }

.clear:after, .clear:before { content: ''; width: 100%; display: table; height: 0; clear: both; }

.container { max-width: 100%; margin: 0 auto; padding: 0 16px; }

@media screen and (min-width: 1300px) { .container { width: 1376px; padding: 0 1rem 0 1rem; } }

.wrapper_start { min-height: 100vh; background-position: center; background-repeat: no-repeat; background-image: url(../img/fon.png); background-size: cover; min-height: inherit; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; width: 100%; min-height: 100vh; }
.images_mob{
  display: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wrapper_start{
    background-image: url(../img/fon_mob.png);
    background-position: bottom center;
      -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .images_mob{
        display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
  }
  .images_mob img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.wrapper:after{
  display: none;
}
.start_page-ins { width: 920px; max-width: 100%; padding: 20px; }

@media screen and (min-width: 768px) { .start_page-ins { padding: 40px; } }

.start_logo { display: block; margin: 0 auto 16px auto; text-align: center; }
 .start_logo img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
@media screen and (max-width: 767px) {
  .start_logo {
    width: 192px;
  }
}
@media screen and (min-width: 768px) { .start_logo { display: block; margin: 0 auto 40px auto; text-align: center; } }

.start_logo svg { width: auto; max-width: 100%; height: auto; max-height: 100%; }

.start_title { color: #262b34; font-size: 32px; font-weight: 700; line-height: 110%; text-align: center; margin: 0 auto 24px auto; }

@media screen and (min-width: 1024px) { .start_title { font-size: 66px; } }

.start_text_block, .start_text_block p { color: #262b34; font-size: 14px; font-weight: 400; line-height: 140%; text-align: center; }

.start_text_block p { margin-bottom: 16px; }

@media screen and (min-width: 768px) { 
  .start_text_block p { margin-bottom: 24px; } 
  .start_text_block, .start_text_block p{
    font-size: 16px;
  }
 }

.start_t2 { color: #262b34; font-size: 14px; font-weight: 600; line-height: 140%; letter-spacing: 0%; text-align: center; margin-bottom: 8px; }

@media screen and (min-width: 768px) {
  .start_t2 {
    font-size: 20px; 
  }
 }

.start_links { color: #262b34; font-size: 14px; font-weight: 400; line-height: 140%; text-align: center; margin-bottom: 16px; }
@media screen and (min-width: 768px) {
  .start_links {
    font-size: 16px; 
    margin-bottom: 24px;
  }
 }
.start_links a { font-weight: 600; text-decoration: underline; color: #262b34; }

.start_links a:hover { text-decoration: none; color: #262b34; }

.soc_title { color: #262b34; font-size: 14px; font-weight: 400; line-height: 140%; letter-spacing: 0%; text-align: center; margin-bottom: 16px; }
@media screen and (min-width: 768px) {
  .soc_title {
    font-size: 16px; 
  }
 }
.soc_els { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; column-gap: 6px; margin: 0 auto 12px auto; }

@media screen and (min-width: 768px) { .soc_els { column-gap: 12px; } }

.soc_el { width: 40px; height: 40px; border-radius: 50%; background-color: #FF6600; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: relative; padding: 10px; }

@media screen and (min-width: 768px) { .soc_el { width: 52px; height: 52px; } }

.soc_el:before { content: ''; position: absolute; left: 0%; top: 0%; width: 100%; height: 100%; border-radius: 50%; background-color: #FF6600; z-index: 1; transition: all .3s ease 0s; }

.soc_el:hover { opacity: 1; }

.soc_el:hover:before { -ms-transform: scale(1.1); transform: scale(1.1); }

.soc_el img, .soc_el svg { position: relative; z-index: 3; }

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