

/* Start:/bitrix/templates/main/components/bitrix/menu/top-menu/style.css?15168383511926*/
.top-menu {
    height: 63px;
    overflow: hidden;
    background: #e2e8ed 0% 0% repeat-x url('/bitrix/templates/main/components/bitrix/menu/top-menu/images/top-menu-back.png');
}
.top-menu .inner {
    display: table;
/*    width: 1230px;*/
}
.top-menu ul {
    display: table-row;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.top-menu ul li {
    display: table-cell;
}
.top-menu ul li {
    background: 0% 0% no-repeat url('/bitrix/templates/main/components/bitrix/menu/top-menu/images/top-menu-break.png');
}
.top-menu ul li:first-child {
    background: none;
    width: 1%;
}
.top-menu ul li:last-child {
    width: 1%;
}
.top-menu ul li a {
    display: block;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 22px;
    color: #4f4f4f;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 30px;
    white-space: nowrap;
    position: relative;
}
.top-menu ul li a:hover {
    text-decoration: none;
}
.top-menu ul li a:before {
    content: '';
    display: block;
    width: 70px;
    height: 14px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -35px;
    background: 0% 0% no-repeat url('/bitrix/templates/main/components/bitrix/menu/top-menu/images/top-menu-arrow.png');
    -webkit-transition: bottom 0.1s ease-out;
    -moz-transition: bottom 0.1s ease-out;
    -o-transition: bottom 0.1s ease-out;
    transition: bottom 0.1s ease-out;
}
.inner-page .top-menu ul li a:before {
    background-image: url('/bitrix/templates/main/components/bitrix/menu/top-menu/images/top-menu-arrow-inner.png');
}
.top-menu ul li:hover a:before {
    bottom: 0;
}
.top-menu ul li a.selected:before {
    bottom: 0;
}
.top-menu ul li a.selected {
    color: #ffffff;
    background: #92a0ac 0% 0% repeat-x url('/bitrix/templates/main/components/bitrix/menu/top-menu/images/top-menu-selected.png');
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/breadcrumb/breadcrumb/style.css?1516838351766*/
.breadcrumb {
	overflow: hidden;
    font-size: 14px;
    color: #9199a1 !important;
    padding: 18px 0;

}
.breadcrumb a {
    color: #9199a1;
}
.breadcrumb .item {
    width: auto;
    float: left;
    white-space: nowrap;
    max-width: 500px;
    text-overflow: ellipsis;
    margin-right: 8px;
}
.breadcrumb .item.home {
    margin-right: 0;
}
.breadcrumb .arrow {
    display: block;
    width: 4px;
    height: 18px;
    float: left;
    background: 0% 50% no-repeat url('/bitrix/templates/main/components/bitrix/breadcrumb/breadcrumb/images/breadcrumb-arrow.png');
    margin-right: 8px;
}
.breadcrumb .item.home a {
    display: block;
    width: 28px;
    height: 18px;
    float: left;
    background: 50% 50% no-repeat url('/bitrix/templates/main/components/bitrix/breadcrumb/breadcrumb/images/breadcrumb-home.png');
}
.breadcrumb{
        background-color: #e8ebee !important;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/bottom-menu/style.css?1516838351809*/
.bottom-menu {
    height: 49px;
    overflow: hidden;
    background: #464646;
}
.bottom-menu .inner {
    display: table;
    width: 1230px;
}
.bottom-menu ul {
    display: table-row;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.bottom-menu ul li {
    display: table-cell;
}
.bottom-menu ul li:first-child {
    width: 1%;
}
.bottom-menu ul li:last-child {
    width: 1%;
}
.bottom-menu ul li a {
    display: block;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #b0b0b0;
    text-decoration: none;
    padding: 0 30px;
    white-space: nowrap;
    position: relative;
}
.bottom-menu ul li a:hover {
    text-decoration: none;
    color: #ffffff;
}
.bottom-menu ul li a.selected {
    color: #ffffff;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/form/order-form/bitrix/form.result.new/.default/style.css?15168383512290*/
.order-form {
    background: #43b9fe;
    padding: 15px 30px 25px;
    margin-top: 77px;
    margin-bottom: 60px;
    position: relative;
}
.order-form.loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #43b9fe 50% 50% no-repeat url('/include/order/images/ajax-load.gif');
    opacity: 0.5;
    z-index: 100;
}

.order-form .title {
    font-size: 35px;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
    margin-left: -5px;
    margin-bottom: 15px;
}
.order-form .field {
    margin-bottom: 10px;
}
.order-form .text {
    width: 190px;
}
.order-form select {
    width: 210px;
}
.order-form .button {
    width: 210px;
}
.order-form .error {
    display: block;
    padding-top: 5px;
    color: #ffffff;
    font-size: 14px;
}

.order-form .ui-selectmenu-button .ui-selectmenu-text {
    white-space: normal;
    text-overflow: clip;
    margin: 0;
    padding: 14px 10px;
    line-height: 1;
}
.order-form .ui-widget {
    font-size: 14px;
    font-family: BlissPro, Arial, sans-serif;
}
.order-form .ui-corner-all {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.order-form .ui-state-default {
    background: #f7f7f7;
    border: none;
    color: #4f4f4f;
    font-weight: normal;
}
.ui-selectmenu-menu .ui-widget {
    font-size: 14px;
    font-family: BlissPro, Arial, sans-serif;
    width: 208px !important;
}
.ui-widget-content .ui-state-focus {
    border: none;
    background: #f7f7f7;
    font-weight: normal;
    margin: 0;
    color: #43b9fe;
}
/* End */

table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/main/components/bitrix/form/order-form/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/main/components/bitrix/form/order-form/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/main/styles.css?178307054810795*/
@font-face {
	font-family: 'BlissPro';
	src: url('/bitrix/templates/main/fonts/BlissPro-Regular.eot');
	src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-Regular.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-Regular.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BlissPro';
	src: url('/bitrix/templates/main/fonts/BlissPro-Italic.eot');
	src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-Italic.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-Italic.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-Italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'BlissPro';
	src: url('/bitrix/templates/main/fonts/BlissPro-Bold.eot');
	src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-Bold.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-Bold.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BlissPro';
	src: url('/bitrix/templates/main/fonts/BlissPro-BoldItalic.eot');
	src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-BoldItalic.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-BoldItalic.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-BoldItalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}

/*@font-face {
	font-family: 'BlissPro_Heavy';
	src: url('/bitrix/templates/main/fonts/BlissPro-Heavy.eot');
	src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-Heavy.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-Heavy.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-Heavy.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}*/
@font-face {
    font-family: 'BlissPro_Heavy';
    src: url('/bitrix/templates/main/fonts/BlissPro-Heavy.eot');
    src: url('/bitrix/templates/main/fonts/BlissPro-Heavy.eot?#iefix') format('embedded-opentype'),
       url('/bitrix/templates/main/fonts/BlissPro-Heavy.woff2') format('woff2'),
       url('/bitrix/templates/main/fonts/BlissPro-Heavy.woff') format('woff'),
       url('/bitrix/templates/main/fonts/BlissPro-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html { width: 100%; height: 100%; }

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: BlissPro, Arial, sans-serif;
    color: #4f4f4f;
    background-color: #ffffff;
}

img {
    border: none;
}
img.ruble-img { height: 1.5ex; }
    span.dot { position:absolute; text-indent: -1000em; }

table {
    border: none;
    border-collapse: collapse;
}
table td {
    padding: 0;
}
a {
    text-decoration: none;
    color: #43b9fe;
}
a:hover {
    text-decoration: underline;
}

.right {
    width: auto;
    float: right;
}
.left {
    width: auto;
    float: left;
}
.clear{
    display: block;
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.text-title {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #4f4f4f;
    margin: 0 0 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.text-subtitle {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #4f4f4f;
    margin: 40px 0 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
}

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
ul.list li {
    padding-left: 40px;
    background: 0% 5px no-repeat url('/bitrix/templates/main/images/list-bullet.png');
    padding-bottom: 5px;
    margin-bottom: 10px;
}

ul.listsmall {
    list-style: none;
    margin: 0;
    padding-left: 20;
    line-height: 1.5;
}
ul.listsmall li {
    padding-left: 40px;
    background: 0% 5px no-repeat url('/bitrix/templates/main/images/list-bullet-smallgray.png');
    padding-bottom: 2px;
    margin-bottom: 5px;
}
ul.listgray {
    list-style: none;
    margin: 0;
    padding-left: 20;
    line-height: 1.5;
}
ul.listgray li {
    padding-left: 20px;
    background: 0% 5px no-repeat url('/bitrix/templates/main/images/list-bullet-gray.png');
    padding-bottom: 5px;
    margin-bottom: 10px;
}


p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #4f4f4f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #4f4f4f;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #4f4f4f;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #4f4f4f;
}

form {
    display: block;
    margin: 0;
    padding: 0;
}

input.text {
    background-color: #ffffff;
    margin: 0;
    padding: 14px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-indent: 25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    font-family: BlissPro, Arial, sans-serif;
    color: #4f4f4f;
}
input.text.gray {
    background-color: #f7f7f7;
}
input.text:focus {
    background-position: -20px center;
    text-indent: 0;
    outline: 2px solid #e9694a;
}

textarea.text {
    background-color: #ffffff;
    margin: 0;
    padding: 14px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-indent: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    font-family: BlissPro, Arial, sans-serif;
    color: #4f4f4f;
}
textarea.text.gray {
    background-color: #f7f7f7;
}
textarea.text:focus {
    background-position: -20px 15px !important;
    text-indent: 0;
    outline: 2px solid #e9694a;
}

.text.icon-email {
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/main/images/icon-input-email.png');
}
.text.icon-phone {
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/main/images/icon-input-phone.png');
}
.text.icon-name {
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/main/images/icon-input-name.png');
}
.text.icon-message {
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/main/images/icon-input-message.png');
}
textarea.text.icon-message {
    background-position: 15px 15px;
}

.button {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: BlissPro, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    background: #0abafd;
    padding: 12px 40px 13px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    text-align: center;
    -webkit-appearance: none;
}
.button:hover {
    background: #3cb0fd;
    text-decoration: none;
}

.button.blue {
    background: #0abafd;
}

.button.pro {
    background: #c5d0da;
    font-size: 36px; 
}

.button.pro:hover {
    background: #b6c2cd;
    background-image: -webkit-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -moz-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -ms-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -o-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: linear-gradient(to bottom, #b6c2cd, #a5b2bd);

}

.button.blue:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

.button.gray {
    background: #c5d0da;
}
.button.gray:hover {
    background: #b6c2cd;
    background-image: -webkit-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -moz-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -ms-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -o-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: linear-gradient(to bottom, #b6c2cd, #a5b2bd);
}
.button.white {
    background: #ffffff;
    color: #525151;
}
.button.white:hover {
    color: #8c98a3;
    background: #8c98a3;
    background-image: -webkit-linear-gradient(top, #8c98a3, #a5b2bd);
    background-image: -moz-linear-gradient(top, #8c98a3, #a5b2bd);
    background-image: -ms-linear-gradient(top, #8c98a3, #a5b2bd);
    background-image: -o-linear-gradient(top, #8c98a3, #a5b2bd);
    background-image: linear-gradient(to bottom, #8c98a3, #a5b2bd);
}

.button.orange {
    background: #ea6a4c;
    background-image: -webkit-linear-gradient(top, #ea6a4c, #d4421d);
    background-image: -moz-linear-gradient(top, #ea6a4c, #d4421d);
    background-image: -ms-linear-gradient(top, #ea6a4c, #d4421d);
    background-image: -o-linear-gradient(top, #ea6a4c, #d4421d);
    background-image: linear-gradient(to bottom, #ea6a4c, #d4421d);
}
.button.orange:hover {
    background: #d4421d;
}
.popup-window-with-titlebar .popup-window-content {
    padding: 0px;
}
.pdf {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    background: 0% 0% no-repeat url(/bitrix/templates/main/components/bitrix/news.detail/news-detail/images/adobe.png);
    text-decoration: none;
    margin-top: 30px;
}




.korpus > div, .korpus > input { display: none; } 

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1), .korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2), .korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block;} 


.korpus label{
    width: 200px;
    height: 31px;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    float: left;
    cursor: pointer;
}
.korpus label:hover{
	background: #c5d0da;
    color: #fff;
}
.korpus label:active{
	background: #c5d0da;
    color: #fff;
}

.korpus label {
   /* height: 40px !important;*/
}

.korpus label:nth-of-type(2) { top: 51px; /* 50px + 1px border */ }
.korpus label:nth-of-type(3) { top: 102px; /* 50px + 1px border первой вкладки + 1px border второй вкладки */  }
.korpus input[type="radio"]:checked + label {    background: #e8ebee; }

.col-news{
float: left;
    width: 900px;
}
.col-fil{
float: right;
    width: 255px;
}
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
bottom: 0;
left: 0;
padding: 30px;
z-index: 2000;
  width: 100%;
color: white;
background-color:rgba(0, 0, 0, 0.5);
}
  .cookie_accept{
z-index: 3147483647
  }

#cookie_notification p{
  margin: 0;
  text-align: left;
}

@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
z-index: 3147483647
  }
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?178307054831258*/
@font-face {
    font-family: 'BlissPro';
    src: url('/bitrix/templates/main/fonts/BlissPro-Regular.eot');
    src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-Regular.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-Regular.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BlissPro';
    src: url('/bitrix/templates/main/fonts/BlissPro-Italic.eot');
    src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-Italic.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-Italic.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BlissPro';
    src: url('/bitrix/templates/main/fonts/BlissPro-Bold.eot');
    src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-Bold.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-Bold.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BlissPro';
    src: url('/bitrix/templates/main/fonts/BlissPro-BoldItalic.eot');
    src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-BoldItalic.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-BoldItalic.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-BoldItalic.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}

/*@font-face {
    font-family: 'BlissPro_Heavy';
    src: url('/bitrix/templates/main/fonts/BlissPro-Heavy.eot');
    src: local('☺'), url('/bitrix/templates/main/fonts/BlissPro-Heavy.woff') format('woff'), url('/bitrix/templates/main/fonts/BlissPro-Heavy.ttf') format('truetype'), url('/bitrix/templates/main/fonts/BlissPro-Heavy.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}*/
@font-face {
    font-family: 'BlissPro_Heavy';
    src: url('/bitrix/templates/main/fonts/BlissPro-Heavy.eot');
    src: url('/bitrix/templates/main/fonts/BlissPro-Heavy.eot?#iefix') format('embedded-opentype'),
       url('/bitrix/templates/main/fonts/BlissPro-Heavy.woff2') format('woff2'),
       url('/bitrix/templates/main/fonts/BlissPro-Heavy.woff') format('woff'),
       url('/bitrix/templates/main/fonts/BlissPro-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
#mw_callback{
	z-index: 99999 !important;
}
#header-social > a.insta{
    display: inline-block !important;
    background: 100% 0% no-repeat url(/bitrix/templates/main/images/header-social1.png) !important;
}
#header-social > a.insta:hover{
    background: 100% 100% no-repeat url(/bitrix/templates/main/images/header-social1.png) !important;
}
a.insta{
        background: 100% 0% no-repeat url(/bitrix/templates/main/images/footer-social1.png) !important;
}
a.insta:hover{
    background: 100% 100% no-repeat url(/bitrix/templates/main/images/footer-social1.png) !important;
}
html { width: 100%; height: 100%; }

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px !important;
    font-family: BlissPro, Arial, sans-serif !important;
    color: #4f4f4f;
    background-color: #ffffff;
}

img {
    border: none;
}
img.ruble-img { height: 1.5ex; }
    span.dot { position:absolute; text-indent: -1000em; }

table {
    border: none;
    border-collapse: collapse;
}
table td {
    padding: 0;
}
a {
    text-decoration: none;
    color: #43b9fe;
}
a:hover {
    text-decoration: underline;
}

.right {
    width: auto;
    float: right;
}
.left {
    width: auto;
    float: left;
}
.clear{
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.text-title {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #4f4f4f;
    margin: 0 0 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.text-subtitle {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #4f4f4f;
    margin: 40px 0 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
}

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
ul.list li {
    padding-left: 40px;
    background: 0% 5px no-repeat url('/bitrix/templates/main/images/list-bullet.png');
    padding-bottom: 5px;
    margin-bottom: 10px;
}

ul.listsmall {
    list-style: none;
    margin: 0;
    padding-left: 20;
    line-height: 1.5;
}
ul.listsmall li {
    padding-left: 40px;
    background: 0% 5px no-repeat url('/bitrix/templates/main/images/list-bullet-smallgray.png');
    padding-bottom: 2px;
    margin-bottom: 5px;
}
ul.listgray {
    list-style: none;
    margin: 0;
    padding-left: 20;
    line-height: 1.5;
}
ul.listgray li {
    padding-left: 20px;
    background: 0% 5px no-repeat url('/bitrix/templates/main/images/list-bullet-gray.png');
    padding-bottom: 5px;
    margin-bottom: 10px;
}


p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #4f4f4f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #4f4f4f;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #4f4f4f;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #4f4f4f;
}

form {
    display: block;
    margin: 0;
    padding: 0;
}

input.text {
    background-color: #ffffff;
    margin: 0;
    padding: 14px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-indent: 25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    font-family: BlissPro, Arial, sans-serif  !important;
    color: #4f4f4f;
}
input.text.gray {
    background-color: #f7f7f7;
}
input.text:focus {
    background-position: -20px center;
    text-indent: 0;
    outline: 2px solid #e9694a;
}

textarea.text {
    background-color: #ffffff;
    margin: 0;
    padding: 14px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-indent: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
    font-size: 14px;
    font-family: BlissPro, Arial, sans-serif  !important;
    color: #4f4f4f;
}
textarea.text.gray {
    background-color: #f7f7f7;
}
textarea.text:focus {
    background-position: -20px 15px !important;
    text-indent: 0;
    outline: 2px solid #e9694a;
}

.text.icon-email {
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/main/images/icon-input-email.png');
}
.text.icon-phone {
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/main/images/icon-input-phone.png');
}
.text.icon-name {
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/main/images/icon-input-name.png');
}
.text.icon-message {
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url('/bitrix/templates/main/images/icon-input-message.png');
}
textarea.text.icon-message {
    background-position: 15px 15px;
}

.button {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: BlissPro, Arial, sans-serif  !important;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    background: #0abafd;
    padding: 12px 40px 13px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    text-align: center;
    -webkit-appearance: none;
}
.button:hover {
    background: #3cb0fd;
    text-decoration: none;
}

.button.blue {
    background: #0abafd;
}

.button.pro {
    background: #c5d0da;
    font-size: 36px; 
}

.button.pro:hover {
    background: #b6c2cd;
    background-image: -webkit-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -moz-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -ms-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -o-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: linear-gradient(to bottom, #b6c2cd, #a5b2bd);

}

.button.blue:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

.button.gray {
    background: #c5d0da;
}
.button.gray:hover {
    background: #b6c2cd;
    background-image: -webkit-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -moz-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -ms-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: -o-linear-gradient(top, #b6c2cd, #a5b2bd);
    background-image: linear-gradient(to bottom, #b6c2cd, #a5b2bd);
}
.button.white {
    background: #ffffff;
    color: #525151;
}
.button.white:hover {
    color: #8c98a3;
    background: #8c98a3;
    background-image: -webkit-linear-gradient(top, #8c98a3, #a5b2bd);
    background-image: -moz-linear-gradient(top, #8c98a3, #a5b2bd);
    background-image: -ms-linear-gradient(top, #8c98a3, #a5b2bd);
    background-image: -o-linear-gradient(top, #8c98a3, #a5b2bd);
    background-image: linear-gradient(to bottom, #8c98a3, #a5b2bd);
}

.button.orange {
    background: #ea6a4c;
    background-image: -webkit-linear-gradient(top, #ea6a4c, #d4421d);
    background-image: -moz-linear-gradient(top, #ea6a4c, #d4421d);
    background-image: -ms-linear-gradient(top, #ea6a4c, #d4421d);
    background-image: -o-linear-gradient(top, #ea6a4c, #d4421d);
    background-image: linear-gradient(to bottom, #ea6a4c, #d4421d);
}
.button.orange:hover {
    background: #d4421d;
}
.popup-window-with-titlebar .popup-window-content {
    padding: 0px;
}
.pdf {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    background: 0% 0% no-repeat url(/bitrix/templates/main/components/bitrix/news.detail/news-detail/images/adobe.png);
    text-decoration: none;
    margin-top: 30px;
}




.korpus > div, .korpus > input { display: none; } 

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1), .korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2), .korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block;} 

.bx-filter.bx-blue .bx-filter-section{
background: #43b9fe !important;
}

.course-detail .description .paragraph > .text{
        margin-left: 25px
}
#work-area > div.feedback-form > form > div > div.field.field-name > input{
    width: 230px;
}
.korpus label{
    width: 200px;
    height: 40px;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    float: left;
    cursor: pointer;
}
.korpus label:hover{
    background: #c5d0da;
    color: #fff;
}
.korpus label:active{
    background: #c5d0da;
    color: #fff;
}

.korpus label {
   /* height: 40px !important;*/
}

.korpus label:nth-of-type(2) { top: 51px; /* 50px + 1px border */ }
.korpus label:nth-of-type(3) { top: 102px; /* 50px + 1px border первой вкладки + 1px border второй вкладки */  }
.korpus input[type="radio"]:checked + label {    background: #e8ebee; }

.col-news{
float: left;
    width: 900px;
}
.col-fil{
float: right;
    width: 255px;
}
#page {
	min-height: 100%;
	margin: 0 auto -155px;
    position: relative;
    background-color: #f7f7f7;
}
* html #page {
    height: 100%;
}
#order-form-courses-button{
        width: 100% !important;
}
.col-news{
    width: auto !important
}
.bottom-menu .inner{
    width: auto !important;
}
.inner {
/*    width: 1170px;*/
    margin: 0 auto;
}

#header {
    position: relative;
    height: 162px;
    background: #f9f9f9;
}
#about .inner{
    padding: 10px;
}
#header-logo {
    display: block;
    height: 149px;
    padding-top: 30px;
    text-decoration: none;
    background: 0% 0% no-repeat url('/bitrix/templates/main/images/NewLogo.png');
    float: left;
    margin-top: 5px;
    padding-left: 165px;
    white-space: nowrap;
    color: #4b4b4b;
    font-size: 42px;
    line-height: 42px;
    text-decoration: none;
}
#header-logo:hover {
    text-decoration: none;
}
#header-logo .slogan {
    display: block;
    font-size: 15px;
    color: #272727;
    line-height: 21px;
    padding-top: 9px;
    padding-left: 0px;
}
.order-form .text {
    width: 100% !important
}
.order-form select{
     width: 100% !important
}
#header-callback {
    width: 310px;
    float: right;
    text-align: right;
}
#header-callback .phones {
    font-size: 28px;
    color: #4b4b4b;
    font-weight: bold;
    padding-top: 50px;
}
#header-callback .phones .icon-phone {
    background: 0% 50% no-repeat url('/bitrix/templates/main/images/icon-phone.png');
    padding-left: 30px;
}
#header-callback a.callback {
    color: #4f4f4f;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dashed #4f4f4f;
}
#header-callback a.callback:hover {
    text-decoration: none;
    border-bottom: none;
}

#header-social {
    float: right;
    white-space: nowrap;
    font-size: 0;
    padding-top: 64px;
}
#header-social a {
    display: inline-block;
    width: 30px;
    height: 29px;
    vertical-align: middle;
    background: 0% 0% no-repeat url('/bitrix/templates/main/images/header-social1.png');
    margin-left: 0px;
}
#header-social a:first-child {
    margin-left: 0;
}
#header-social a.fb {
    background-position: 0% 0%;
}
#header-social a.fb:hover {
    background-position: 0% 100%;
}
#header-social a.vk {
    background-position: 33% 0%;
}
#header-social a.vk:hover {
    background-position: 33% 100%;
}
#header-social a.tw {
    background-position: 67% 0%;
}
#header-social a.tw:hover {
    background-position: 67% 100%;
}

#header-address {
    width: 250px;
    padding-right: 0px;
    padding-top: 60px;
    float: right;
    font-size: 18px;
    color: #4f4f4f;
}
#header-address .icon-address {
    background: 0% 3px no-repeat url('/bitrix/templates/main/images/icon-address.png');
    padding-left: 25px;
    display: block;
}
#sved-ob {
    width: 150px;
    padding-top: 20px;
    float: right;
    font-size: 10px;
    color: #4f4f4f;
}
#work-area > div > div > div > div > ul{
        margin-top: 15px;
}
#sved-ob .icon-sved {
    background: 0% 5px no-repeat url('/bitrix/templates/main/images/icon-sved.png');
    padding-left: 25px;
    margin-left: 57px;
    display: block;
}
#sved-ob a {text-decoration: none;

    color: #4f4f4f;
}
#sved-ob a :hover {
     color: #43b9fe
   
}


