

/* Start:/bitrix/templates/site-mo-knd/components/bitrix/menu/top/style.css?16910546872102*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/site-mo-knd/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}

.navbar {
    margin-bottom: 0;
    background: #0576AE;
    border-top: 3px solid #5B5B5B;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar-toggler {
    filter: invert(1);
}

.navbar-default {
	background-color: #f5f5f5;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
}

.navbar-nav>li {
      //float: none;
}

@media screen and (min-width:1200px) {
	.navbar-light .navbar-nav .nav-link {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.navbar-light .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width:991px) {
	.navbar-light .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.navbar-light .navbar-nav .nav-link {
	color: white;
	font: 400 1.167rem/1.222rem "etelka-pro", "Arial", sans-serif;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #F5D590;
}
.navbar-light .dropdown-menu .nav-link {
	font-size: 0.95rem;
    line-height: 1.2;
}
.navbar-light .navbar-nav .nav-link.active {
	color: #FFCB00;
}

.navbar-light .navbar-nav .nav-item.active:before {
	content: "";
    position: absolute;
    border-left: 15px solid #4CC811;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}
.navbar-nav .dropdown-menu {
	white-space: nowrap;
    background-color: #008DD2;
    border-top: 3px solid #5B5B5B;
}

/* End */


/* Start:/bitrix/templates/site-mo-knd/styles.css?170562619413426*/
/* RussoOne */
@font-face {
    font-family: RussoOne;
    src: url("/bitrix/templates/site-mo-knd/./dist/fonts/Russo_One.ttf");
}
/* etelka */
@font-face {
  font-family: 'etelka-pro';
  src: url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_0_0.eot");
  src: url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_0_0.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_0_0.woff2") format("woff2"), url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_0_0.woff") format("woff"), url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_0_0.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'etelka-pro';
  src: url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.eot");
  src: url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.woff2") format("woff2"), url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.woff") format("woff"), url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'etelka-pro';
  src: url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.eot");
  src: url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.woff2") format("woff2"), url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.woff") format("woff"), url("/bitrix/templates/site-mo-knd/./dist/fonts/etelka/3528D8_1_0.ttf") format("truetype");
  font-weight: 500; }

body {
	font-family: "etelka-pro", "Arial", sans-serif;
	//font-family: RussoOne;
	color: #5B5B5B;
}

footer {
	background: #3e3e3e;
	    color: #ffffffb3;
    //box-shadow: 0px 0px 5px grey;
}

header {
	background: #e7ebfc;
	color: #6d6d6d;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0 0 14px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 0 14px 4px rgb(0 0 0 / 7%);
	padding: 0!important;
}

a {
	color: #2068AE;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    //color: #2068AE;
	font-weight: bold;
}

.h0 {
    font: 400 3.813rem/4rem "etelka-pro", "Arial", sans-serif;
    margin: 60px 0 46px;
    text-align: center;
}

.m-off {
	padding: 0;
	margin: 0 0 0 -0.75rem; 
	width: calc(100% + 1.5rem);
}

.title-all {
    font-weight: bold;
    line-height: 1.4;
    color: #2068AE;
}

.title-icons a {
    padding: 0 5px;
    margin: 2px;
    border: 1px solid #5B5B5B;
    border-radius: 5px;
    font-size: 1.5em;
    color: #5B5B5B;
}
.title-icons a:hover {
    background: #A2D9F7;
    color: #5B5B5B;
}

.bg-green {
	background: #51B123;
}

.bg-head {
	background: #f3f3f3;
}

.empty-block {
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	vertical-align: center;
}

.empty-block-null {
	min-height: 0px;
}


.rotate {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
writing-mode: tb-lr;
width: 50px;
height: 10px;
position: fixed;
bottom: 55px;
right: 5px;
}

.img {
	margin: 10px;
	max-width: 100%;
}

#Go_Top {
	position: fixed;
	left: 50%;
	bottom: 5px;
	transform: translate(-50%, 0%);
	cursor: pointer;
	z-index: 1;
	text-shadow: 1px 0px 1px grey;
	font-size: 2.5rem;
	line-height: 1;
	color: #0576AE;
	opacity: .7;
}
#Go_Top:hover {
	//color: #4CC811;
	opacity: 1;
}
#Go_Top span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
}




.carousel img {
	width: 95%;
	height: 95%;
}

