@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,500&display=swap&subset=cyrillic');
/* GLOBALS VAR */
* {
    /* general */
    /*--font-family: 'Oswald', sans-serif;*/
    --font-family: 'Tahoma', sans-serif;
    --letter-spacing: auto;
    /* links */
    --link-color: #fff;
    --link-light: #fff;
    --link-dark: #003160;
    --link-active: #003160;
    --link-visited: #d8d8d8;
    --link-text-decoration: none;
    --link-font-weight: 300;
    --link-hover-text-decoration: none;
    /* tabs */
    --tabs-border: #cae3ec;
    --tabs-background: #ffffff;
    --tabs-tab-border: transparent;
    --tabs-tab-border-active: transparent;
    --tabs-tab-background-color: transparent;
    --tabs-tab-background-active-color: #cae3ec;
    --tabs-tab-color: #6e909d;
    --tabs-tab-color-light: #fff;
    --tabs-tab-color-dark: #003160;
    --tabs-tab-color-visited: #d8d8d8;
    /* text */
    --text-light: #fff;
    --text-dark: #393939;
    --text-p: #798DA2;
    --text-h: #003160;
    --text-visited: #d8d8d8;
    /* button */
    --button-background-color: #003160;
    --button-border-radius: 4px;
    --button-text-align: center;
    --button-font-weight: 400;
    --button-font-family: 'Tahoma';
    --button-font-size: 14px;
    --button-letter-spacing: 1.4px;
    --button-color: #FFFFFF;

    --button-color-light: #FFF;
    --button-color-dark: #003160;
    --button-color-visited: #d8d8d8;
    /* border */
    --border-color:#003160;
    /* background-color */
    --background-color-light: #B3C0D8;
    --background-color-dark: #546177;
    /* text-decoration */
}
.btn{
    background-color: var(--button-background-color);
    border-radius: var(--button-border-radius);
    text-align: var(--button-text-align);
    font-weight: var(--button-font-weight);
    font-family: var(--button-font-family);
    font-size: var(--button-font-size);
    letter-spacing: var(--button-letter-spacing);
    color: var(--button-color);
}
.btn:hover{
    color: var(--button-color);
}
.bg-white{
    background-color: #fff;
}
.link-dark,
.link,a{
    font-family: var(--font-family);
    font-weight: var(--link-font-weight);
    color: var(--link-color);
    text-decoration: var(--link-text-decoration);
}
.link-dark:hover,
.link:hover,a:hover{
    text-decoration: var(--link-hover-text-decoration);
}
.link-dark{
    color: var(--link-dark);
}
.btn > i,
.link > i,
a > i{
    font-size: 70%;
}
.font-light{
    font-weight: lighter;
}
*::-webkit-input-placeholder       {line-height: 20px;   transition: line-height 0.5s ease;}
*::-moz-placeholder                {line-height: 20px;   transition: line-height 0.5s ease;}
*:-moz-placeholder                 {line-height: 20px;   transition: line-height 0.5s ease;}
*:-ms-input-placeholder            {line-height: 20px;   transition: line-height 0.5s ease;}

*:focus::-webkit-input-placeholder {line-height: 100px;   transition: line-height 0.5s ease;}
*:focus::-moz-placeholder          {line-height: 100px;   transition: line-height 0.5s ease;}
*:focus:-moz-placeholder           {line-height: 100px;   transition: line-height 0.5s ease;}
*:focus:-ms-input-placeholder      {line-height: 100px;   transition: line-height 0.5s ease;};