#breadcrumb {
    background: #e8ebee;
}

#content {

}
#content .inner {
    position: relative;
}

#work-area {
/*    width: 1170px;*/
    min-height: 10px;
    padding: 65px 0;
}
.inner-page #work-area {
    padding: 45px 0 65px;
}
#content.right-area #work-area {
/*    width: 870px;*/
    float: left;
    padding-right: 20px;
}

#right-area {
    width: 24%;
    float: left;
    margin-left: 1%;
}
.inner-page #right-area {
    padding-top: 50px;
}

#content #about {
    background-color: #ffffff;
    padding: 50px 0;
}

#content #gallery {
    padding: 52px 0 80px;
}

#space-for-footer  {
    height: 175px;
    clear: both;
}
#footer {
/*    height: 175px;*/
    background: #4f4f4f;
    position: relative;
    padding-bottom: 20px;
}
html{
        overflow-x: hidden;
}

#footer-logo {
    display: block;
    height: 86px;
    text-decoration: none;
    background: 0% 0% no-repeat url('/bitrix/templates/main/images/footer-logo.png');
    float: left;
    margin-top: 18px;
    padding-left: 105px;
    padding-top: 10px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
}
#footer-logo:hover {
    text-decoration: none;
}
#footer-logo .slogan {
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    padding-top: 6px;
}