.carousel-inner>.item {
	width: 95%;
	height: 95%;
}

.top-logo {
	border: 1px solid transparent;
	border-radius: 4px;
}

.top-logo h1{
	text-shadow: 1px 1px 3px gray;
}

.top-logo div{
	text-shadow: 1px 1px 3px gray;
}

img#logoimg {
	//filter: invert(1);
	//filter: invert(54%) sepia(84%) saturate(7495%) hue-rotate(212deg) brightness(103%) contrast(99%);
}

.content {
	//box-shadow: 0px 1px 5px grey;
}

.content .heading {
	background: #4CC811;
	flex: auto;
    display: flex;
    justify-content: flex-end;
	margin-left: -0.75rem;
    margin-bottom: 1rem;
	margin-top: 1rem;
    width: calc(100% + 1.5rem);
}
.content .heading .angle  {
	background: #51B123;
	min-height: 48px;
	display: flex;
}
.content .heading .angle span.h1  {
	padding: 0 12px 0 30px;
	font-size: 1.12em;
	align-self: center;
	margin-bottom: 0;
	color: white;
}
.content .heading .angle span.h1 a  {
	text-decoration: none;
    color: white;
}
.content .heading .angle:before {
	content: "";
    position: absolute;
    border-left: 15px solid #4CC811;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

.content .card-group {
	margin-right: 2rem;
    margin-left: 2rem;
}
.content .card-group .card {
	margin: 1rem;
	border: 1px solid rgba(0,0,0,.125);
}
.content .card-group .card .heading {
	margin: 0 0 0 -0.5rem;
    width: calc(100% + 1rem);
}
.content .card-group .card .card-body {
	background: #f3f3f3;
	padding: 0.5rem;
	padding-top: 0;
}
.content .card-group .card p.card-text {
	color: #2068AE;
	padding-top: 0.5rem;
	font-weight: 600;
}
.content .card-group .card .card-img-top {
    max-height: 200px;
}


.content .row.phones {
	//margin-right: 3rem;
    margin-left: 1rem;//3rem;
}
.content .row.phones .col {
	border-left: 6px solid #51B123;
	font-weight: 600;
	color: #2068AE;
}
.content .row.phones .col h5 {
	color: #13416D;
	font-weight: 700;
}
.content .card {
	border: none;
}

.main-header {
	//background: #A7E8E4;
}

footer a {
	text-decoration: none;
}

/* Со старого сайта КНД*/
a,a:link,a:visited,a:hover {
    text-decoration: none
}

aside,nav,footer,header,section,main {
    display: block
}

.content {
    background-color: #fdfdfe
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p {
    font-size: inherit;
    font-weight: inherit
}


img {
    vertical-align: top
}

img,svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

input,textarea,button,select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button,input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer
}

textarea,input:focus,input:active,button:focus,button:active {
    outline: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

legend {
    display: block
}

html {
    font-family: Fira Sans,sans-serif!important;
    width: 100%;
    height: 100%;
    background-color: #fff
}

body {
    position: relative;
    height: 100%
}

#app {
    height: 100%;
    display: flex;
    flex-direction: column
}

.status-error {
    color: #df6057
}

header {
    background-color: #e7ebfc;
    color: #6d6d6d;
    z-index: 50
}

header span {
    color: #6d6d6d;
    font-family: Fira Sans,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 168%;
    letter-spacing: .6px;
    opacity: .7
}

header a {
    color: inherit
}

header a.phone {
    color: #565656b3;
    font-family: DIN Condensed,sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 185.664%;
    letter-spacing: -1.225px;
    text-transform: capitalize
}

header .visually_impaired-icon {
    margin-right: 30px;
    width: 73px;
    height: 73px;
    background-color: #4265e3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

header .visually_impaired span {
    color: #575757;
    font-family: Fira Sans,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    opacity: .7
}

header hr {
    width: 95%;
    margin: auto
}

header nav {
    color: #1b1b1b
}

header nav.navbar {
    padding: 0
}

header nav.navbar .navbar-nav .nav-item {
    width: inherit
}

header nav.navbar .navbar-nav .nav-item .nav-link {
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    text-wrap: nowrap;
    color: #1b1b1b;
    font-family: Orator Std,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

header nav.navbar .navbar-nav .nav-item .nav-link.show {
    background-color: #fff
}

header nav.navbar .navbar-nav .nav-item .dropdown-menu {
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: -20px 11px 15px #78787824
}

header nav.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #1b1b1b82;
    font-family: NAMU,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .3px;
    padding: 15px 41px
}

header nav.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
    color: #fff
}

header nav a,header nav .nav-link {
    color: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.content {
    flex-grow: 1
}

.content .breadcrumb-item {
    color: #687591;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .9px
}

.content .breadcrumb-item a {
    color: inherit
}

.content .section_title {
    font-family: DIN Condensed,sans-serif;
    font-size: clamp(18px,3.2vw,50px);
    font-style: normal;
    font-weight: 400;
    line-height: 129%;
    letter-spacing: 1.72px;
    text-transform: uppercase;
    color: #687591;
    text-align: center;
    margin-bottom: clamp(20px,5vw,60px)
}

footer {
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: #3e3e3e;
    color: #ffffffb3
}

footer .navbar-nav .nav-item .nav-link {
    color: #ffffffb3;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .75px;
    text-transform: capitalize
}

footer a {
    color: inherit
}

footer a.phone {
    color: #fff;
    font-family: Manrope;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 185.664%;
    text-transform: capitalize
}

footer .contacts-item {
    display: flex;
    align-items: center;
    color: #ffffffb3;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 250;
    letter-spacing: .3px
}

footer .socials {
    display: flex
}

footer .socials-item img {
    width: 48px;
    height: 48px
}



@media (max-width: 1023px) {
    header nav {
        color:#1b1b1b
    }

    header nav.navbar .menu {
        width: 100%;
        height: 57px;
        position: relative;
        display: flex;
        padding: 10px;
        justify-content: space-between;
        align-items: center
    }

    header nav.navbar .menu .mobile-logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        top: 50%
    }

    header nav.navbar .navbar-nav .nav-item {
        width: inherit
    }

    header nav.navbar .navbar-nav .nav-item .nav-link {
        height: 34px;
        font-size: 15px
    }

    header nav.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 7px 20px
    }

    main .section_title {
        line-height: 121%
    }

    footer {
        padding-top: 26px
    }

    footer a.phone {
        font-size: 26px
    }

    footer .contacts-item {
        font-size: 12px
    }

    footer .socials {
        justify-content: center
    }
}

