/* Fonts */

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans/MuseoSansCyrl-700Italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans/MuseoSansCyrl-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans/MuseoSansCyrl-500Italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans/MuseoSansCyrl-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans/MuseoSansCyrl-300Italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans/MuseoSansCyrl-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}



/* Reset */

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}


[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: none;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container,
.container-big{
    width: 90%;
    max-width: 975px;
    margin-right: auto;
    margin-left: auto
}
.container-big{
    max-width: 1215px;
}

::placeholder {
    font-weight: 300;
    font-size: 16px;
    color: #999999;
}

::selection {
    background-color: #05364F;
    color: #fff;
}
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html, body{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'MuseoSans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    min-width: 290px;
    position: relative;
    line-height: 1.35;
    color: #000000;
    text-align: left;
    background-color: #fff;
}
.page-wrapper{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    height: auto;
    overflow-x: hidden;
    min-width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 100vh;
}
.page-wrapper>*{
    position: relative;
}
.main > * {
    position: relative;
}

.container{
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
}

h1{

}
.content__headline h1{
    margin-bottom: 0;
}
h2{

}
h3{

}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
img {
    vertical-align: top;
    border-style: none;
    max-width: 100%;
    height: auto;
}
a {
    transition: all .5s;
    text-decoration: none;
    color: #343a40;
}
a:hover{
    color: #343a40;
    text-decoration: none;
}
.main a:not([class]){
    border-bottom: 1px solid #ffc107;
}
.main a:not([class]):hover{
    border-bottom-color: transparent;
}
.overflow-hidden {
    overflow: hidden !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.overflow-visible {
    overflow: visible !important;
}

.header{

}
.main{
  flex: 1;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.main>*{
  width: 100%;
  flex: 0 0 100%;
}
.main{

}
.footer{

}



/* Start Custom Style ---------------------------------------------------------------------------------------  */
.header__dropdown {
    position:static !important;
}
.header__dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    margin-top:0px !important;
    width:100% !important;
}
.dropdown-menu .container-big{
    width: 100%;
}
span.dropdown-item, p.dropdown-item{
    background: none !important;
}
.text-violet{
    color: #7952b3;
}
i.flag:not(.icon) {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 .5em 0 0;
    line-height: 11px;
    text-decoration: inherit;
    vertical-align: baseline;
    backface-visibility: hidden
}
i.flag::before {
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
i.flag-en:before{
    background-image: url("../img/eng-i.png");
}
i.flag-ru:before{
    background-image: url("../img/flags.png");
}
i.flag-sw:before{
    background-image: url("../img/sv-i.png");
}
i.flag-es:before{
    background-image: url("../img/esp-i.png");
}
i.flag-it:before{
    background-image: url("../img/ita-i.png");
}
i.flag-fr:before{
    background-image: url("../img/fra-i.png");
}
#lang .dropdown-item,
#lang .dropdown-toggle{
    display: flex;
    align-items: center;
}
.navbar-brand{
    height: 62px;
    font-size: 1rem;
}
.navbar-nav li.nav-item{
     padding: 10px 0;
}

.navbar-nav li.nav-item>a{
    padding-right: 10px;
    padding-left: 10px;
}
.footer__payment--logo{
    max-width: 400px;
}
.footer__social i{
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer .navbar .dropdown-menu{
    top: auto !important;
    bottom: 110% !important;
}
.footer__copyright{
    font-size: 14px;
}
.header__home{
    background: rgba(0,0,0,.5) !important;
    margin-bottom: -79px;
    z-index: 100;
}
.header__home .navbar.navbar-dark.bg-dark{
    background: transparent !important;
}
.hero__slider{

}
.hero__slider--item{
    height: 310px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.hero__slider--item .container-big{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}
.hero__slider .owl-dots{
    display: none;
}
.blockquote{
    position: relative;
    z-index: 5;
    padding: 30px 0;
    color: #ffffff;
    width: 60%;
    max-width: 780px;
}
.blockquote__text{
    font-size: clamp(16px,1.905vw,24px);
    font-style: italic;
    text-shadow: 2px 2px 4px #000000
}
.blockquote__autor{
    font-size: clamp(13px,1.270vw,16px);
    margin: 0;
}
.blockquote__author--name{
    font-weight: 700;
    display: block;
    padding-bottom: 3px;
}
.blockquote__author--position{
    display: block;
    text-shadow: 2px 2px 4px #000000
}
.blockquote__author--photo{
    width: auto !important;
    position: absolute;
    z-index: 10;
    right: 90%;
    bottom: -30px;
    max-width: 130%;
    text-shadow: 2px 2px 4px #000000
}
.section__support{

}
.support_inner{
    max-width: 975px;
    margin: 0 auto;
}
.section__information{

}
.information{

}
.information__figure{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
}
.information__img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.information__title{
    font-size: 18px;
    letter-spacing: -.3px;
}
.information__list{

}
.information__list--link{
    display: block;
    padding: 2% 0;
    font-size: 16px;
}
.section__step{

}
.step{
    list-style: none;
    counter-reset: step-counter;
}
.step__item{
    counter-increment: step-counter;
    padding: 15px 0 15px 75px;
    position: relative;
    z-index: 5;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.step__item::before{
    content: counter(step-counter);
    position: absolute;
    z-index: 10;
    left: 0;
    top:15px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #6c757d;
    border-radius: 50%;
}
.step__item--inner{
    margin: 0 !important;
    padding: 0 !important;
}
.contacts-head {
    text-align: center;
}
.contacts {
    width: 100%;
    margin-top: 50px;
}
.contacts > tbody > tr {
    display: block;
}
.contacts > tbody > tr > td:first-child {
    width: 80px;
    height: 50px;
}
.contacts > tbody > tr > td:last-child {
    padding-left: 60px;
}
.contacts > tbody > tr > td {
    vertical-align: top;
}
.some-text-contact {
    background: url(../img/RTM_logo_200x96_px.png) 49px 82px no-repeat #f2f2f2;
    min-height: 263px;
    margin-top: 50px;
}
.some-text-contact, .some-text-payment {
    padding: 45px 20px 20px 300px;
}
.some-text-payment {
    padding: 50px 50px 30px 50px;
    background: #f2f2f2;
    margin-bottom: 52px;
}
.main-img {
    width: 75px;
    align-self: center;
    padding-bottom: 40px;
}
.img > img {
    width: 87px;
}
.payment-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.payment-block > div, .payment-row {
   display: flex;
}
.payment-block > div {
    align-items: start;
}
.payment-block > div:nth-child(2) {
    padding-top: 30px;
}
.payment-row > div:first-child {
    max-width: 130px;
    width: 100%;
}
.icons {
    display: flex;
}
.i-telegram, .i-viber, .i-whatsapp {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.i-whatsapp {
    background-image: url(../img/i-whatsapp.png);
}
.i-viber {
    background-image: url(../img/i-viber.png);
}
.i-telegram {
    background-image: url(../img/i-telegram.png);
}
#map {
    height: 472px;
    width: 100%;
    margin: 29px 0 47px;

}
.map-container {
    height: 472px;
    width: 100%;
    margin: 29px 0 47px;
}
.orange-text {
    color: #d08c2b;
    font-weight: 700;
}
.section__information .dropdown-item{
    overflow:hidden;
    text-overflow: ellipsis ;
}


@media (max-width: 851px) {
    #map {
        position: absolute;
        left: 0;
    }
}
@media (min-width: 440px) {
    .blockquote__author--photo{
        max-width: 95%;
    }
}
@media (min-width: 576px) {
    .navbar-brand{
        font-size: 1.25rem;
    }
    .hero__slider{

    }
    .hero__slider--item{
        height: 460px;
    }
    .blockquote{
        width: 66%;
    }
    .blockquote__author--photo{
        right: 101%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .navbar.navbar-expand-lg{
        font-size: 13px;
    }
    .brand-text{
        font-size: .75rem
    }
    .brand-image{
        max-width: 30px;
    }
    .navbar-nav li.nav-item{
        padding: 0;
    }
    .hero__slider{

    }
    .hero__slider--item{

    }
}

@media (min-width: 1200px) {
    .navbar.navbar-expand-lg{
        font-size: 16px;
    }
    .brand-text{
        font-size: 1.25rem
    }
    .brand-image{
        max-width: 100%;
    }
    .footer__copyright{
        padding-top: 7px;
    }
    .blockquote{
        top: -100px;
    }
    .blockquote__author--photo{
        bottom: -130px;
    }
    .section__support .container-big{
        position: relative;
        z-index: 15;
    }
    .support_inner{
        position: absolute;
        z-index: 20;
        right: 0;
        bottom: calc(100% + 30px);
        width: 100%;
        max-width: 785px;
    }
    .support_inner .form-row{
        flex-wrap: nowrap;
    }
}
@media (min-width: 1800px) {
    body{
        font-size: 20px;

    }
    .support_inner{
        max-width: 780px;
    }
}
/* End Custom Style  -----------------------------------------------------------------------------------------  */