*::-webkit-input-placeholder { color: #b0e2ff; }
*:-ms-input-placeholder { color: #b0e2ff; }
*::-ms-input-placeholder { color: #b0e2ff; }
*::placeholder { color: #b0e2ff; }
/*global scrollbar*/
*::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px #798da2;
    background-color: #F5F5F5;
}
*::-webkit-scrollbar:hover{
    opacity: 1;
}
*::-webkit-scrollbar{
    opacity: 0;
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb{
    background-color: #798da2;
}

.navbar-collapse.show .bx-top-nav-container {
    display: block;
    width: 100%;
    background: var(--background-color-dark);
    left: 0;
    right: 0;
    min-height: 50vh;
    z-index: 2;
}
.navbar-collapse.show .bx-top-nav-container a{
    color: var(--link-color)!important;
}
.navbar-collapse.show .bx-top-nav-container *{
    background-color: transparent!important;
}
.navbar-collapse.show .bx-top-nav-container li{
    display: block;
}

/*
//////////////////////////////////////////////////////////////
*/



h1,h2,h3,h4,h5,h6{
    color: #5793d5;
    color: var(--text-h);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2;
}
.wrap {
    width: 100%;
    height: 100%;
}
header{
    min-height: max-content;
    z-index: 2;
    position: relative;
}
.is_main header{
    position: fixed;
}
.header{
    transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body:not(#p-) .header{
    background-color: var(--background-color-dark);
}
.scrolled .header{
    background-color: var(--background-color-dark);
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
}
body{
    overflow-x: hidden;
}
body * {
    /*font-family: 'Roboto Light', sans-serif;*/
    /*font-family: var(--font-family);*/
    letter-spacing: var(--letter-spacing);
}
body > font {
    display: none;
}
body {
    background-color: #E9EAFE!important;
    background-image: url('//opt-1330155.ssl.1c-bitrix-cdn.ru/upload/tmp/angles-bkg.png?157752540876252'); 
    background-repeat: no-repeat;
    background-position: right top;
}
footer{
    background-color: var(--background-color-light);
}
@media (max-width: 576px){
    body {
        background-position: -10% top;
        background-size: 150%;
    }
    footer{
        background-image: url('//opt-1330155.ssl.1c-bitrix-cdn.ru/upload/tmp/angles-bkg.png?157752540876252');
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
    }
}
.swiper-button-next, .swiper-button-prev{
    color: var(--link-dark);
}
.swiper-pagination-bullet-active{
    background: var(--button-background-color);
}
.navbar-toggler {
    color: var(--text-light);
}
p,.p {
    color: #393939;
    color: var(--text-dark);
}
div.d-lg-flex > div[id^="bx_incl_area_"],
div.d-md-flex > div[id^="bx_incl_area_"],
div.d-sm-flex > div[id^="bx_incl_area_"],
div.d-flex > div[id^="bx_incl_area_"],
div[id^="bx_incl_area_"]{
    display: block;
    width: 100%;
}
iframe{max-width: 100%;}
.nav-icons a {
    font-family: 'icon';
}
.position-none{
    position: unset;
}

.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
    background: none;
}
.popup-window[id^='quickVeiw-window-']{
    /* position: fixed!important; */
}
.popup-window[id^='quickVeiw-window-'] .popup-window-titlebar {
    cursor: grab;
    position: absolute;
    width: 100%;
    left: 0;
}
.popup-window[id^='quickVeiw-window-'] .popup-window-buttons {
    padding-top: 0;
    margin-top: -15px;
    text-align: right;
}
.popup-window[id^='quickVeiw-window-'] .popup-window-buttons .popup-window-button {
    font-family: 'Roboto Regular', sans-serif;
    font-family: var(--font-family);
    font-size: 10px;
    color: #798da2;
    color: var(--link-dark);
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}
.popup-window .popup-window-buttons .btn{
    border: 1px solid #5793D5;
    padding: 10px 20px !important;
    text-decoration: none;
    border-radius: 21px;
    cursor: pointer;
}
.popup-window .popup-window-buttons .btn.btn-primary{
    position: relative;
    display: block;
    text-transform: uppercase;
    border-radius: 26px;
    background-color: #5793d5;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Roboto Regular', sans-serif;
    font-family: var(--font-family);
    letter-spacing: 2.4px;
    color: #fff;
    color: var(--text-light);
    margin: 0 auto 20px;
    height: 52px;
    border: none;
}
/* form textarea,
form input:not([type="checkbox"]):not([type="radio"]){
    border: none;
    border-bottom: 1px solid #5793d5;
    width: 100%;
    height: 46px;
    padding-top: 20px;
} */
table#bodyTable * {
    max-width: 100%;
}
.swiper-button-next,
.swiper-button-prev{
    /*background-image: none;*/
}
b{
    font-weight: 600;
}

/* ADD FOR BOOTSTRAP 4 */
@media (min-width: 1200px){
    .container {
        max-width: 1280px;
    }
}
.opacity-0{
    opacity: 0;
}
.opacity-1{
    opacity: 1;
}
.background-cover{
    background-size: cover !important;
}
.background-contain{
    background-size: contain !important;
}
.position-unset{
    position: unset!important;
}
.modal-backdrop{
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.navbar {
    padding: .5rem 0;
}
.fade:not(.show):not(.active) {
    opacity: 0;
}
.fade.show,
.fade.active {
    opacity: 1;
}
.nav-tabs .nav-link{
	color: var(--link-visited);
}
.nav-tabs .nav-link.active{
	color: var(--link-active);
}
table td p{margin: 0;}
.h2, h2{font-size: 1.5rem;}
@media (max-width: 576px) {
    .navbar-toggler{
        margin-bottom: -25px;
    }
    .display-4{
        font-size: 2rem;
        line-height: 1;
    }
}
@media (min-width: 576px) {
    .h2, h2{font-size: 2rem;}
    .opacity-sm-0{
        opacity: 0;
    }
    .opacity-sm-1{
        opacity: 1;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4rem !important;
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 5rem !important;
    }
}
@media (max-width: 576px) and (orientation: landscape) {
    .bx-ios .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


/* some for template */
#page-title {
    font-family: 'Roboto Light', sans-serif;
    font-family: var(--font-family);
    font-size: 40px;
    font-weight: 200;
    color: #393939;
    color: var(--text-dark);
}
#page-content{
    position: relative;
    z-index: 1;
    min-height: 65vh;
}
#page-content img{
    max-width: 100%;
    height: auto;
}
#page-content section,
#page-content > *{
    position: relative;
    z-index: 0;
}


/* tabs-beauty-choice */
.beauty-choice{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #cae3ec;
    border: 1px solid var(--tabs-border);
    background-color: #fff;
    background-color: var(--tabs-background);
    border-radius: 35px;
}
.beauty-choice .beauty-choice-wrap {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    min-width: 0px;
    background-color: var(--tabs-tab-background-active-color);
    border-radius: 35px;
    border: solid 1px var(--tabs-tab-border-active);
    z-index: 0;
}
.beauty-choice .beauty-choice__text-wrap{
    z-index: 0;
}
.beauty-choice .beauty-choice__text{
    border-radius: 50rem!important;
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #6e909d;
    color: var(--tabs-tab-color);
    border-color: var(--tabs-tab-border);
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-width: 180px;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
}
.beauty-choice .beauty-choice__text.active{
    /* border-color: #cae3ec; */
    border-color: var(--tabs-tab-background-color)!important;
    background-color: transparent;
    background-color: var(--tabs-tab-background-color);
    -webkit-transition: 0s border-color 1s;
    transition: 0s border-color 1s;
}
.beauty-choice .beauty-choice__text:not(.active):hover{
    border-color: transparent;
}
@media (max-width: 667px) {
    .beauty-choice{
        border: none!important;
        border-radius: unset!important;
    }
    /* .beauty-choice .beauty-choice__text.active{
        border: solid 1px #cae3ec;
        border: solid 1px var(--tabs-tab-border);
        border-radius: 50rem!important;
        border-color: #cae3ec;
        border-color: var(--tabs-tab-border-active);
        background-color: #cae3ec;
    } */
}

.popup-window-overlay{
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.8;
}
.border-1{
    border: 1px solid #5793d5;
    border: 1px solid var(--border-color);
}
.border-2{
    border: 2px solid #5793d5;
    border: 2px solid var(--border-color);
}

/* TMP */

img[alt="CAPTCHA"]{
    cursor: pointer;
}
img[alt="CAPTCHA"]:after{
    cursor: pointer;
    content: "\f01e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}