.c-table th,.c-table td {
    padding: 11px
}

.c-table thead {
    border-bottom: 42px solid transparent
}

.c-table thead tr th {
    text-align: center;
    color: #687591;
    font-family: Fira Sans,sans-serif;

    font-style: normal;
    font-weight: 500;
    line-height: 168%;
    letter-spacing: .75px;
    text-transform: uppercase
}

.c-table tbody {
    background: rgba(66,101,227,.06);
    border: 1px solid rgba(66,101,227,.08);
    box-shadow: -26px 23px 100px #2d286312;
    border-radius: 0 0 50px 50px
}

.c-table tbody tr {
    height: 169px;
    margin-left: 64px;
    margin-right: 64px
}

.c-table tbody tr:last-child {
    border-radius: 0 0 50px 50px
}

.c-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 50px
}

.c-table tbody tr:last-child td:last-child {
    border-radius: 0 0 50px
}

.c-table tbody tr td {
    color: #687591;
    font-family: Fira Sans,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 172.5%;
    border-bottom: 1px solid rgba(66,101,227,.13);
    text-align: center
}

.c-table tbody tr td:first-child {
    text-align: start;
    border-left: 64px solid transparent
}

.c-table tbody tr td:last-child {
    border-right: 64px solid transparent
}

 .requirements {
    color: #687591;
    font-family: Fira Sans,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 172.5%
}

.requirements-title {
    color: #687591;
    font-family: Fira Sans,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
    letter-spacing: .75px;
    text-transform: uppercase
}

.requirements ul {
    list-style: disc
}

.requirements ul li {
    list-style: inherit
}

 .requirements span {
    color: #687591;
    font-family: Fira Sans,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%;
    letter-spacing: .75px;
    text-transform: lowercase
}

.btn-secondary{color:black}

/*конец*/
/* End */
/* /bitrix/templates/site-mo-knd/components/bitrix/menu/top/style.css?16910546872102 */
/* /bitrix/templates/site-mo-knd/styles.css?170562619413426 */
