:root {
    --color-black: #333333;
    --color-white: #ffffff;
    --color-blue: #0767e0;
    --color-accent: #395aa9;
    --color-accent-hover: #23428b;
    --color-blue-hover: #0a61cd;
    --color-green: #39c270;
    --color-green-hover: #27b35f;
    --color-light: #ebf4fc;

}
* { outline: none;}
*,
*::before,
*::after {
box-sizing: border-box;
}
.clr,.clear{clear:both; }
.clr.module{margin-bottom: 30px;}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {margin-top: 0;margin-bottom: 8px;}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {font-weight: 700;}
dd {margin-bottom: .5rem; margin-left: 0;}
blockquote {margin: 0 0 1rem;}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
    color: var(--color-accent);
    text-decoration: none;
}
a:hover {
color: var(--color-accent-hover);
text-decoration: none;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}

body {
    margin: 0;
    font-family: "Geologica", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    text-align: left;
    overflow-x: hidden;
    transition: all 250ms linear;
    background: var(--color-white);
    position: relative;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Geologica', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.3;
}
h1, .h1 {font-size: 38px;}
h2, .h2 {font-size: 34px;}
h3, .h3 {font-size: 30px;}
h4, .h4 {font-size: 28px;}
h5, .h5 {font-size: 26px; line-height: 1.2em;}
h6, .h6 {font-size: 24px;}

.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1440px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}

.d-flex {
display: -ms-flexbox ;
display: flex ;
}
.flex-row {
-ms-flex-direction: row ;
flex-direction: row ;
}
.flex-column {
-ms-flex-direction: column ;
flex-direction: column ;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse ;
flex-direction: row-reverse ;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse ;
flex-direction: column-reverse ;
}
.flex-wrap {
-ms-flex-wrap: wrap ;
flex-wrap: wrap ;
}
.flex-nowrap {
-ms-flex-wrap: nowrap ;
flex-wrap: nowrap ;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse ;
flex-wrap: wrap-reverse ;
}
.justify-content-start {
-ms-flex-pack: start ;
justify-content: flex-start ;
}
.justify-content-end {
-ms-flex-pack: end ;
justify-content: flex-end ;
}
.justify-content-center {
-ms-flex-pack: center ;
justify-content: center ;
}
.justify-content-between {
-ms-flex-pack: justify ;
justify-content: space-between ;
}
.align-items-start {
-ms-flex-align: start ;
align-items: flex-start ;
}
.align-items-end {
-ms-flex-align: end ;
align-items: flex-end ;
}
.align-items-center {
-ms-flex-align: center ;
align-items: center ;
}
.align-content-start {
-ms-flex-line-pack: start ;
align-content: flex-start ;
}
.align-content-end {
-ms-flex-line-pack: end ;
align-content: flex-end ;
}
.align-content-center {
-ms-flex-line-pack: center ;
align-content: center ;
}
.align-content-between {
-ms-flex-line-pack: justify ;
align-content: space-between ;
}
.text-left {
text-align: left ;
}
.text-right {
text-align: right ;
}
.text-center {
text-align: center ;
}
.text-uppercase {
text-transform: uppercase ;
}
.slow {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    color: var(--color-white);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px 15px;
    line-height: 40px;
    border-radius: 6px;
    transition: all 200ms linear;
}

.btn:hover {
color: var(--color-white);
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0;
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: var(--color-white);
    background-color: var(--color-blue);
}
.btn-primary:hover {
    color: var(--color-white);
    background-color: var(--color-blue-hover);
}
.btn-primary:focus, .btn-primary.focus {
color: var(--color-white);
box-shadow: 0 0 0 ;
}
.btn-default {
color: var(--color-white);
background-color: var(--color-green);
}
.btn-accent {
color: var(--color-white);
background-color: var(--color-accent);
}
.btn-accent:hover {
    background-color: var(--color-accent-hover);
}
.btn-default:hover {
    color: var(--color-white);
    background-color: var(--color-green-hover);
}
.btn-default:focus, .btn-default.focus {
color: var(--color-white);
}
/*header*/
.header{
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/header-bg.jpg) 0px -90px;
    background-repeat: repeat-x;
    margin-bottom: 30px;
}
a.logo{display: block; height: 38px;}
.logo img{height: 100%; width: auto;}
/*.nav */
.nav {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
        gap: 0px 15px;
}

