@font-face {
    font-family:'Roboto';
    font-style:normal;
    font-weight:300;
    src:local('Roboto Light'),
    local('Roboto-Light'),
    url('./fonts/roboto-v18-cyrillic_cyrillic-ext_latin-ext_latin-300.woff2') format('woff2'),
    url('./fonts/roboto-v18-cyrillic_cyrillic-ext_latin-ext_latin-300.woff') format('woff')
}

@font-face {
    font-family:'Roboto';
    font-style:normal;
    font-weight:500;
    src:local('Roboto Medium'),
    local('Roboto-Medium'),
    url('./fonts/roboto-v18-cyrillic_cyrillic-ext_latin-ext_latin-500.woff2') format('woff2'),
    url('./fonts/roboto-v18-cyrillic_cyrillic-ext_latin-ext_latin-500.woff') format('woff')
}

@font-face {
    font-family:'Roboto';
    font-style:normal;
    font-weight:900;
    src:local('Roboto Black'),
    local('Roboto-Black'),
    url('./fonts/roboto-v18-cyrillic_cyrillic-ext_latin-ext_latin-900.woff2') format('woff2'),
    url('./fonts/roboto-v18-cyrillic_cyrillic-ext_latin-ext_latin-900.woff') format('woff')
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
img {
    border: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    color: #337ab7;
    text-decoration: none;
}
.no-touch a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .container {
        width:100%;
        padding-left:60px;
        padding-right:60px;
    }
}
@media (min-width: 980px) {
    .container {
        max-width: 980px;
        width:100%;
        padding-left:60px;
        padding-right:60px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding-left:75px;
        padding-right:75px;
        max-width:1490px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 1200px) {
    .navbar-header {
        float: left;
    }
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after
{
    clear: both;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .visible-sm {
        display: block !important;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    .visible-lg {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    .visible-lg {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

body,
html {
    padding: 0;
    margin: 0;
    width: 100%;
    color: #363636;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: #fff;
}

.pageWrapper {
    position: relative;
}
.sectionsWrapper {
    z-index: 1;
    position: relative;
    overflow-x: hidden;
}
:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    outline: 0 !important;
}
/*#region hero screen*/
.topSection {
    text-align: left;
    min-height: 440px;
    position: relative;
}
.topSection .container-inner {
    position: relative;
    height: calc(100vh - 97px);
    min-height: 440px;
}
.h1-wa {
    position: relative;
    font-weight: 900;
    font-size: 90px;
    line-height: 100px;
    color: #414249;
    margin: 0;
    width: 100%;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    top: 0;
    left: 0;
}
.topSection .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    color: #a9a1ae;
    left: 50%;
    width: 28%;
    min-width: 382px;
    bottom: 8%;
}

.topSection .text a {
    color: #6eda6e;
    text-decoration: none;
}

.h1IcoWrap {
    position: absolute;
    bottom: 45%;
    left: 0;
    width: 100%;
    margin-top: -60px;
}
/*#endregion hero screen*/

/*#region Navbar*/
.logo {
    width: 184px;
    height: 45px;
    margin: -2px 0 0 35px;
}
.logo img,
.logo .image {
    width: 197px;
}
.logo .image svg {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar .header-top {
    padding-top: 40px;
}
.navbar-brand-default {
    display: none;
}
.navbar-brand-default .logo {
    width: 197px;
    margin: 3px 0 0 -7px;
}
.navbar-brand-default .logo svg {
    width: 100%;
}
.navbar-brand-default .logo img,
.navbar-brand-default .logo .image {
    width: 197px;
}
/*#region navbar*/
.navbar-brand {
    padding: 12px 0 0 15px;
}
.navbar-language {
    float: left;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    margin: 6px -3px 0 34px;
    position: relative;
}
.navbar-language a {
    display: block;
    color: #848a9b;
    margin-left: 22px;
    text-decoration: none;
    -webkit-transition: color .3s linear 0s;
    transition: color .3s linear 0s;
	font-family: 'Gilroy', sans-serif;
}
.navbar-language a:hover,
.navbar-language a:focus {
    color: #6eda6e;
    text-decoration: none;
}
.navbar-language a.chosenLanguage {
    padding-left: 22px;
    display: block;
    position: relative;
    color: #6eda6e;
    margin-left: 0;
    cursor: default;
	order: 1;
}
.navbar-language a.chosenLanguage:before {
    content: "";
    width: 16px;
    height: 1px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #6eda6e;
}
.langFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-transform: uppercase;
}
.topCollapseLinks {
    border-bottom: 2px solid #ebebed;
    height: 108px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 29px 35px 0 25px;
    position: relative;
}
.topCollapseLinks .close-navbar {
    margin-top: 5px;
}
.topCollapseLinks .language-link {
    position: absolute;
    top: 44px;
    left: 183px;
    right: 183px;
    font-size: 14px;
}
.topCollapseLinks .language-link a {
    color: #959499;
    margin: 0 13px;
}
.topCollapseLinks .language-link a.chosenLanguage {
    color: #6eda6e;
    margin: 0 11px;
    cursor: default;
}
.topCollapseLinks .language-link a:focus,
.no-touch .topCollapseLinks .language-link a:hover {
    color: #6eda6e;
    text-decoration: none;
}
.wrapLangFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.navbar {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .navbar .header-top {
        padding-top: 20px;
    }
    .navbar-brand {
        padding: 0;
    }
    .logo {
        width: 128px;
        height: 36px;
        margin-left: 1px;
    }
    .logo img {
        width: 128px;
        position: relative;
        left: -8px;
        float: left;
    }
    .h1IcoWrap {
        bottom: 34%;
        padding-left: 10px;
    }
    .h1-wa {
        font-size: 11.25vw;
        line-height: 13.125vw;
    }

    .topSection .text {
        line-height: 1.33;
        width: 100%;
        padding-left: 10px;
        left: 0;
    }
    .topSection {
        height: calc(100vh - 70px);
        height: calc(var(--vh, 1vh) * 100);
    }
    .topSection .container-inner {
        position: relative;
        height: calc(100vh - 70px);
        height: calc(var(--vh, 1vh) * 100);
    }
}

@media (max-width: 767px) and (orientation: landscape){
    .topSection {
        min-height: 600px;
    }
    .topSection .container-inner {
        min-height: 600px;
    }
    .topSection {
        text-align: left;
        min-height: 440px;
        position: relative;
    }
    .topSection .text {
        font-size: 18px;
        font-size: 3.25vw;
    }
    .topSection .container-inner {
        position: relative;
        height: calc(100vh - 120px);
        min-height: 440px;
    }
}
@media (min-width: 1199px) {
    .topSection .container-inner {
        height: calc(100vh - 150px);
    }
}
@media (max-width: 787px) and (min-width: 768px) {
    .h1IcoWrap {
        bottom: 33%;
    }
}
@media (max-width: 580px) and (min-width: 320px) {
    .h1IcoWrap {
        bottom: 50%;
    }
    .topSection .text {
        bottom: 18%;
    }
}