@font-face {
    font-family: 'AvantBold';
    src: url('../fonts/AvantBold.eot');
    src: local('☺'), url('../fonts/AvantBold.woff') format('woff'), url('../fonts/AvantBold.ttf') format('truetype'), url('../fonts/AvantBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantDemi';
    src: url('../fonts/AvantDemi.eot');
    src: local('☺'), url('../fonts/AvantDemi.woff') format('woff'), url('../fonts/AvantDemi.ttf') format('truetype'), url('../fonts/AvantDemi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-weight: 100;
    font-family: "AvantDemi";
    background: white;
    background-size: cover;
    padding: 0;
    margin: 0;
    /*line-height:1;*/
    /*text-transform: uppercase;*/
    /*font-size: 20px;*/
}

a:link, a:visited {
    text-decoration: none;
    color: #31254a;
}

a:hover {
    color: #ac2946;
}

img {
    max-width: 100%
}

/*==============================================================================================*/

/*.bl-menu {*/
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*width: auto;*/
    /*background: rgba(255, 255, 255, 0.9);*/
    /*padding: 4% 4% 10px 4%;*/
    /*z-index: 12;*/
    /*font-size: 1.6vh;*/
    /*display: none;*/
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    /*justify-content: space-around;*/
    /*text-transform: uppercase;*/

    /*-webkit-box-shadow: 2px 4px 62px -25px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 2px 4px 62px -25px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 2px 4px 62px -25px rgba(0, 0, 0, 0.75);*/

/*}*/

/*.bl-menu.open {*/
    /*display: flex;*/
/*}*/

/*.bl-menu span {*/
    /*!*font-size: 10px;*!*/
    /*line-height: 2.4vh;*/
    /*text-align: center;*/
/*}*/

/*.bl-menu ul {*/
    /*list-style: none;*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/

/*.bl-menu ul > li a:link,*/
/*.bl-menu ul > li a:visited {*/
    /*font-size: 6vh;*/
    /*color: #31254a;*/
    /*font-family: 'AvantBold';*/

    /*position: relative;*/
    /*color: #000;*/
    /*text-decoration: none;*/

/*}*/

/*.bl-menu ul > li a:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*bottom: 3vh;*/
    /*left: 0;*/
    /*background-color: #ac2946;*/
    /*visibility: hidden;*/
    /*-webkit-transform: scaleX(0);*/
    /*transform: scaleX(0);*/
    /*-webkit-transition: all 0.3s ease-in-out 0s;*/
    /*transition: all 0.3s ease-in-out 0s;*/
/*}*/

/*.bl-menu ul > li a:hover:before {*/
    /*visibility: visible;*/
    /*-webkit-transform: scaleX(1);*/
    /*transform: scaleX(1);*/
/*}*/

/*.bl-menu ul > li.bl-menu__act a:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*bottom: 3vh;*/
    /*left: 0;*/
    /*background-color: #ac2946;*/
    /*visibility: visible;*/
    /*-webkit-transform: scaleX(1);*/
    /*transform: scaleX(1);*/

/*}*/

/*.el-menu {*/

    /*position: fixed;*/
    /*z-index: 15;*/
    /*top: 30px;*/
    /*left: 2.5%;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*align-items: center;*/
    /*justify-content: flex-start;*/
    /*cursor: pointer;*/
/*}*/

/*.el-menu:hover {*/
    /*color: #ac2946;*/
/*}*/

/*.el-menu b {*/
    /*padding-left: 10px;*/
    /*font-size: 18px;*/
    /*font-family: 'AvantBold';*/
    /*display: block;*/
/*}*/

/*.el-menu.open b {*/
    /*display: none;*/
/*}*/

/*!* Icon 1 *!*/
/*#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {*/
    /*width: 30px;*/
    /*height: 22px;*/
    /*position: relative;*/
    /*margin: 0px auto;*/
    /*-webkit-transform: rotate(0deg);*/
    /*-moz-transform: rotate(0deg);*/
    /*-o-transform: rotate(0deg);*/
    /*transform: rotate(0deg);*/
    /*-webkit-transition: .5s ease-in-out;*/
    /*-moz-transition: .5s ease-in-out;*/
    /*-o-transition: .5s ease-in-out;*/
    /*transition: .5s ease-in-out;*/
    /*cursor: pointer;*/
/*}*/

/*#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {*/
    /*display: block;*/
    /*position: absolute;*/
    /*height: 3px;*/
    /*width: 100%;*/
    /*background: #31254a;*/
    /*border-radius: 0px;*/
    /*opacity: 1;*/
    /*left: 0;*/
    /*-webkit-transform: rotate(0deg);*/
    /*-moz-transform: rotate(0deg);*/
    /*-o-transform: rotate(0deg);*/
    /*transform: rotate(0deg);*/
    /*-webkit-transition: .25s ease-in-out;*/
    /*-moz-transition: .25s ease-in-out;*/
    /*-o-transition: .25s ease-in-out;*/
    /*transition: .25s ease-in-out;*/
/*}*/

/*#nav-icon1 span:nth-child(1) {*/
    /*top: 0px;*/
/*}*/

/*#nav-icon1 span:nth-child(2) {*/
    /*top: 9px;*/
/*}*/

/*#nav-icon1 span:nth-child(3) {*/
    /*top: 18px;*/
/*}*/

/*#nav-icon1.open span:nth-child(1) {*/
    /*top: 10px;*/
    /*background: #31254a;*/
    /*-webkit-transform: rotate(135deg);*/
    /*-moz-transform: rotate(135deg);*/
    /*-o-transform: rotate(135deg);*/
    /*transform: rotate(135deg);*/
/*}*/

/*#nav-icon1.open span:nth-child(2) {*/
    /*opacity: 0;*/
    /*left: -60px;*/
/*}*/

/*#nav-icon1.open span:nth-child(3) {*/
    /*top: 10px;*/
    /*background: #31254a;*/
    /*-webkit-transform: rotate(-135deg);*/
    /*-moz-transform: rotate(-135deg);*/
    /*-o-transform: rotate(-135deg);*/
    /*transform: rotate(-135deg);*/
/*}*/

/*==============================================================================================*/


/*.page_home__go {*/
    /*!*display: block;*!*/
    /*!*bottom: 5%;*!*/
    /*!*right: 3%;*!*/
    /*!*!*background: red;*!*!*/
    /*!*z-index: 10;*!*/
    /*!*position: absolute;*!*/
/*}*/

/*.page_home__go a:link,*/
/*.page_home__go a:visited {*/
    /*display: block;*/
    /*color: #ac2946;*/
    /*font-size: 2vh;*/
    /*line-height: 3vh;*/
    /*padding: 1vh 140px 1vh 0;*/
    /*background: url("../img/4.png") right top 5px no-repeat;*/
    /*!*-webkit-background-size: cover;*!*/
    /*!*background-size: cover;*!*/

/*}*/

/*.page_home__go a b {*/
    /*display: block;*/
    /*font-family: 'AvantBold';*/
    /*color: #31254a;*/
    /*font-size: 4vh;*/
/*}*/

.el-logo {
    padding-top: 30px;
    display: block;
}

/*==============================================================================================*/
.bl-full-height {
    height: 100%;
}

/*.page_about__content {*/
    /*font-size: 1.2vw;*/
/*}*/

.page_about__content h2 {
    font-family: AvantBold;
    font-size: 8vw;
    padding: 2vw 0;
    color: #31254a;
    text-transform: uppercase;
}

.page_about__content strong {
    margin: 40px 0 20px 0;
    font-weight: bold;
    display: block;
}

.bg-reality {
    background: url("../img/bg-reality.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.bl_top__reality {
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 10px;
    background: #EDEDEF;
    /*background: url("../img/bg-vacancy-top.jpg") repeat;*/
}






.bg-white {
    background: white;
    color: #31254a;
}




/*==============================================================================================*/
/*.page_project__content {*/
    /*font-size: 1.1vw;*/
    /*padding: 60px 0 10px 0;*/
/*}*/

/*.page_project__content img:nth-child(1) {*/
    /*max-width: 140px;*/
/*}*/

/*.page_project__content b {*/
    /*font-family: AvantBold;*/
/*}*/

/*.page_project__content strong {*/
    /*font-family: AvantBold;*/
    /*display: block;*/
/*}*/

/*.page_project__content h1 {*/
    /*font-family: AvantBold;*/
    /*font-size: 8vw;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*color: #31254a;*/
    /*text-transform: uppercase;*/
/*}*/

/*.page_project__content h2 {*/
    /*font-family: AvantBold;*/
    /*font-size: 2vw;*/
    /*padding: 0 0 2vw 0;*/
    /*margin: 0;*/
    /*line-height: 1;*/
    /*color: #ac2946;*/
    /*text-transform: uppercase;*/
/*}*/

/*.el-projects__promo{*/
    /*font-family: AvantBold;*/
    /*font-size: 2.0vw;*/
    /*!*padding: 4vh 0 00px 0;*!*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*line-height: 1;*/
    /*color: #31254a;*/
    /*word-break: break-all;*/
    /*!*text-transform: uppercase;*!*/
/*}*/

/*.page_project__links {*/
    /*padding: 30px 0 20px 0;*/
/*}*/

/*.page_project__links a:link,*/
/*.page_project__links a:visited {*/
    /*font-size: 1vw;*/
    /*border: 1px solid #31254a;*/
    /*color: #31254a;*/
    /*padding: 5px 10px;*/
    /*margin: 0 5px;*/
/*}*/

/*.page_project__links a:hover {*/
    /*color: white;*/
    /*background: #ac2946;*/
/*}*/



/*.el-projects__next {*/
    /*background: #31254a;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
/*}*/

/*.el-projects__next a:link,*/
/*.el-projects__next a:visited {*/
    /*color: white;*/
    /*font-size: 0.6vw;*/
    /*width: 90%;*/
    /*background: url("../img/5.jpg") right top 10px no-repeat;*/
/*}*/

/*.el-projects__next a:hover {*/
    /*color: #ac2946;*/
/*}*/

/*.el-projects__next a b {*/
    /*font-size: 1.1vw;*/
    /*font-family: AvantBold;*/
    /*display: block;*/
/*}*/

/*.el-projects__prev_fix, .el-projects__next_fix {*/
    /*position: fixed;*/
    /*top: 45%;*/

/*}*/

/*.el-projects__prev_fix a, .el-projects__next_fix a {*/
    /*color: white;*/
    /*background: #32264B;*/
    /*padding: 16px 14px;*/
/*}*/

/*.el-projects__prev_fix a:hover, .el-projects__next_fix a:hover {*/
    /*background: #9B2947;*/
/*}*/

/*.el-projects__prev_fix {*/
    /*left: 0;*/
/*}*/

/*.el-projects__next_fix {*/
    /*right: 0;*/
/*}*/

/*.bl-gallery {*/
    /*padding: 20px 0;*/
/*}*/

/*.bl-gallery img {*/
    /*width: 30%;*/
    /*padding: 5px;*/
    /*opacity: 1;*/
/*}*/

/*.bl-gallery img:hover {*/
    /*opacity: 0.6;*/
/*}*/

/*==============================================================================================*/
.page_reality__type{
    margin: 20px 0;

}

.page_reality__type img {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    opacity: 1;
}

.page_reality__type img:hover {
    opacity: 1
}

.page_reality__type div {
    text-align: center;
    color: #8D879A;
    width: 20%;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1;
    min-height: 240px;
}

.page_reality__type a:link,
.page_reality__type a:visited {
    color: #8D879A;
}
.page_reality__type a:hover, .top-t a.t-act,
.page_reality__type  b{
    color: #e38ea1;
}
/*.page_reality__type a img{*/
    /*opacity: 0.5;*/
/*}*/

.page_reality__type div.top-t{
    padding: 10px 0;
    width: 100%;
    line-height:1;
    /*display: block;*/
    text-align: center;

    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-height: 1px;
}
.top-t a:link,
.top-t a:visited{
    /*display: block;*/
    text-align: center;
    padding: 3px;
}

.top2{
    width:100%;
    margin-bottom:30px;
}
.top2 .dropdown{
    padding: 0 0 0 30px;
}

/*.dropdown{*/
    /*margin-right: 30px;*/
/*}*/
/*.btn.btn-light.dropdown-toggle{*/
    /*min-width: 200px;*/
    /*text-align: left;*/
/*}*/
/*label{*/
    /*display: block;*/
    /*font-family: AvantDemi;*/
    /*font-size: 18px;*/
    /*margin-top: 20px;*/
/*}*/
/*.input-group-text{*/
    /*padding: 5px 10px 0 10px;*/
    /*font-size: 18px;*/

    /*display: inline-flex;*/
    /*align-items: center;*/
/*}*/
/*input{*/
    /*background: #F8F9FA;*/
/*}*/










/*.page_news__cat {*/
    /*margin: 30px 0;*/
/*}*/

/*.page_news__cat a:link,*/
/*.page_news__cat a:visited {*/
    /*border: 1px solid #31254a;*/
    /*color: #31254a;*/
    /*padding: 5px 30px;*/
    /*margin: 10px;*/
/*}*/

/*.page_news__cat a:hover {*/
    /*border: 1px solid #ac2946;*/
    /*background: #ac2946;*/
    /*color: white;*/
/*}*/

/*.page_news__cat a.act {*/
    /*border: 1px solid #31254a;*/
    /*background: #31254a;*/
    /*color: white;*/
/*}*/

/*.page_news__info {*/
    /*margin: 60px 0px 0 10px;*/
/*}*/

/*.page_news__info h2 {*/
    /*font-family: AvantBold;*/
    /*font-size: 2vw;*/
    /*color: #31254a;*/

    /*padding: 20px 0;*/
/*}*/

/*.page_news__info h2 span {*/
    /*color: #ac2946;*/
    /*padding-right: 30px;*/
/*}*/

/*a.btn-all_news {*/
    /*background: #31254a;*/
    /*color: #FFF;*/

    /*margin-bottom: 90px;*/
    /*padding: 8px 7%;*/
/*}*/

/*a.btn-all_news:hover {*/
    /*background: #ac2946;*/
/*}*/

/*.el-logo-xs {*/
    /*display: none;*/
/*!important;*/
/*}*/

/*.bl-news {*/
    /*border: 1px solid #31254a;*/
    /*margin-bottom: 30px;*/
/*}*/

/*.bl-news b {*/
    /*font-family: AvantBold;*/
    /*font-size: 1.4vw;*/
    /*line-height: 1.4vw;*/
    /*color: #31254a;*/
    /*padding: 10px;*/
    /*display: flex;*/
    /*align-items: stretch;*/

/*}*/

/*.bl-news b span {*/
    /*color: #ac2946;*/
    /*padding-right: 10px;*/
/*}*/

/*.bl-news p {*/
    /*text-align: center;*/
    /*padding: 10px;*/
/*}*/

/*a.btn-read_news {*/
    /*background: #31254a;*/
    /*color: #FFF;*/
    /*display: block;*/
    /*!*font-size: 1vw;*!*/
    /*margin: 10px;*/
    /*padding: 8px;*/
    /*text-align: center;*/
/*}*/

/*a.btn-read_news:hover {*/
    /*background: #ac2946;*/
/*}*/

/*.menu-xs {*/
    /*display: none;*/
/*!important;*/
/*}*/

/*.bl-vacancy-l {*/
    /*margin: 0 -15px;*/
    /*background: #2F2C43;*/

/*}*/

/*.bl-vacancy {*/
    /*margin: 0 -15px;*/
    /*background: #2F2C43;*/
    /*padding: 30px 30px;*/
/*}*/

/*.el-vacancy {*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*margin: 0 0 30px 0;*/
/*}*/
/*.el-vacancy b {*/
    /*padding: 30px;*/
    /*background: rgba(172, 41, 70, 0.8);*/
    /*color: white;*/
    /*font-size: 1.3vw;*/
    /*max-width: 80%;*/
    /*text-align: center;*/
/*}*/

/*.el-vacancy span {*/
   /*background: rgba(172, 41, 70, 0.8);*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*display: none;*/
    /*flex-direction: column;*/

/*}*/

/*.el-vacancy a {*/
    /*padding: 10px 30px;*/
    /*background: white;*/
    /*color: black;*/
    /*font-size: 1.1vw;*/
    /*max-width: 80%;*/
    /*text-align: center;*/
    /*margin: 10px 0;*/
/*}*/
/*.el-vacancy a:nth-child(2){*/
    /*font-size: 0.8vw;*/
    /*padding: 10px 20px;*/
/*}*/
/*.el-vacancy a:hover{*/
    /*background: #2F2C43;*/
    /*color: white;*/
/*}*/

/*==============================================================================================*/

/*.el-tenders {*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*margin: 0 0 30px 0;*/
/*}*/
/*.el-tenders b {*/
    /*padding: 30px;*/
    /*background: rgba(49, 37, 74, 0.8);*/
    /*color: white;*/
    /*font-size: 1.3vw;*/
    /*max-width: 80%;*/
    /*text-align: center;*/
/*}*/

/*.el-tenders span {*/
    /*background: rgba(49, 37, 74, 0.8);*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*display: none;*/
    /*flex-direction: column;*/

/*}*/

/*.el-tenders a {*/
    /*padding: 10px 30px;*/
    /*background: white;*/
    /*color: black;*/
    /*font-size: 1.1vw;*/
    /*max-width: 80%;*/
    /*text-align: center;*/
    /*margin: 10px 0;*/
/*}*/

/*.el-tenders a:hover{*/
    /*background: #AC2A47;*/
    /*color: white;*/
/*}*/

/*==============================================================================================*/

/*.el-map{*/
    /*left: 0;*/
    /*right:0 ;*/
    /*top:0;*/
    /*bottom: 0;*/
    /*z-index: 3;*/
    /*!*background: red;*!*/
    /*position: absolute;*/
    /*display: none;*/
/*}*/
/*#map{*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

/*.el-map__close{*/
    /*color: #AC2A47;*/
    /*position: absolute;*/
    /*top: 20px;*/
    /*right:30px;*/
    /*z-index: 22;*/
    /*font-size: 30px;*/
    /*cursor: pointer;*/
/*}*/


/*==============================================================================================*/

::selection {
    background: #ac2946; /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
    background: #ac2946; /* Gecko Browsers */
    color: white;
}

/*::-webkit-scrollbar {*/
/*width: 12px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*border-width: 1px 1px 1px 2px;*/
/*border-color: #ac2946;*/
/*background-color: #ac2946;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*!*border-width: 1px 1px 1px 2px;*!*/
/*!*border-color: #FFFFFF;*!*/
/*!*background-color:  #ac2946;*!*/
/*}*/

::-webkit-scrollbar-track:hover {
    /*border-left: solid 1px #FFFFFF;*/
    /*background-color: #FFFFFF;*/
}

::-webkit-scrollbar-track {
    border-width: 0;
}

*:focus, a:focus, img:focus, .form-control:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no_padding {
    margin: 0;
    padding: 0;
}

.bl-pos{
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;}
.bl-pos:hover{
    background: #f6f8f8;
    /*color: #FFF;*/
}
.bl-pos img{
    width: 100%;
    padding-bottom: 10px;
    display: block;
}
.bl-pos img:hover{
    opacity: 0.9;
}

.bl-pos strong{
    font-family:AvantBold;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    padding:0;
    margin:0;
}

.bl-pos span{
    color: #AC2946;
    display: block;
    font-size: 16px;
    text-align: center;
    padding:0;
    margin:0 0 20px 0;
}


ul.tth{
    padding:0;
    margin: 10px 10px 20px 30px;
    font-size: 16px;
}
ul.tth li{
    list-style: none;
}
ul.tth b{
    font-family: AvantBold;
}


a.el-readmore:link,
a.el-readmore:visited{
    border: 1px solid #31254A;
    padding: 5px 10px;
    display: block;
    text-align: center;
    color: #31254A;
    font-size: 16px;
    margin: 0 20px 10px 20px;
}
a.el-readmore:hover{
    background: #AC2946;
    color: #FFF;
}


.one-cena{
    font-size:42px;
    font-family: AvantBold;
    color: #31254A;
    margin-top:0;
    padding-top:0;
    line-height:1;
}
.one-cena span{
    font-size: 36px;
}
.one-cena-usd{
    padding-top:10px;
    padding-bottom:60px;
    font-size: 29px;
    color: #AC2946;
    font-family: AvantBold;
}
.one-cena-usd span{
    font-size: 26px;
}
.one-area{
    font-size: 26px;
    font-family: AvantBold;
    color: #31254A;
}

h1 {
    font-family: AvantBold;
    font-size: 26px;
    padding: 30px 0 60px 0;
    color: #31254a;
    text-transform: uppercase;
}

h1 a:link,
h1 a:visited{
    color: #AC2946;
}
h1 a:hover{
    color: #31254A;
}


.one-info{
    padding: 20px 0 60px 0;
    line-height: 20px;
    font-size: 18px;
    color: #31254A;
}
.one-info ul{
    padding:0;
    margin:0;
}
.one-info li{
    padding: 4px 0;
    margin: 0;
    list-style: none;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #AC2946;
    border-color: #ddd #ddd #fff;
    font-size: 18px;
}

.nav-tabs a{
    color: #AC2946;
    font-size: 18px;
}

#one-map{
    width: 100%;
    height: 500px;
}












/*==============================================================================================*/
@media (max-width: 950px) {

    /*.page_project__content, .page_about__content {*/
        /*font-size: 1.6vw;*/
    /*}*/

    /*.page_news__cat a:link, .page_news__cat a:visited {*/
        /*padding: 5px 16px;*/
        /*margin: 3px;*/
    /*}*/

}

@media (max-width: 768px) {

    /*body {*/
        /*!*padding-top: 60px;*!*/
        /*!*padding-bottom:20px;*!*/
    /*}*/

    /*.el-logo {*/
        /*display: none;*/
    /*!important;*/
    /*}*/

    /*.el-logo-xs {*/
        /*z-index: 12;*/
        /*position: fixed;*/
        /*top: 5px;*/
        /*right: 10px;*/
        /*max-width: 50%;*/
        /*display: block;*/
    /*}*/

    /*.menu-xs {*/
        /*z-index: 1;*/
        /*display: block;*/
        /*top: 0;*/
        /*right: 0;*/
        /*left: 0;*/
        /*background: url("../img/menu-xs.png") repeat-x bottom;*/
        /*height: 60px;*/
        /*width: 100%;*/
        /*position: fixed;*/
    /*}*/

    /*.page_news__cat a:link, .page_news__cat a:visited {*/
        /*display: block;*/
    /*}*/

    /*!*.page_about__content, .page_home__content {*!*/
    /*!*max-width: 80%;*!*/
    /*!*}*!*/
    /*.page_home, .bg_dreamtown {*/
        /*background-attachment: fixed;*/
        /*-webkit-background-size: auto;*/
        /*background-size: auto;*/
    /*}*/

    /*.page_home__content img, .page_home__menu {*/
        /*padding: 30px 0;*/
    /*}*/

    /*.page_home__go a:link, .page_home__go a:visited {*/
        /*background: none;*/
        /*padding: 10px 5px;*/
        /*!*font-size:6vw;*!*/
        /*!*line-height: 10vw;*!*/
    /*}*/

    /*.page_home__go a b {*/

        /*!*font-size: 11vw;*!*/
    /*}*/

    /*.el-menu {*/
        /*top: 11px;*/
        /*left: 4.5%;*/
    /*}*/

    /*.el-logo img {*/
        /*max-width: 70%;*/
        /*padding-top: 30px;*/
    /*}*/

    /*.page_about__content, .page_project__content,*/
    /*.page_vacancy__content*/
    /*{*/
        /*font-size: 5vw;*/
    /*}*/

    /*.page_project__content {*/

        /*padding-top: 10px;*/
    /*}*/

    /*.page_about__content h1, .page_project__content h1 {*/
        /*font-family: AvantBold;*/
        /*font-size: 13vw;*/
        /*line-height: 13vw;*/
        /*padding: 2vw 0;*/
        /*color: #31254a;*/
        /*text-transform: uppercase;*/
    /*}*/

    /*.page_project__content h2, .page_project__content h3 {*/
        /*font-size: 6vw;*/
    /*}*/

    /*.page_project__links a:link, .page_project__links a:visited {*/
        /*font-size: 5vw;*/
        /*line-height: 1;*/
        /*margin: 10px 0;*/
        /*padding: 7px 25px;*/
        /*text-align: center;*/
        /*display: block;*/
        /*width: 100%;*/
    /*}*/

    /*}*/

    /*.page_news__info h2 {*/

        /*font-size: 8vw;*/

    /*}*/

    /*.page_news__info h2 span {*/
        /*display: block;*/
    /*}*/

    /*.page_vacancy__content strong {*/
        /*padding: 10px 0;*/
        /*margin: 0;*/
        /*font-size: 6vw;*/
    /*}*/

    /*.el-vacancy b, .el-vacancy a, .el-vacancy  a:nth-child(2),*/
    /*.el-tenders b,*/
    /*.el-tenders a*/
    /*{*/
        /*padding: 10px 20px;*/
        /*font-size: 4vh;*/

    /*} a*/

      /*.page_news__type div {*/
          /*font-size: 13px;*/
      /*}*/



h1 {
    font-size: 22px;
    line-height: 22px;
}
/*padding: 60px 0 20px 0*/


    .one-cena-usd {
        padding-bottom: 10px;

    }


.page_reality__type div {
        width: 33%;
        min-height: 150px;
    }


    .page_about__content strong {
        margin: 0;
        font-weight: bold;
        font-size: 20px;
        display: block;
    }


}


.dropdown-item {
    font-size: 3vh;
}