#footer-callback {
/*    width: 330px;*/
    float: right;
    text-align: right;
    padding-left: 30px;
}
#footer-callback .phones {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 24px;
}
#footer-callback .phones .icon-phone {
    background: 0% 50% no-repeat url('/bitrix/templates/main/images/icon-phone.png');
    padding-left: 30px;
}
#footer-callback a.callback {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dashed #ffffff;
}
#footer-callback a.callback:hover {
    text-decoration: none;
    border-bottom: none;
}

#footer-social {
    float: right;
    white-space: nowrap;
    font-size: 0;
    padding-top: 44px;
    margin-right: 65px;
}
#footer-social a {
    display: inline-block;
    width: 30px;
    height: 29px;
    vertical-align: middle;
    background: 0% 0% no-repeat url('/bitrix/templates/main/images/footer-social1.png');
    margin-left: 10px;
}
#footer-social a:first-child {
    margin-left: 0;
}
#footer-social a.fb {
    background-position: 0% 0%;
}
#footer-social a.fb:hover {
    background-position: 0% 100%;
}
#footer-social a.vk {
    background-position: 33% 0%;
}
#footer-social a.vk:hover {
    background-position: 33% 100%;
}
#footer-social a.tw {
    background-position: 67% 0%;
}
#footer-social a.tw:hover {
    background-position: 67% 100%;
}