.nav>li{}
.nav>li>.slow{
    font-size: 16px;
    text-decoration: none;
    color: #333;
    line-height: 1em;
    display: inline-block;
    padding: 0px 15px;
    font-weight: 200;
}
.nav>li>.slow:hover{color: var(--color-blue-hover);}
/*main_content*/
.main_content{}
.module{margin-bottom: 60px;}
body:after, body:before {
    display: inline-block;
    content: '';
    position: absolute;
    z-index: -1;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../webfonts/icomoon/icomoon.eot?8wyk0b');
  src:  url('../webfonts/icomoon/icomoon.eot?8wyk0b#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon/icomoon.ttf?8wyk0b') format('truetype'),
    url('../webfonts/icomoon/icomoon.woff?8wyk0b') format('woff'),
    url('../webfonts/icomoon/icomoon.svg?8wyk0b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 .icon-download:before {
  content: "\e926";
}
.icon-play1:before {
  content: "\e940";
}
.icon-play:before {
  content: "\e93f";
}
.icon-odnoklassniki:before {
  content: "\e93d";
}
.icon-check-square-o:before {
  content: "\e93a";
}
.icon-caret-right:before {
  content: "\e934";
}
.icon-caret-left:before {
  content: "\e935";
}
.icon-caret-up:before {
  content: "\e936";
}
.icon-caret-down:before {
  content: "\e937";
}
.icon-calculator:before {
  content: "\e92f";
}
.icon-phone1:before {
  content: "\e924";
}
.icon-vk:before {
  content: "\e919";
}
.icon-camera:before {
  content: "\e93e";
}
.icon-star:before {
  content: "\e93c";
}
.icon-check-circle:before {
  content: "\e939";
}
.icon-zoom_out_map:before {
  content: "\e927";
}
.icon-phone:before {
  content: "\e923";
}
.icon-bell:before {
  content: "\e920";
}
.icon-sort:before {
  content: "\e903";
}
.icon-trash-2:before {
  content: "\e904";
}
.icon-log-out:before {
  content: "\e91d";
}
.icon-log-in:before {
  content: "\e91e";
}
.icon-search:before {
  content: "\e905";
}
.icon-user:before {
  content: "\e906";
}
.icon-cart:before {
  content: "\e907";
}
.icon-arrow-up:before {
  content: "\e908";
}
.icon-arrow-right:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e90a";
}
.icon-arrow-down:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e90c";
}
.icon-chevrons-up:before {
  content: "\e90d";
}
.icon-chevrons-right:before {
  content: "\e90e";
}
.icon-chevrons-left:before {
  content: "\e90f";
}
.icon-chevrons-down:before {
  content: "\e910";
}
.icon-chevron-right1:before {
  content: "\e911";
}
.icon-chevron-left:before {
  content: "\e912";
}
.icon-chevron-down:before {
  content: "\e913";
}
.icon-chevron-up:before {
  content: "\e914";
}
.icon-minus:before {
  content: "\e915";
}
.icon-plus:before {
  content: "\e916";
}
.icon-eye:before {
  content: "\e918";
}
.icon-file-pdf:before {
  content: "\e931";
}
.icon-file-excel:before {
  content: "\e92b";
}
.icon-file:before {
  content: "\e92b";
}
.icon-file-format:before {
  content: "\e92b";
}
.icon-xlc:before {
  content: "\e92b";
}
.icon-file-word:before {
  content: "\e92c";
}
.icon-file1:before {
  content: "\e92c";
}
.icon-file-format1:before {
  content: "\e92c";
}
.icon-word:before {
  content: "\e92c";
}
.icon-docx:before {
  content: "\e92c";
}
.icon-image:before {
  content: "\e928";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-file-pdf1:before {
  content: "\e932";
}
.icon-file-pdf2:before {
  content: "\e933";
}
.icon-file-xls:before {
  content: "\e92d";
}
.icon-file-xls1:before {
  content: "\e92e";
}
.icon-calendar:before {content: "\e921";}
.icon-calculator1:before {content: "\e930";}
.icon-star-full:before {content: "\e93b";}
.icon-checkmark:before {content: "\e938";}
.icon-envelope:before {content: "\e92a";}
.icon-mail:before {content: "\e917";}
.icon-location:before {content: "\e929";}
.icon-heart-outlined:before {content: "\e900";}
.icon-close:before {content: "\e901";}
.icon-info:before {content: "\e902";}
.icon-viber:before {content: "\e922";}
.icon-whatsapp:before {content: "\e91a";}
.icon-twitter:before {content: "\e91b";}
.icon-telegram:before {content: "\e91c";}
.icon-map-pin:before {content: "\e91f";}
.icon-refresh:before {content: "\e940";}
.icon-clock:before {content: "\e941";}

/*footer*/
.footer{
height: 200px;
}
body:before {
    background: url(../images/pattern_left.png);
    height: 392px;
    width: 484px;
    left: 0px;
    bottom: 0px;
}
body:after {
    background: url(../images/pattern_right.png);
    height: 413px;
    width: 381px;
    right: 0px;
    bottom: 0px;
}
.main_content .padding-left{padding-left: 90px;}

/*other-sites*/
.other-sites{}
.other-sites .row{gap:20px 0; margin-left: -10px; margin-right: -10px;}
.other-sites .item-wrapper{
    padding-right: 10px;
    padding-left: 10px;
}
.other-sites .item{
    display: flex;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 0px 15px;
    height: 100px;
}
.other-sites .item-wrapper:nth-child(1) .item, .other-sites .item-wrapper:nth-child(4) .item{
        background: var(--color-light);
}
.other-sites .item .text_wrapper{
flex: 1;
    font-weight: 200;
}
.other-sites .item .text_wrapper span{
    display: block;
}
.other-sites .item:hover{color:var(--color-black);}
.other-sites .item .btn{}


.side-nav-overlay {
    background: rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}

.nav-open .side-nav-overlay {
     display: block; 
}

.nav-open .nav-modal-wrap {
    left: 0;
    visibility: visible;
    overflow: auto;
}
.mobile_menu_container .nav{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0px;
}
.mobile_menu_container .nav>li>.slow{padding: 0;    font-size: 18px;}
.mobile_close_btn{
position: absolute;
    background: transparent;
    right: 30px;
    top: 30px;
    border: 0;
    font-size: 30px;
    color: #ddd;
}
.nav-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    left: -100%;
    padding: 90px 60px 0px;
    z-index: 10;
    width: 50%;
    height: 100%;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}
/*mobile_btn*/
.mobile_btn .hamb_wrapper {
display: flex;
    flex-direction: column;
    height: 20px;
    width: 34px;
    justify-content: space-between;
}
.mobile_btn{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    padding: 0;
    gap: 10px 0;
        background: transparent
}
.mobile_btn .hamb_wrapper span {
position: relative;
    width: 100%;
    display: block;
    height: 2px;
    transition: all 250ms linear;
    background: var(--color-accent);
}
.module-text h1 span{display: block;}