#footer-subscribe {
    float: right;
    white-space: nowrap;
    padding-top: 36px;
}
#footer-subscribe form {
    padding-right: 125px;
    position: relative;
    height: 44px;
    overflow: hidden;
}
#footer-subscribe input.text {
    width: 170px;
}
#footer-subscribe input.button {
    width: 130px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.widget {
	background: #e6e6e6;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.4);
    padding: 0;
}
.widget .mw-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	background: #e6e6e6 50% 50% no-repeat url('/bitrix/templates/main/images/ajax-loader.gif');
}
.widget .mw-close {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    background: 50% 50% no-repeat url('/bitrix/templates/main/images/close.png');
    cursor: pointer;
}
.widget .mw-title {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #4f4f4f;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    padding: 50px 50px 30px;
}
.widget .mw-content {
    min-width: 250px;
    font-size: 18px;
    padding: 50px;
}

#mw_callback {
    min-height: 200px;
}
.callback-form form {
    width: 280px;
    margin: 0 auto;
}
.callback-form .field {
    margin-top: 10px;
}
.callback-form .text {
    width: 260px;
}
.callback-form .button {
    width: 280px;
}
#header > div > div.col-lg-1{
/*        margin-top: -29px;*/
    padding-right: 37px;
}
@media (max-width: 1180px) { 
#header > div > div.col-lg-5.col-md-5{
    zoom: 0.6;
    margin-top: 70px;
}
.slider-with-previews{
    width: 100% !important
}
#header-callback{
    zoom: 0.8;
    margin-top: 35px;
}
#header-address .icon-address{
                font-size: 16px;
}
#sved-ob > a > div{
    font-size: 9px;
}
.top-menu ul li a{

}
.top-menu{
    zoom: 0.8;
}
#right-area {
    width: 32%;
    float: left;
    margin-left: 1%;
}
}
@media (max-width: 1024px) { 
#header-logo{
        font-size: 30px;
}
#header-callback .phones{
        font-size: 20px;
}
.item.active .description.inner div{
        padding-left: 40% !important;
    padding-top: 35% !important;
}
#bx_3218110189_3255 > div > div{
    padding-top: 30px !important;
    padding-left: 30px !important
}
}
@media (max-width: 992px){
    .news-list .item .picture{
        display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    }
    .news-list .item .link{
        display: block;
    padding-top: 27px;
    padding-left: 0;
    position: relative;
    min-height: 145px;
    color: #4f4f4f;
    text-decoration: none;
    overflow: hidden;
    }
#header > div{
    width: 100% !important;
        margin-top: 20px;
}
#right-area {
    width: 42%;
    float: left;
    margin-left: 7%;
}
.gallery .item.even{
    margin-left: 0px !important;
}
.gallery .item{
        width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 0px 0px 20px 0px;
    max-width: 570px;
    max-height: 300px;
}
.gallery .item img{
        width: 100%;}
        .gallery .item a{
            display: block;
        }
}
@media (max-width: 850px){
    #header{
            zoom: 0.8;
    }
    .top-menu{
    zoom: 0.6;
}
#work-area{
    padding-bottom: 0
}
.order-form{
    margin-top: 20px;
}
#footer-callback{
    padding-left: 0
}
.banners .item{
    height: auto;
    min-height: 480px
}
.item > .description.inner > div{
    padding-left: 0 !important;
    padding-top: 100% !important;
    width: 100% !important;
    display: block !important;
}
.banners{
    overflow: hidden;
}
#work-area > div > div.course-detail{
        float: left;
    width: 100%;
}
}
@media (max-width: 768px){

.photo-main{
	min-width: auto;
}
.photo-main-table{
	    top: 30%;
}
.photo-image td{
	height: auto;
}
.photo-footer{
	width: 100% !important
}
.photo-slideshow-button{
	display: none;
}
.photo-image{
	height: 100%;
}
.photo-main-block-wrap{
	width: 100vw;
}
.photo-close{
/*	display: none;*/
}
.photo-close span{
	    top: 132%;
    right: 65px;
}
.photo-prev-slide-wrap{
position: absolute;
    left: -10%;
}
.photo-open-footer{
	display: none;
}
.photo-next-slide-wrap{
    position: absolute;
    margin-left: 80vw;
}
.korpus .col-news{
    width: 100% !important;
}
.articles-list.lists_block .right-data{
    width: 56%;
}
.city {
    float: left;
}
.korpus ul.list li{
        text-align: left;
}
.bx-filter{
        min-width: 216px;
}
.col-fil{
        width: 100% !important;
}
/*#header > div > div.col-xs-6{display: none;}*/
#sved-ob{display: none;}
#header-social.head{
    display: none;
}
.articles-list.lists_block .item{
	    text-align: center;
}
#header-address{display: none;}
#header-social {
    padding-top: 14px;
    width: 100%;
    text-align: center;
}
.previews-block{
    display: none;
}
table td{
	display: block;
}
.text-title{
	    text-align: center;
    letter-spacing: inherit;
}
.bx-pag-prev, .bx-pag-next{
	display:none !important;
}
.bx-pag-all{
	display: block !important;
}
#header > div > div.col-lg-5.col-md-5{
    zoom:1;
}
.news-detail img{
        max-width: 100%;
    height: auto;
}
#footer-logo {
    display: block;
    height: 86px;
    text-decoration: none;
    background: 0% 0% no-repeat url(/bitrix/templates/main/images/footer-logo.png);
    float: left;
    margin-top: 18px;
    padding-left: 105px;
    padding-top: 10px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 25px;
    line-height: 28px;
    text-decoration: none;
}
#footer-logo .slogan {
    display: block;
    font-size: 10px;
    color: #ffffff;
    line-height: 14px;
    padding-top: 6px;
}
#footer-social {
    float: left;
    white-space: nowrap;
    font-size: 0;
    padding-top: 44px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#right-area{
    width: 100%;
    margin-left: 1%;
}
.banners .item{
        background-size: cover;
}
.banners .item .button.gray{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.mobbut{
    display: block;float: left;width: 100%;padding: 0 !important
}
.bottom-menu ul li {
display: block;
    width: 50% !important;
    float: left;
}
.bottom-menu{
    height: auto;
}
.mobile-nav{
    display: block !important;
}
#sved-ob{
    float: left;
}
#header-social{
        padding-top: 14px;
}
#header > div > div.col-lg-1 {
    margin-top: 20px;
    padding-right: 38px;
}
#header-callback {
    zoom: 1;
    margin-top: -20px;
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 56px;
}
#header-address {
    width: 250px;
    padding-right: 0px;
    padding-top: 60px;
    float: left;
    font-size: 18px;
    color: #4f4f4f;
    padding-left: 57px;
}
#top-menu{
    display: none;
}
#header {
    position: relative;
    height: auto;
    background: #f9f9f9;
}
.course-detail .head{
        display: block;
    float: left;
}
.course-detail .description .paragraph > .text{
    width: 100% !important;
    margin-top: 30px;
    margin-left: 0;
    zoom: 0.8;
}
.course-detail .description{
    width: auto !important;
}
}
@media screen and (max-width: 768px) and (min-width: 680px) {
    #header > div > div.col-lg-5.col-md-5{
        margin-top: 0
    }
    #header-callback{
    padding: 0;
    margin-left: 0px;
    width: 330px;
    }
    #header > div.inner.content.container > div:nth-child(4){
            float: right;
    }
    #header-callback .phones .icon-phone{
            font-size: 16px;
    }
    .navbar-brand, .navbar-nav>li>a{
font-size: 15px !important;
    }
    #work-area{
        width: 100%
    }
    .banners .item{
            background-size: contain;
    background-position: top;
    }
    .banners{
            height: 190px;
    }
    .news-list .item .picture{
        text-align: center;
}
body{
        overflow-x: hidden;
}
}
@media (max-width: 680px){
#header > div > div.col-lg-5.col-md-5.col-sm-5.col-xs-6{
width: 100%;
    margin-top: 0;
    margin-left: 20%;
}
#banners{
	display: none;
}
iframe{
        max-width: 100%;
}
.news-detail{
        max-width: 100%;
    height: auto;
}
h1.text-title{
    display: block;
    font-size: 31px;
    font-weight: bold;
    color: #4f4f4f;
    margin: 0 0 40px;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}
.news-list .item .picture{
    text-align: center;
}
.certificate li{
        display: block;
    text-align: center;
    padding-left: 20px;
    float: left;
    width: 100% !important;
}
#content #about{
    padding: 10px;
    margin-top: 49px;
    margin-bottom: 30px;
}
#header-callback {
    text-align: center;
    padding-left: 0;
}
.feedback-form form{
    width: auto;
}
.feedback-form .field-name{
    width: 100%;
    margin-bottom: 10px;
}
.feedback-form .field-email{
        width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
.feedback-form .field-message {
    clear: both;
    padding-top: 20px;
    width: 100%;
    overflow-x: hidden;
}
.feedback-form textarea.text{
        width: auto;
}
#BX_YMAP_contact_map{
        width: 100% !important;
    overflow: hidden;
}
input.text.gray{
    width: 100%;
}

}
@media (max-width: 520px){
    #header-logo .slogan{
    padding-left: 0;
    white-space: initial;
    text-align: right;
    }
    .ui-selectmenu-open{
    top: 20px !important;
    overflow-x: scroll;
    height: 90vh;
}
    #content.right-area #work-area{
        padding-right: 0
    }
    .city-right{
    width: 100%
}
body{
/*	overflow-x: hidden;*/
}
#header{
	max-width: 100%;
    margin-left: 0;
}
.faq .question-container .question .marker{
	font-size: 14px !important;
/*	padding-top: 2px;*/
}
.city-right > a > span{
    display: block;
    text-align: center;
}
#header-logo {
    display: block;
    height: 100px;
    padding-top: 30px;
    text-decoration: none;
    background: 0% 0% no-repeat url(/bitrix/templates/main/images/NewLogo.png);
    float: left;
    margin-top: 5px;
    padding-left: 90px;
    white-space: nowrap;
    color: #4b4b4b;
    font-size: 42px;
    line-height: 13px;
    text-decoration: none;
    background-size: 90px;

}
.gallery .item {
    width: 48%;
    margin-right: 2% !important;
}
.articles-list.lists_block .item .imgs{
        margin: 0 auto;
    display: block;
    float: unset;
    margin-top: 20px;
}
.city{    width: 112%;}
#footer-subscribe{
	    float: left;
    white-space: nowrap;
    padding-top: 36px;
    width: 100%;
}
#footer-subscribe input.text {
    width: 100%;
}
.news-list .item .title{
    font-size: 19px;
        text-align: center;
}
.open-order-form-list{
        font-size: 21px;
}
.articles-list.lists_block .item .left-data{
        width: 100% !important;
}
.news-detail .item.with-picture{
    padding-left: 0
}
.news-detail .item .picture {
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    min-height: 145px;
    text-align: center;
}
.korpus{
    width: 100%
}
.korpus label{
width: 100%;
    height: 38px;
}
.gallery .item a span i{
        font-style: normal;
    position: relative;
    top: -33px;
    font-size: 14px;
    line-height: 14px;
}
.slider-switcher li {
    height: 39px !important;
    width: 94%;
}
#mw_callback{
    width: auto !important;
}
#header > div > div.col-lg-5.col-md-5.col-sm-5.col-xs-6{
        zoom: 0.7;
}
}
@media (max-width: 450px){





#header > div > div.col-xs-6{
    width: 100%
}
#header > div > div.col-lg-5.col-md-5.col-sm-5.col-xs-6{
        margin-left: 0%;
            margin-bottom: -55px;
            margin-left: 4%;
            width: 94%;
}
#about .cols .col{
    width: 100%;


    padding: 30px;
}
.slider{
        zoom: 0.32;
}
body{
/*    overflow-x: hidden;*/
}
#header-logo{
    font-size: 30px;
    text-align: right;
    line-height: 30px;
    padding-top: 10px;
    height: 130px;
    padding-left: 130px;
    background-size: 120px;
}
    #header-logo .slogan{
    padding-left: 0;
    white-space: initial;
    text-align: right;

    }
}
@media (max-width: 375px){
.photo-image img{
	max-width: 100% !important;
    height: auto !important;
}
.photo-main{
	min-width: auto;
}
.photo-main-table{
	    top: 30%;
}
.photo-image td{
	height: auto;
}
.photo-footer{
	width: 100% !important
}
.photo-slideshow-button{
	display: none;
}
.photo-image{
	height: 100%;
}
.photo-main-block-wrap{
	width: 100vw;
}
.photo-close{
/*	display: none;*/
}
.photo-close span{
	    top: 132%;
    right: 65px;
}
.photo-prev-slide-wrap{
position: absolute;
    left: -10%;
}
.photo-open-footer{
	display: none;
}
.photo-next-slide-wrap{
    position: absolute;
    margin-left: 80vw;
}

}



.mobile-nav{
        background: #e2e8ed 0% 0% repeat-x url(/bitrix/templates/main/components/bitrix/menu/top-menu/images/top-menu-back.png);

}
.navbar-brand{
    color: #4b4b4b !important;
    padding-left: 40px !important;
}
.navbar-toggle{
        z-index: 999;
    background: #fff !important;
    margin-right: 40px !important;
}
.navbar-toggle .icon-bar{
        background: #d6e1e7;
}
.navbar-brand, .navbar-nav>li>a{
        text-align: center;
    color: #4b4b4b;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.mobile-nav{
    display: none;
}
.banners .item .description{
    max-width: 1180px !important
}
.faq .question-container .question .marker{
/*        font-size: 11px !important;*/
width: 25px !important;
    height: 25px !important;
}
.slider-switcher li{
    height: 39px !important;
}
#bottom-menu{
    background: #464646
}
.faq{
    width: 100% !important
}
.callback-form .text{
	width: 100%
}
.order-form .button{
	width: 100% !important
}
.year-block{
    height: auto !important;
        padding-bottom: 15px;
}
#about{
        background-color: #ffffff;
    padding: 50px 0;
        margin-bottom: 50px;
}
#header-callback .phones a,
#header-callback .phones a:hover,
#header-callback .phones a:focus {
	color: #4b4b4b;
	text-decoration: none;
}
#footer-callback .phones a,
#footer-callback .phones a:hover,
#footer-callback .phones a:focus {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 769px) {
.bullet {
	padding: 10px;
}
.bullet p {
	font-size: 15px;
}
}
/* End */
/* /bitrix/templates/main/components/bitrix/menu/top-menu/style.css?15168383511926 */
/* /bitrix/templates/main/components/bitrix/breadcrumb/breadcrumb/style.css?1516838351766 */
/* /bitrix/templates/main/components/bitrix/menu/bottom-menu/style.css?1516838351809 */
/* /bitrix/templates/main/components/bitrix/form/order-form/bitrix/form.result.new/.default/style.css?15168383512290 */
/* /bitrix/templates/main/styles.css?178307054810795 */
/* /bitrix/templates/main/template_styles.css?178307054831258 */
