﻿
/*@import url("http://allfont.ru/allfont.css?fonts=roboto-condensed");*/
.clearfix {
  clear: both; }

.wrapper {
  overflow: hidden; }

.container {
  width: 970px;
  margin: 0 auto;
  position: relative; }

html body .content {
  z-index: 2;
  overflow: hidden; }

.back-btn {
    float: left;
    width: 100%;
    margin:15px 0  30px 0;
}
.back-btn .actual__link-wrap {
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0;
       top: 0;
    left: 0;
}
.back-btn .actual__link {
    position: relative;
      display: inline-block;
        margin: 0;
    top: 0;
    left: 0;
}

.actual {
  background: #f8f8f8 url("/Content/newsmb/img/top-map.png") top center no-repeat;
  background-size: contain;
  padding: 35px 0 70px;
  margin-bottom: 50px; }

.actual__link-wrap {
  display: block;
  width: 325px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  font-family: "RobotoRegular", sans-serif;
  position: absolute;
  right: 0;
  top: -250px;
  z-index: 3;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .actual__link-wrap:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background: #f35c62; }
  .actual__link-wrap:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    bottom: 0;
    background: #fbac3c; }
  .actual__link-wrap:hover .gr-letter {
    color: white !important; }

.actual__link-wrap.actual__link-wrap-second {
  top: -180px; }
  .actual__link-wrap.actual__link-wrap-second a.actual__link-second {
    text-decoration: none; }
  .actual__link-wrap.actual__link-wrap-second:before {
    background: #1eb8be; }
  .actual__link-wrap.actual__link-wrap-second:after {
    background: #65cb5a; }

.actual__link-wrap.actual__link-wrap-third {
  top: -110px; }
  .actual__link-wrap.actual__link-wrap-third a.actual__link-third {
    text-decoration: none; }
  .actual__link-wrap.actual__link-wrap-third:before {
    background: #a7adc6; }
  .actual__link-wrap.actual__link-wrap-third:after {
    background: #5c637b; }

.actual__link-third {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

.actual__link-wrap.actual__link-wrap-third a{color: #686d82
}
.actual__link-wrap.actual__link-wrap-third a:hover{color: #fff;}
  .actual__link-third:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(left, #5c637b,#a7adc6 );
    background: linear-gradient(90deg, #5c637b,#a7adc6); }
  .actual__link-third:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, #5c637b,#a7adc6);
    background: linear-gradient(90deg, #5c637b,#a7adc6);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1; }
  .actual__link-third:hover:before {
    height: 46px; }
  .actual__link-third:hover .gr-letter {
    color: white !important; }







.back-btn .left-arrow {
 float: left;
    width: 45px;
    height: 100%;
    background: url(/Content/newsmb/img/btn-arrow.png) 50% 50% no-repeat;
}
.back-btn .right-p {
    display: inline-block;
    width: 45px;
}

.article h4{
font-size: 18px;
    color: #f36c6f;
    margin-bottom: 40px;
    font-weight: 500;
}
.article p{
font-size: 14px;
    color: #191e34;
    margin-bottom: 20px;
}

/* tabs */
.tabs-content{
    float: left;
    width: 100%;
    margin:0 0 20px 0;
}
.tabs-content ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 61px;
	width: 100%;
    display: table;
    overflow: hidden;
}

.tabs-content ul.tabs li {
display: table-cell;
	margin: 0;
	cursor: pointer;
width: 33%;
	height: 61px;
		border: 2px solid #f56e5a;
	color: #f56e5a;
	position: relative;
    vertical-align: middle;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    border-left-width: 1px;
    border-right-width: 1px;
}
.tabs-content ul.tabs li:first-child{border-left: 2px solid #f56e5a;}
.tabs-content ul.tabs li:last-child{border-right: 2px solid #f56e5a;}


.tabs-content ul.tabs li:hover {
text-decoration: underline;
}

.tabs-content ul.tabs li.active {
	background-color: #f56e5a;
	color: #fff;
}
.tabs-content ul.tabs li.active:hover{text-decoration: none;}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
    margin-top: -2px;
}

.tab_content {
	display: none;
    width: 100%;
    padding-bottom: 10px;
}
.tab_content p{
      font-family: "RobotoLight";
font-size: 18px;
line-height: 26px;
    margin-bottom: 20px;
}
p a{color: #f56e5a;font-family: "RobotoRegular";}
p a:hover{text-decoration: none;}

.tab_drawer_heading { display: none; }

.form-content {
    overflow: hidden;
    clear: both;
    background: #e9eaf1;
    border: 2px solid #f56e5a;
    padding: 20px;
    margin-bottom: 20px;
}
.form-content.red{background: #f56e5a;padding: 50px 20px;}
.tab_content .actual__link-wrap {
    float: left;
    margin-right: 20px;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 
}
.tab_content .actual__link-wrap button{
   padding: 0 35px;
}


.tab_content .actual__link {
       position: relative;
    top: 0;
     left: 0;
    right: 0;
    bottom: 0;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

ul{list-style-type: none;padding: 0;}
.information {
    l
}
.information li {
    border: 2px solid #e9eaf1;
    padding: 6px 18px;
    border-bottom: none;
}
.information li:last-child{
 border: 2px solid #e9eaf1;}
.information li a {
    font-size: 16px;
    color: #191e34;
    text-decoration: none;
    line-height: 26px;
}
.information li  a span.h {
    display: block;
    font-size: 22px;
    color: #3dc192;

}
.information li  a span{
    border-bottom: 1px solid transparent;
}
.information li:hover .border-green{border-bottom: 1px solid #3dc192}
.information li:hover .border-black{border-bottom: 1px solid #191e34;}
.news-list {
}
.news-list li {
    position: relative;
       border-top: 2px solid #e9eaf1;
    overflow: hidden;
    clear: both;
    padding: 6px 15px;
    line-height: 22px;
}
.news-list li:last-child{border-bottom:2px solid #e9eaf1; }
.news-list li span {
    position: absolute;
    left: 10px;
    font-size: 18px;
    color: #3dc192;
}
.news-list li a {
    display: block;
    float: left;
    overflow: hidden;
    padding-left: 120px;
    font-size: 16px;
    color: #404040;
    text-decoration: none;
    padding-right:20px;
}
.news-list li a:hover{
color: #f36c6f;
    text-decoration: underline;
}

.seminars {
    overflow: hidden;
    clear: both;
    margin: 0 0 50px 0;
}
.seminar-item{
    overflow: hidden;
    clear: both;
    margin: 0 0 30px 0;
}
.seminar-item .date {
    display: block;
    font-size: 30px;
    color: #f36c6f;
    margin-bottom: 20px;
}
.seminar-item table {
    width: 100%;
    border: 2px solid #e9eaf1;
    border-right: none;
    border-bottom: none;
}

.seminar-item tr {
    
}

.seminar-item tr td{
      border: 2px solid #e9eaf1;
    border-top: none;
    border-left: none;
    padding: 5px 10px;
    font-size: 16px;
    vertical-align: text-bottom;
    color: #191e34;
}
.seminar-item tr td a{color: #f36c6f;text-decoration: none;}
.seminar-item tr td a:hover{text-decoration: underline;}
.seminar-item tr td:first-child{font-size: 18px;}
.seminar-item tr td p{}
.seminar-item td:nth-child(1) {width:14%}
.seminar-item td:nth-child(2) {width:56%}
.seminar-item td:nth-child(3) {width:30%}

.form-needs {
    width: 960px;
    padding: 20px 0;
    background: #f6f7fa;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdee6;
    overflow-x: scroll;
}
.form-needs .form-line {
        overflow: visible;
    width: 100%;
    clear: both;
    display: table;
    margin-bottom: 9px;
}
.form-needs label {
        display: table-cell;
    width: 25%;
    text-align: right;
    padding-right: 2%;
     vertical-align: middle;
    font-size: 12px;
}
.form-needs .input {
      position: relative;
    display: table-cell;
    width: 73%;
}
.form-needs .input select{
width: 420px;
}
.form-needs input {
     font-family: "RobotoRegular", sans-serif;
      width: 98%;
    padding: 0 1%;
    border: 1px solid #bebebe;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #ff0000;
}
.form-needs .clear-del {
        display: block;
    width: 10px;
    height: 11px;
    background: url(/Content/newsmb/img/close.png) 0 0 no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.form-needs .clear-del:hover{background-position: 100% 0;}

.form-needs .form-line .input .input-min{width: 33%;position: relative;}
.form-needs .form-line .input .input-min input{
width: 94%;
padding: 0 3%;
}
.form-padding{
padding: 0 170px 0 0;
}

.form-needs .form-line .input .calendar-item {
    float: left;    
    width: 200px;
    margin-right: 12px;
}
.form-needs .form-line .input .calendar-item .input-min input{
width:160px;
padding: 0 10px;
}
.form-needs .form-line .input .calendar-item span {
    float: left;
    margin-right: 10px;
    line-height: 32px;
    font-size: 14px;
}
.form-needs .form-line .input .calendar-item .input-min{float: left;
}
.form-needs button{
padding: 0 25px;
    font-size: 12px;
    color: #fff;
    background: #f35d62;
    cursor: pointer;
    border: none;
    height: 30px;
    margin-top: 8px;
}
.form-needs button:hover{background: #da494c}

.form-needs .btn-gray{
position: absolute;
    right: -100px;
    top: 0;
    width: 80px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: #dcdee6;
    text-align: center;
    line-height: 32px;
}
.form-needs .btn-gray:hover{background: #babecb}


.table-content {
}
.table-content .search-results-line {
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 0 15px;
    height: 38px;
    background: #babecb;
}

.table-content .search-results-line .h-left {
    font-family: "RobotoLight";
    display: block;
    float: left;
    font-size: 18px;
    line-height: 38px;
    color: #303030;
}

.search-nav {
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -185px;
    width: 420px;
}
.search-nav ul {
}
.search-nav li {
    float: left;
    height: 28px;
}
.search-nav li a {
    display: block;
    width: 39px;
    height: 28px;
    background-color: #dcdee6;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-decoration: none;
}
.search-nav li:nth-child(1) a{background-image: url(/Content/newsmb/img/s-l1.png);}
.search-nav li:nth-child(1) {margin-right: 4px}
.search-nav li:nth-child(2) a{background-image: url(/Content/newsmb/img/s-l2.png);}
.search-nav li:nth-child(2) {margin-right: 14px;}
.search-nav li:nth-child(4) {margin-right: 14px;}
.search-nav li:nth-child(5) a{background-image: url(/Content/newsmb/img/s-r2.png);}
.search-nav li:nth-child(5) {margin-right: 4px;}
.search-nav li:nth-child(6) a{background-image: url(/Content/newsmb/img/s-r1.png);}
.search-nav li a:hover{background-color: #fff;}

.search-nav li input {
    overflow: hidden;
    width: 79px;
    height: 26px;
    line-height: 28px;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #303030;
    text-align: center;
    border-radius: 0;
}
.search-nav li span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #dcdee6;
        font-size: 16px;
    color: #303030;
}
.table-content .numbers-recording{
float: right;
    line-height: 38px;
    font-size: 14px;
    color:#fff;
}
.table-content .numbers-recording span{ color:#303030;padding-left: 10px;}



.table-content table {
    min-width: 960px;
    width: 100%;
border-collapse: collapse;

}
.table-content.white-bg table{
border:  2px solid #dedede;

}
.table-content.white-bg table tr:last-child td{border-bottom: 1px solid #dedede;}


.table-content table tr:hover td {
 border-top: 2px solid #191e34;
     border-bottom: 2px solid #191e34;
    cursor: pointer;
    position: relative;
    z-index: 9999;
background: #e8e9f1
}
.table-content table tr:nth-child(2n+1):hover td{background: #e8e9f1}
.table-content table tr td:first-child {
 border-left: none
}
.table-content table tr td:last-child {
 border-right:none
}
.table-content table tr:last-child td{border-bottom: 2px solid transparent}

.table-content table tr {

}
.table-content table tr th {
    font-size: 12px;
    color: #fff;
    border-right: 2px solid #dedede;
   border-bottom: 2px solid #dedede;
    background: #191e34;
    text-align: center;
    vertical-align: top;
    padding: 15px 15px;
font-weight: 500;
}
.table-content table tr {

}
.table-content table tr td{
font-size: 12px;
    color: #191e34;
    border: 2px solid #dedede;
    border-bottom: none;
    padding: 10px 15px;
    background: #ffffff;
    vertical-align: top;
}
.table-content table tr td:first-child{border-left: none;}
.table-content table tr td:last-child{border-right: none;}
.table-content table tr:nth-child(2n+1) td{background: #f6f7fa}
.table-content table td span{color: #bebebe;display: block;}
.table-content table td a{
font-size: 12px;
    color: #191e34;
}
.table-content table td .center{text-align: center;}

.tab_content h4{
font-size:18px;
    color: #3dc192;
    padding-left: 20px;
    font-weight: 500;
}
.tab_content .gray-table{
    width: 100%;
border-collapse: collapse;
    border: 2px solid #191e34;
    margin-bottom: 10px;
}
.tab_content .gray-table tr td{
font-size: 12px;
    color: #191e34;
   border-bottom: 1px solid #dedede;
    padding: 10px 15px;
    background: #ffffff;
    vertical-align: top;
}
.tab_content .gray-table tr:last-child td{border-bottom: none;}
.tab_content .gray-table tr td:first-child{width: 30%;text-align: right;background: #f6f7fa;}

.tab_content .gray-table tr td a{
font-size: 12px;
    color: #191e34;
    font-weight: bold;
}

.tab_content .gray-table tr td a:hover{text-decoration: none;}






/* tabs table */

.tabs-table{
    float: left;
    width: 96%;
    margin:0 0 20px 0;
    padding: 0 2%;
    position: relative;
    z-index: 1;
    overflow-x: auto;
}

.tabs-table ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 38px;
	width: 100%;
    display: table;
    overflow: hidden;
     border: none;
     background: #f6f7fa;
}
.tabs-table ul.tabs.no-display-table{display: block;}
.tabs-table ul.tabs li {
display: table-cell;
	margin: 0;
    padding:  0 25px;
	cursor: pointer;
	height: 38px;
	color: #303030;
	position: relative;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    border: none;
}
@media only screen and (max-width : 1170px) {
    .tabs-table ul.tabs li{padding: 0 5px;}

}


.tabs-table ul.tabs.no-display-table li{display: block;float: left;line-height: 38px;}
.tabs-table ul.tabs li:hover {
background: #dcdee6;
}

.tabs-table ul.tabs li.active {
	background-color: #191e34;
	color: #fff;
}
.tabs-table ul.tabs li.active:hover{text-decoration: none;}

.tabs-table .tab_content{
    position: relative;
    overflow: hidden;
    clear: both;
background: #191e34;
    padding: 5px 2px;
    z-index: 999;
}
.tabs-table .tab_content.white{background: #fff;border-top: 5px solid #191e34;}


.accordion{
	padding:0;
	margin:0 0 60px 0;
	list-style:none;
	width:100%;
	overflow-x: auto;
}
.accordion li{
position:relative;
	width:100%;
	float:left;

}
.accordion .opener{
    font-family: "RobotoLight";
position:relative;
	display:block;
	width:100%;
	overflow:hidden;
    height: 38px;
	color:#303030;
	text-decoration:none;
background: #babecb;
	font-size: 18px;
    line-height: 38px;

}
.uncover{
display:block;
font-size:12px;
color:#fff;
position:absolute;
right:45px;
top:0;
line-height: 38px;
}
.turn{
display:none;
font-size:12px;
color:#fff;
position:absolute;
right:45px;
top:0;
line-height: 38px;
}
.accordion .active .opener  .turn{display:block;}
.accordion .active .opener  .uncover{display:none;}
.accordion .opener .span{
display:block;
width:910px;
	padding:0 12px 0 30px;
	 background:  url(/Content/newsmb/img/arrow-uncover.png) no-repeat 99% 50%;
}
.accordion .active .opener  .span{  background:  url(/Content/newsmb/img/arrow-turn.png) no-repeat 99% 50%;}
.accordion .active .submenu{}

.submenu{
	overflow:hidden;
	display:none;
}
.submenu li{
	margin:0;
	float:none;
	width:auto;
    padding: 0;
}

.map-bg{
overflow: hidden;
clear: both;
background: url(/Content/newsmb/img/top-map.png) 50% 0 no-repeat;
}



.row{
overflow: hidden;
    clear: both;
    
}
.col{
float: left;
    margin-right: 4%;
}
.col.col-6{
width: 48%;
    padding-bottom: 35px;
}
.col.col-6:last-child{margin-right: 0;}

.col.col-12{
width: 100%;
    padding: 0;
    margin-bottom: -20px;
}

@media only screen and (max-width : 768px) {
    .col.col-6{width: 100%;margin: 0;}
}

/* checkbox styles */
.checkbox {
padding: 8px 0;
}
.checkbox input[type="checkbox"] {
    display:none;
}

.checkbox  input[type="checkbox"] + label {

}

.checkbox  input[type="checkbox"] + label .pseudo-checkbox {
    display:inline-block;
		float: left;
    width:16px;
    height:16px;
    margin:-1px 8px 0 0;
    vertical-align:middle;
    background:url(/Content/newsmb/img/checkbox.png) 0 0 no-repeat;
    cursor:pointer;
}

.checkbox  input[type="checkbox"]:checked + label .pseudo-checkbox {
    background:url(/Content/newsmb/img/checkbox.png) 100% 0 no-repeat;
}
.checkbox  input[type="checkbox"]:checked + label{}


/* end checkbox */


/*
.right-btn {
    float: right;
    margin-top: -80px;
    margin-right: 10px;
}
.right-btn li {
    float: left;
    margin: 0 10px 0 0;
}
.right-btn li:last-child{margin-right: 0;}
.right-btn .actual__link-wrap {
    position: relative;
    width: 145px;
    height: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
    font-size: 18px;
    overflow: hidden;
}
.right-btn  .actual__link-second {
      position: relative;
    top: 0;
    left: 0;
}

*/


.tab_content form{
overflow: hidden;
    clear: both;
}
.form-content .form-padding {
    padding:  0 170px 0 0;
}

.form-content .form-line {
    overflow: visible;
    width: 100%;
    clear: both;
    display: table;
    margin-bottom: 9px;
}
.form-content .form-line label {
    display: table-cell;
    width: 25%;
    text-align: right;
    padding-right: 2%;
     vertical-align: middle;
    font-size: 12px;
}
.form-content .form-line .input {
    position: relative;
    display: table-cell;
    width: 73%;
}
.form-content .form-line input {
    width: 98%;
    padding: 0 1%;
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.form-content .form-line .input .input-min{width: 33%;position: relative;}
.form-content .form-line .input .input-min input{
width: 94%;
padding: 0 3%;
}
.form-content .form-line .clear-del {
    display: block;
    width: 10px;
    height: 11px;
    background: url(/Content/newsmb/img/close.png) 0 0 no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.form-content .form-line .clear-del:hover{background-position: 100% 0;}








.gen__link-wrap {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  box-sizing: border-box; }


.list-knowledge_base {
    margin: 0;
    padding: 0;
}
.list-knowledge_base li {
    border-top: 2px solid #e9eaf1;
    overflow: hidden;
    clear: both;
    padding: 6px 15px;
    line-height: 22px;
}
.list-knowledge_base li:last-child{border-bottom:2px solid #e9eaf1; }
.list-knowledge_base a {
    font-size: 16px;
    color: #404040;
    text-decoration: none;
}
.list-knowledge_base a:hover{
color: #f36c6f;
    text-decoration: underline;
}


.resident-block h4 {
    font-size: 36px;
    color: #f35e61;
    margin-bottom: 20px;
    font-weight: 500;
}
.resident-block p {
     font-family: "RobotoLight";
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #060628;
    margin-bottom: 20px;
    padding-left: 40px;
}
.resident-block p a{
color: #f35e61;
}
.resident-block p a:hover{text-decoration: none;}



.area-list li {
       border-top: 2px solid #e9eaf1;
    overflow: hidden;
    clear: both;
    padding: 6px 15px;
    line-height: 22px;
}
.area-list li:last-child{border-bottom:2px solid #e9eaf1; }
.area-list span.site-link {
    float: right;
    display: block;
    width: 26%;
    font-size: 18px;
    color: #3dc192;
    text-align: left;
}
.area-list a:hover span.site-link{text-decoration: underline;}
.area-list a {
    float: left;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #404040;
    text-decoration: none;
}
.area-list a:hover{
color: #f36c6f;
    text-decoration: underline;
}
.area-list span.name-area{
float: left;
    width: 71%;
    display: block;
}
.instruction-list {
}
.instruction-list li {
    margin-bottom: 12px;
}
.instruction-list a {
    font-size: 24px;
     color: #3dc192;
    text-decoration: none;
}
.instruction-list a:hover{text-decoration: underline;}
.main h3{
font-size: 36px;
 color: #3dc192;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
}
.instruction-item {
    overflow: hidden;
    clear: both;
    text-align: center;
    padding-bottom: 30px;
}
.instruction-item img{
box-shadow: 0 0 22px 2px #ccc;
}
.instruction-item .top {
    font-size: 18px;
    color: #0c0e2f;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: left;
}
.instruction-item span {
    float: left;
    font-size: 24px;
    color: #f36c6f;
    display: block;
    margin-right: 20px;
}

    .link-list{padding-top: 0;}
    .link-list .actual__link-wrap{max-width: 100%;min-width: 100%;white-space: nowrap;}
    .actual__magazine {
        height: 165px;
    }

.link-list {
overflow: hidden;
    clear: both;
    margin-left: 0;
}
.link-list li.actual__link-wrap{ 
    width: 400px;
margin-bottom: 25px;
    top: 0;
}

.link-list a {
}
.link-list .actual__link {
    position: relative;
}
.link-list .actual__link-wrap{position: relative;}



.block-mask {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 1px 9px rgba(0, 0, 0, 0.8); }

.actual__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none; }
  .actual__link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(left, #f35c62, #fbac3c);
    background: linear-gradient(90deg, #f35c62, #fbac3c); }
  .actual__link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, #f35c62, #fbac3c);
    background: linear-gradient(90deg, #f35c62, #fbac3c);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1; }
  .actual__link:hover:before {
    height: 46px; }

.actual__link-second {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none; }
  .actual__link-second:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(left, #65cb5a, #1eb8be);
    background: linear-gradient(90deg, #65cb5a, #1eb8be); }
  .actual__link-second:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, #65cb5a, #1eb8be);
    background: linear-gradient(90deg, #65cb5a, #1eb8be);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1; }
  .actual__link-second:hover:before {
    height: 46px; }
  .actual__link-second:hover .gr-letter {
    color: white !important; }

.actual__title-inner {
  font-size: 72px;
  line-height: 65px;
  height: 77px;
  font-family: "RobotoLight", sans-serif;
  font-weight: lighter;
  margin: 0 0 10px 0;
  background: -webkit-linear-gradient(left, #65cb5a, #1eb8be);
  background: linear-gradient(90deg, #65cb5a, #1eb8be);
  text-align: right;
  color: white;
  padding: 0 0 8px 0; }

.top-title-1 {
  text-align: left;
  line-height: 65px; }

.top-title-2 {
  text-align: left;
  line-height: 65px; }

.top-title-1 span,
.top-title-2 span {
  white-space: nowrap; }

.actual__title-inner {
  box-sizing: border-box; }

.actual__descr {
  font-family: "RobotoLight", sans-serif;
  font-size: 18px;
  color: #0c0e2f;
  margin-bottom: 35px; }

.actual__needs {
  margin-bottom: 55px; }

.actual__left-block-wrap {
  padding: 4px;
  background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
  background: linear-gradient(135deg, #64cb5b, #1eb8be);
  margin-right: 60px;
  display: inline-block; }
  .actual__left-block-wrap a.gen__link-wrap {
    color: #0c0e2f; }

.actual__right-top-wrap {
  padding: 4px;
  background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
  background: linear-gradient(135deg, #64cb5b, #1eb8be);
  margin-bottom: 18px; }
  .actual__right-top-wrap a.gen__link-wrap {
    color: white;
    text-decoration: none; }

.actual__right-bottom-wrap {
  display: inline-block;
  width: 443px;
  padding: 4px;
  background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
  background: linear-gradient(135deg, #64cb5b, #1eb8be);
  vertical-align: top; }
  .actual__right-bottom-wrap a.gen__link-wrap {
    color: #fff;
    text-decoration: none; }

.actual__left-block-mask {
  background: url("/Content/newsmb/img/rus-flag.jpg") top left no-repeat;
  background-size: cover; }

.actual__left-block {
  position: relative;
  width: 443px;
  display: inline-block;
  height: 727px;
  padding: 30px;
  vertical-align: top;
  background: url("/Content/newsmb/img/mask_white.png") repeat;
  color: #0c0e2f;
  box-sizing: border-box;
  -webkit-transition: background-position .3s ease-in-out;
  transition: background-position .3s ease-in-out; }

.actual__left-block:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 41px;
  background: url("/Content/newsmb/img/small-shadow.png") center bottom no-repeat; }

.general__link {
  position: absolute;
  bottom: 0;
  line-height: 58px;
  height: 0;
  background: -webkit-linear-gradient(left, #65cb59, #1eb8be);
  background: linear-gradient(90deg, #65cb59, #1eb8be);
  width: 100%;
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
  color: white; }

.general__link-inner {
  padding-right: 50px;
  padding-left: 30px;
  font-size: 24px;
  background: url("/Content/newsmb/img/general-link-arr.png") right center no-repeat;
  font-family: "RobotoRegular"; }

.actual__left-block-mask:hover {
  background-position: 0 -50px; }

.actual__left-block:hover .general__link {
  height: 58px;
  opacity: 1; }

.actual__left-block:hover .actual__needs-text {
  bottom: 70px; }

.general__link-inner {
  opacity: 0;
  -webkit-transition: all .2s ease-in .1s;
  transition: all .2s ease-in .1s; }

.actual__left-block:hover .general__link-inner {
  opacity: 1; }

.actual__content-title {
  margin: 0;
  font-family: "RobotoRegular", sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase; }

.actual__content-descr {
  font-family: "RobotoLight", sans-serif;
  font-size: 25px;
  line-height: 27px;
  color: #fff; }

.actual__right {
  width: 449px;
  height: 730px;
  display: inline-block;
  vertical-align: top;
  color: white; }

.actual__right-top:hover .general__link-inner {
  opacity: 1; }

.actual__right-top-mask:hover {
  background-position: 0 -50px; }
  .actual__right-top-mask:hover .actual__right-top {
    padding-top: 10px; }

.actual__right-top:hover .general__link {
  height: 58px;
  opacity: 1;
  line-height: 58px; }

.actual__right-bottom:hover .actual__needs-text {
  bottom: 70px; }

.actual__right-bottom:hover .general__link-inner {
  opacity: 1; }

.actual__right-bottom-mask:hover {
  background-position: 0 -50px; }
  .actual__right-bottom-mask:hover .actual__right-bottom {
    padding-top: 10px; }

.actual__right-bottom:hover .general__link {
  height: 58px;
  opacity: 1; }

.actual__right-top-mask {
  background: url("/Content/newsmb/img/tat-republic-part1.jpg") top left no-repeat;
  background-size: cover; }

.actual__right-top {
  padding: 30px;
  height: 351px;
  position: relative;
  background: url("/Content/newsmb/img/mask_black.png") repeat;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.actual__right-top:after,
.actual__right-bottom:after,
.actual__bottom-left:after,
.actual__bottom-right:after 
.newneeds-left:after,
.newneeds-right:after

{
  display: block;
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 41px;
  background: url("/Content/newsmb/img/small-shadow.png") center bottom no-repeat; }

.actual__right-bottom-mask {
  background: url("/Content/newsmb/img/tat-republic-part2.jpg") top left no-repeat;
  background-size: cover; }

.actual__right-bottom {
  padding: 30px;
  position: relative;
  height: 351px;
  background: url("/Content/newsmb/img/mask_black.png") top left repeat;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.actual__needs-text {
  position: absolute;
  bottom: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.actual__magazine-wrap {
  padding: 4px;
  background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
  background: linear-gradient(135deg, #64cb5b, #1eb8be);
  margin-bottom: 55px; 
margin-top:30px;
}
  .actual__magazine-wrap a.gen__link-wrap {
    color: white;
    text-decoration: none; }

.actual__magazine-mask {
  background: url("/Content/newsmb/img/magazines.jpg") left top no-repeat;
  background-size: cover; }

.actual__magazine {
  position: relative;
  background: url("/Content/newsmb/img/mask_black.png") left top;
  height: 350px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.actual__magazine:hover .actual__magazine-text {
  bottom: 60px; }

.actual__magazine:hover .general__link-inner {
  opacity: 1; }

.actual__magazine-mask:hover {
  background-position: 0 -50px; }

.actual__magazine:hover .general__link {
  height: 58px;
  opacity: 1; }

.actual__magazine-text {
  color: white;
  position: absolute;
  left: 30px;
  bottom: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.actual__magazine:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 41px;
  background: url("/Content/newsmb/img/big-shadow.png") center bottom no-repeat; }

.newneeds-left,
.newneeds-right {
  position: relative;
  width: 442px;
  height: 352px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
  padding: 30px;
}

.newneeds-right-mask-rf {
  background: url("/Content/newsmb/img/businessman1.jpg") no-repeat;
  background-size: cover; }

.newneeds-left-mask-rf {
  background: url("/Content/newsmb/img/businessman2.jpg") no-repeat;
  background-size: cover; }

.newneeds-left,
.newneeds-right {
  box-sizing: border-box;
  background: url("/Content/newsmb/img/mask_black.png") repeat;
  color: white; }




.actual__bottom-left,
.actual__bottom-right {
  position: relative;
  width: 442px;
  height: 352px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.actual__bottom-right {
  padding: 30px; }

.actual__bottom-right-mask {
  background: url("/Content/newsmb/img/businessman.jpg") no-repeat;
  background-size: cover; }


.actual__bottom-right {
  box-sizing: border-box;
  background: url("/Content/newsmb/img/mask_black.png") repeat;
  color: white; }

.actual__bottom-left-mask {
  background: url("/Content/newsmb/img/sheet.jpg") no-repeat;
  background-size: cover; }



.actual__bottom-left {
  background: url("/Content/newsmb/img/mask_white.png") repeat; }
  .actual__bottom-left .actual__needs-text {
    left: 30px; }

.actual__bottom-left-wrap {
  display: inline-block;
  margin-right: 60px;
  padding: 4px;
  background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
  background: linear-gradient(135deg, #64cb5b, #1eb8be); }

.actual__bottom-right-wrap {
  display: inline-block;
  display: -ms-inline-grid;
  padding: 4px;
  background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
  background: linear-gradient(135deg, #64cb5b, #1eb8be); }
  .actual__bottom-right-wrap a.link-wrap-businessman {
    color: white;
    text-decoration: none; }
.newneeds-left-wrap {
  display: inline-block;
  margin-right: 60px;
  padding: 4px;
  background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
  background: linear-gradient(135deg, #64cb5b, #1eb8be); }
  .newneeds-left-wrap a.link-wrap-businessman {
    color: white;
    text-decoration: none; }

.newneeds-right-wrap {
  display: inline-block;
  display: -ms-inline-grid;
  padding: 4px;
  background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
  background: linear-gradient(135deg, #64cb5b, #1eb8be); }
  .newneeds-right-wrap a.link-wrap-businessman {
    color: white;
    text-decoration: none; }



.actual__bottom-right:hover .actual__needs-text {
  bottom: 70px; }

.actual__bottom-right:hover .general__link-inner {
  opacity: 1; }

.actual__bottom-right-mask:hover {
  background-position: 0 -50px; }
  .actual__bottom-right-mask:hover .actual__bottom-right {
    padding-top: 10px; }

.actual__bottom-right:hover .general__link {
  height: 58px;
  opacity: 1; }

.actual__bottom-left:hover .actual__needs-text {
  bottom: 70px; }

.actual__bottom-left:hover .general__link-inner {
  opacity: 1; }

.actual__bottom-left-mask:hover {
  background-position: 0 -50px; }

.actual__bottom-left:hover .general__link {
  height: 58px;
  opacity: 1; }

.analytics {
  padding: 30px 0 80px 0; }

.analytics-title1 {
  background: -webkit-linear-gradient(left, #f35d62, #fbac3c);
  background: linear-gradient(90deg, #f35d62, #fbac3c); }

.analytics-title2 {
  text-transform: none;
  background: -webkit-linear-gradient(left, #f35d62, #fbac3c);
  background: linear-gradient(90deg, #f35d62, #fbac3c); }

.analitycs-bigblock-mask {
  background: url("/Content/newsmb/img/big-clients.jpg") left top no-repeat;
  background-size: cover; }

.analitycs-bigblock-mask2 {
  background: url("/Content/newsmb/img/distance.jpg") left top no-repeat;
  background-size: cover; }
.analytics__bigcomp-wrap {
  background: -webkit-linear-gradient(left, #f35d62, #fbac3c);
  background: linear-gradient(90deg, #f35d62, #fbac3c); }
  .analytics__bigcomp-wrap .actual__magazine {
    background: url("/Content/newsmb/img/mask_black.png") left top repeat; }
    .analytics__bigcomp-wrap .actual__magazine:hover {
      background-position: 0 -58px; }

.general__link-analytics {
  background: -webkit-linear-gradient(left, #f35d62, #fbac3c);
  background: linear-gradient(90deg, #f35d62, #fbac3c); }

.analytics__bottom-left-mask {
  background: url("/Content/newsmb/img/group-people.jpg") left top no-repeat;
  background-size: cover; }
  .analytics__bottom-left-mask:hover {
    background-position: 0 -50px; }

.analytics__bottom-left-mask2 {
  background: url("/Content/newsmb/img/goods/group-people2.jpg") left top no-repeat;
  background-size: cover; }
  .analytics__bottom-left-mask2:hover {
    background-position: 0 -50px; }


.analytics__bottom-left {
  background: url("/Content/newsmb/img/mask_black.png") left top repeat;
  color: white; }
  .analytics__bottom-left a.gen__link-wrap {
    color: white;
    text-decoration: none;
    box-sizing: border-box; }

.analytics__bottom-right-mask {
  background: url("/Content/newsmb/img/results.jpg") top left no-repeat;
  background-size: cover; }
  .analytics__bottom-right-mask:hover {
    background-position: 0 -50px; }

.analytics__bottom-right-mask2 {
  background: url("/Content/newsmb/img/goods/results2.jpg") top left no-repeat;
  background-size: cover; }
  .analytics__bottom-right-mask2:hover {
    background-position: 0 -50px; }

.analytics__bottom-right {
  background: url("/Content/newsmb/img/mask_black.png") top left repeat; }

.material__left-top-mask {
  background: url("/Content/newsmb/img/question.jpg") top left no-repeat;
  background-size: cover; }
  .material__left-top-mask:hover {
    background-position: 0 -50px; }

.material__left-top {
  background: url("/Content/newsmb/img/mask_white.png") top left repeat; }

.materials {
  background: #f8f8f8;
  padding: 0px 0 0px; }
  .materials .actual__right-bottom-wrap {
    margin-right: 58px;
    margin-bottom: 40px; }
  .materials a.materials__link-wrap {
    color: #0c0e2f;
    text-decoration: none; }

.material__right-top-mask {
  background: url("/Content/newsmb/img/documents.jpg") top left no-repeat;
  background-size: cover; }
  .material__right-top-mask:hover {
    background-position: 0 -50px; }
    .material__right-top-mask:hover .material__right-top {
      padding-top: 10px; }

.material__right-top {
  background: url("/Content/newsmb/img/mask_white.png") top left repeat; }

.material__right-top {
  color: #0c0e2f; }

.actual__left-bottom-mask {
  background: url("/Content/newsmb/img/mails.jpg") top left no-repeat;
  background-size: cover; }
  .actual__left-bottom-mask:hover {
    background-position: 0 -50px; }

.material__right-bottom-mask {
  background: url("/Content/newsmb/img/electronic.jpg") top left no-repeat;
  background-size: cover; }
  .material__right-bottom-mask:hover {
    background-position: 0 -50px; }

.study {
  padding: 70px 0 40px; }
  .study a.link-wrap-businessman {
    color: white;
    text-decoration: none; }

.study__block-left-mask {
  background: url("/Content/newsmb/img/marks.jpg") top left no-repeat;
  background-size: cover; }
  .study__block-left-mask:hover {
    background-position: 0 -50px; }

.stuby__block {
  background: url("/Content/newsmb/img/mask_black.png") top left repeat;
  color: white; }

.study-title1,
.study-title2 {
  background: -webkit-linear-gradient(left, #f35d62, #fbac3c);
  background: linear-gradient(90deg, #f35d62, #fbac3c); }

.study__block-wrap {
  background: -webkit-linear-gradient(left, #f35d62, #fbac3c);
  background: linear-gradient(90deg, #f35d62, #fbac3c); }

.study-block1-mask {
  background: url("/Content/newsmb/img/dates.jpg") top left no-repeat;
  background-size: cover; }
  .study-block1-mask:hover {
    background-position: 0 -50px; }

.study-block1 {
  background: url("/Content/newsmb/img/mask_black.png") top left repeat; }

.study-block2-mask {
  background: url("/Content/newsmb/img/pencil.jpg") top left no-repeat;
  background-size: cover; }
  .study-block2-mask:hover {
    background-position: 0 -50px; }

.study-block2 {
  background: url("/Content/newsmb/img/mask_black.png") top left repeat; }

.support {
  background: #f8f8f8;
  padding: 80px 0 60px; }
  .support .actual__magazine-wrap {
    margin-bottom: 40px; }

.support__main-block-mask {
  background: url("/Content/newsmb/img/grow-busines.jpg") left top no-repeat;
  background-size: cover; }
  .support__main-block-mask:hover {
    background-position: 0 -50px; }

.support__main-block {
  background: url("/Content/newsmb/img/mask_black.png") left top repeat; }

.support-block {
  height: 348px; }

.support-block-wrap {
    cursor: pointer;
  padding: 4px;
  background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
  background: linear-gradient(135deg, #64cb5b, #1eb8be);
  margin-bottom: 40px;
  position: relative; }
  .support-block-wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    height: 41px;
    width: 100%;
    background: url("/Content/newsmb/img/big-shadow.png") top center no-repeat;
    background-size: contain; }

.support-block-1-mask {
  background: url("/Content/newsmb/img/face.jpg") left top no-repeat;
  background-size: cover; }

.support-block-1 {
  background: url("/Content/newsmb/img/mask_black.png") left top repeat; }

.support-block__inner {
  width: 300px;
  padding: 30px 20px;
  height: 100%;
  background: rgba(25, 30, 52, 0.7);
  text-align: right;
  box-sizing: border-box;
  font-family: "RobotoLight", sans-serif;
  position: relative;
  float: left; }

.support-block__inner-title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: lighter;
  line-height: 23px; }

.support-block__inner-descr {
  font-size: 18px;
  color: #ffffff;
  line-height: 21px; }

.support-block__inner-link-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  width: 270px;
  text-align: center;
  box-sizing: border-box; }
.support-block-wrap:hover  .support-block__inner-link{
    background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
    background: linear-gradient(135deg, #64cb5b, #1eb8be);
    color: #fff;
}
  .support-block-wrap:hover .support-block__inner-link .gr-letter {
    color: white !important; }
  .support-block__inner-link-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
    background: linear-gradient(135deg, #64cb5b, #1eb8be); }
  .support-block__inner-link-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
    background: linear-gradient(135deg, #64cb5b, #1eb8be); }

.support-block__inner-link {
  text-decoration: none;
  font-family: "RobotoRegular", sans-serif;
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px; }
  .support-block__inner-link:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    background: #64cb5b; }
  .support-block__inner-link:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    right: 0;
    bottom: 0;
    background: #1eb8be; }
  .support-block__inner-link:hover {
    background: -webkit-linear-gradient(315deg, #64cb5b, #1eb8be);
    background: linear-gradient(135deg, #64cb5b, #1eb8be); }
  .support-block__inner-link:hover .gr-letter {
    color: white !important; }

.support-block-2-mask {
  background: url("/Content/newsmb/img/flying.jpg") top left no-repeat;
  background-size: cover; }

.support-block-2 {
  background: url("/Content/newsmb/img/mask_black.png") top left repeat; }
  .support-block-2 .support-block__inner {
    float: right;
    text-align: left; }

.support-block-3-mask {
  background: url("/Content/newsmb/img/laughts.jpg") left top no-repeat;
  background-size: cover; }

.support-block-3 {
  background: url("/Content/newsmb/img/mask_black.png") left top repeat; }

.support-block-4-mask {
  background: url("/Content/newsmb/img/ship.jpg") left top no-repeat;
  background-size: cover; }

.support-block-4 {
  background: url("/Content/newsmb/img/mask_black.png") left top repeat; }

.support-block-5-mask {
  background: url("/Content/newsmb/img/relationship.jpg") left top no-repeat;
  background-size: cover; }

.support-block-5 {
  background: url("/Content/newsmb/img/mask_black.png") left top repeat; }

.support-block-6-mask {
  background: url("/Content/newsmb/img/safe.jpg") left top no-repeat;
  background-size: cover; }

.support-block-6 {
  background: url("/Content/newsmb/img/mask_black.png") left top repeat; }

.support-block-7-mask {
  background: url("/Content/newsmb/img/innokam.jpg") left top no-repeat;
  background-size: cover; }

.support-block-7 {
  background: url("/Content/newsmb/img/mask_black.png") left top repeat; }
 
.support-block-8-mask {
  background: url("/Content/newsmb/img/stanok.jpg") left top no-repeat;
  background-size: cover; }

.support-block-8 {
  background: url("/Content/newsmb/img/mask_black.png") left top repeat; } 
  
.contacts {
  padding: 70px 0; }

.contacts__block-wrap {
  background: -webkit-linear-gradient(left, #f35d62, #fbac3c);
  background: linear-gradient(90deg, #f35d62, #fbac3c);
  padding: 4px;
  float: left;
  width: 450px;
  max-width: 100%;
  margin-bottom: 20px; }

.contacts__block-wrap:after {
  display: block;
  content: '';
  position: relative;
  bottom: -45px;
  left: 0;
  width: 100%;
  background: url("/Content/newsmb/img/small-shadow.png") center bottom no-repeat; }

.contacts__block-wrap.left {
  margin-right: 49px; }

.contacts__block-inner {
  height: 272px;
  background-size: cover;
  position: relative; }
  .contacts__block-inner:after {
    content: '';
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: -50px;
    left: 0;
    background: url("/Content/newsmb/img/small-shadow.png") left top no-repeat;
    background-size: contain; }

.left .contacts__block-inner {
  background: url("/Content/newsmb/img/contacts-bgu1.jpg") left top no-repeat; }

.right .contacts__block-inner {
  background: url("/Content/newsmb/img/contacts-bgu2.jpg") left top no-repeat; }

.contacts__block-inner {
  padding: 40px 10px 40px 30px;
  color: #fff;
  text-align: left;
  font-family: "RobotoRegular", sans-serif; }

.contacts__block-title {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 5px 0;
  line-height: 30px; }

.contacts__block-descr {
  margin-bottom: 100px;
  color: #ffffff;
  font-size: 30px;
  font-family: "RobotoLight", sans-serif; }

.contacts__block-email,
.contacts__block-phone {
  font-size: 40px;
  display: block;
  color: #fff;
  text-decoration: none; }

.footer {
  background: #191e34;
  padding: 27px 0; }

.footer__logo {
  display: inline-block;
  width: 206px;
  height: 25px;
  background: url("/Content/newsmb/img/footer-logo.png") left top no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  margin-right: 40px; }

.footer__menu {
  display: none;
  padding: 0;
  margin: 0; }
  .footer__menu .footer__menu-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    .footer__menu .footer__menu-item .footer__menu-link {
      color: #9ca5be;
      text-decoration: none;
      text-transform: uppercase; }
      .footer__menu .footer__menu-item .footer__menu-link:hover {
        color: #ffffff; }

.to-top {
  display: inline-block;
  width: 48px;
  height: 48px;
  float: right;
  vertical-align: middle;
  background: url("/Content/newsmb/img/arrow-top.png") center no-repeat;
  text-indent: -9999px;
  border: 1px solid transparent; }
  .to-top:hover {
    border: 1px solid #a5afc8; }

.footer__top-line {
  padding-bottom: 5px;
  border-bottom: 1px solid #3c4259; }

.footer__top-line-first {
  line-height: 51px; }

.footer__usual {
  width: 320px;
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  font-family: 'RobotoCondensed',sans-serif;
  font-weight: lighter;
  font-style: normal;
  margin-right: 55px; }

.footer__socials {
  padding: 40px 0;
  margin-bottom: 20px; }

.footer__usual-list {
  list-style-type: none;
  width: 385px;
  margin: 0;
  padding: 0;
  display: none; }
  .footer__usual-list .footer__usual-item {
    width: 185px;
    height: 55px;
    display: inline-block;
    margin: 0 5px 5px 0; }
    .footer__usual-list .footer__usual-item .footer__usual-link {
      display: inline-block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #a5afc8;
      font-size: 12px; }
      .footer__usual-list .footer__usual-item .footer__usual-link:hover {
        color: white; }

.footer__soc-descr {
  color: #a5afc8;
  font-size: 18px; }

.footer__soc {
  display: inline-block;
  float: right; }

.footer__soc-list {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: right; }
  .footer__soc-list .footer__soc-item {
    display: inline-block; }
    .footer__soc-list .footer__soc-item .footer__soc-link {
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 1px solid #a5afc8;
      border-radius: 50%;
      text-decoration: none; }
    .footer__soc-list .footer__soc-item .soc-fb {
      background: url("/Content/newsmb/img/icons-sprite.png") 18px 12px no-repeat; }
      .footer__soc-list .footer__soc-item .soc-fb:hover {
        background-position: 18px -55px;
        border-color: #fff; }
    .footer__soc-list .footer__soc-item .soc-tw {
      background: url("/Content/newsmb/img/icons-sprite.png") -40px 12px no-repeat;
      margin-left: 10px; }
      .footer__soc-list .footer__soc-item .soc-tw:hover {
        background-position: -40px -55px;
        border-color: #fff; }

.menu {
  background: #191e34;
  position: relative;
  z-index: 10; }

nav {
  background: #191e34;
  overflow: hidden; }

.main__menu {
  z-index: 10; }

nav ul {
  padding: 0; }

nav ul li {
  float: left; }

nav ul li.more {
  width: 50px;
  text-align: center;
  display: none; }

nav ul li.more:hover ul#overflow {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  padding: 0 10px; }

nav ul li a,
nav ul li span {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1px 0;
  cursor: pointer;
  font-size: 12px; }

nav ul li span {
  padding-left: 10px; }

.main__menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.main__menu ul li {
  width: 230px;
  font-size: 10px;
  padding-right: 10px;
  line-height: 10px;
  border-top: 2px solid transparent; }
  .main__menu ul li a {
    color: #a7adc6;
    padding-right: 10px;
    min-height: 22px; }
    .main__menu ul li a:hover {
      color: #fff; }
  .main__menu ul li:hover {
    color: #fff; }
  .main__menu ul li.active {
    border-top: 2px solid #f35d62;
    background: #fff; }
    .main__menu ul li.active a {
      color: #646e87; }

.main__menu > ul > li > a {
  border-right: 1px solid #5c637b;
  font-family: 'RobotoRegular', sans-serif;
  padding-left: 18px;
  line-height: 11px; }

.main__menu ul li.active a {
  border-right: none;
  color: #666f76; }

.main__menu ul li.active a:hover {
  color: #a5afc8; }

.main__menu ul li:last-child {
  border: none; }

#nav li {
  padding: 10px 0; }

#nav:after {
  content: "";
  display: table;
  clear: both; }

#nav li {
  font-family: 'RobotoRegular', sans-serif;
  line-height: 11px; }

nav #overflow li {
  position: relative;
  float: none;
  line-height: 15px;
  border: none; }

nav #overflow li a {
  background: #191e34;
  padding: 10px 0;
  position: relative;
  line-height: 12px;
  width: 180px;
  padding: 0 15px;
  margin-bottom: 10px; }
  nav #overflow li a:last-child a {
    border: none; }
  nav #overflow li a a {
    border-bottom: 1px solid #5c637b;
    padding: 10px 4px;
    box-sizing: border-box; }

nav #overflow li:first-child {
  margin-top: 10px; }

nav #overflow li a:hover {
  background: #191e34; }

.under-menu-wrapper {
  display: block;
  position: relative;
  z-index: 9;
  box-shadow: 0 1px 9px rgba(25, 30, 52, 0.8);
  background: white;
  width: 100%;}

.under-menu__list {
  list-style-type: none;
  margin:  0 0 0 20px;
  padding: 0;
  display: inline-block; }

.under-menu__item {
  display: inline-block;
  padding: 15px 0;
  margin-right: 25px;
  border-bottom: 2px solid transparent; }
  .under-menu__item.active {
    border-bottom: 2px solid #f35d62; }
  .under-menu__item:hover .under-menu__item-link {
    color: #e36269; }
  .under-menu__item:last-child .under-menu__item-link {
    color: #e36269; }

.under-menu__item-link {
  position: relative;
  text-decoration: none;
  font-size: 12px;
  font-family: "RobotoRegular", sans-serif;
  text-transform: uppercase;
  z-index: 1;
  color: #646e87; }

.under-menu-logo {
  position: relative;
  display: inline-block;
  width: 207px;
  height: 24px;
  background: url("/Content/newsmb/img/top-logo.png") left center no-repeat;
  vertical-align: middle; }

.mobile__menu {
  display: none; }

nav.main__menu #overflow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  background: #191e34; }
  nav.main__menu #overflow ul li a {
    border-right: none; }

@font-face {
    font-family: "RobotoRegular";
    src: url("/Content/newsmb/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("/Content/newsmb/fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"),
    url("/Content/newsmb/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/Content/newsmb/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoLight";
    src: url("/Content/newsmb/fonts/RobotoLight/RobotoLight.eot");
    src: url("/Content/newsmb/fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"),
    url("/Content/newsmb/fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("/Content/newsmb/fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('/Content/newsmb/fonts/roboto-consered/RobotoCondensed-Regular.eot');
    src: url('/Content/newsmb/fonts/roboto-consered/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('/Content/newsmb/fonts/roboto-consered/RobotoCondensed-Regular.woff') format('woff'),
    url('/Content/newsmb/fonts/roboto-consered/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight';
        src: url('/Content/newsmb/fonts/roboto_lightcondensed_macroman/RobotoCondensed-Light-webfont.eot');
        src: url('/Content/newsmb/fonts/roboto_lightcondensed_macroman/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/Content/newsmb/fonts/roboto_lightcondensed_macroman/RobotoCondensed-Light-webfont.woff') format('woff'),
        url('/Content/newsmb/fonts/roboto_lightcondensed_macroman/RobotoCondensed-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
/* 
@media only screen and (max-width : 1820px) {
    .menu .container {
        width: 992px;
    }

}

@media only screen and (max-width : 1200px) {
    .menu .container {
        width: 992px;
    }
}
*/
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.link-to-left-panel {
		display:none;
	} 
	
	
	
	
    .container {
        width: 760px;
    }
    .actual__title-inner {
        font-size: 46px;
    }
    .actual__magazine {
        height: 277px;
    }
    .actual__content-title {
        font-size: 38px;
    }
    .actual__content-descr {
        font-size: 22px;
    }


    .actual__needs {
        text-align: center;
    }
    .actual__bottom {
        text-align: center;
    }
    .actual__bottom-left-wrap {
        margin: 0 0 20px 0;
    }
        .newneeds-left-wrap {
        margin: 0 0 20px 0;
    }
    .actual__left-block-wrap {
        margin: 0 0 40px 0;
        box-sizing: border-box;
    }
    .under-menu-wrapper {
        padding-top: 10px;
    }


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	
	.link-to-left-panel {
		display:none;
	}
	
	
	
    .container {
        width: 450px;
    }
  .title-top-block h2.size72{font-size: 30px;}
    .actual__title-inner {
        font-size: 38px;
    }

    .actual__link-wrap {
        position: relative;
        display: inline-block;
        margin: 10px 0;
        top: 0;
    }

    .actual__magazine {
        height: 165px;
    }

    .actual__bottom-left {
        margin-right: -0px;
    }

    .contacts__block-title {
        font-size: 38px;
    }

    .actual__content-title {
        font-size: 30px;
    }

    .materials .actual__right-bottom-wrap {
        margin-right: 0;
    }

    .actual__bottom-right-wrap {
        margin-bottom: 30px;
    }

    .footer__soc {
        float: none;
    }

    .to-top {
        display: none;
    }

    .footer__logo {
        display: block;
        width: auto;
        background-position: center;
        margin-bottom: 10px;
    }

    .footer__menu {
        text-align: center;
    }

    .footer__socials {
        text-align: center;
    }

    .footer__soc-list {
        text-align: center;
    }

    .footer__usual {
        margin-bottom: 10px;
    }

    .underfooter {
        text-align: center;
    }

    .inderfooter__link {
        float: none;
    }

    .footer__usual-list {
        width: 310px;
    }

    .footer__menu .footer__menu-item {
        margin: 10px;
    }

    .footer__usual {
        margin-right: 0;
    }

    /*The end of hell*/
    .actual__title-inner {
        line-height: 50px;
    }

    .mobile__menu {
        display: none;
    }

    .actual__link-wrap.actual__link-wrap-second {
        top: 0;
    }
 .actual__link-wrap.actual__link-wrap-third {
        top: 0px;
    }
    .under-menu__list {
        text-align: center;
    }

    .under-menu__item {
        margin-right: 20px;
        padding: 10px 0;
    }
    .actual__title-inner {
        line-height: normal;
        height: auto;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
	
	.link-to-left-panel {
		display:none;
	}
	
	
	
    .container {
        width: 310px;
    }

    .actual__left-block {
        background-size: cover;
        width: 300px;
        height: 486px;
        padding: 0;
    }

    .actual__left-block:after {
        bottom: -31px;
        background-size: contain;
    }

    .actual__content-title {
        font-size: 32px;
    }

    .actual__right {
        width: 300px;
        height: 545px;
    }

    .actual__right-top,
    .actual__right-bottom {
        background-size: cover;
        height: 235px;
    }

    .actual__right-top-wrap,
    .actual__right-bottom-wrap {
        margin-bottom: 50px;
        width: 100%;
    }

    .actual__right-top:after,
    .actual__right-bottom:after {
        bottom: -31px;
        background-size: contain;
    }

    .actual__magazine-text .actual__content-title {
        font-size: 24px;
    }

    .actual__magazine-text .actual__content-descr {
        font-size: 14px;
    }

    .actual__magazine {
        height: 180px;
    }

    .actual__magazine-wrap {
        margin-bottom: 50px;
    }

    .actual__magazine:after {
        content: '';
        background: url('/Content/newsmb/img/small-shadow.png') no-repeat center;
        background-size: contain;
        bottom: -38px;
    }

    .actual__bottom-left,
    .actual__bottom-right {
        width: 300px;
        background-size: cover;
        height: 236px;
    }

    .actual__bottom-left-wrap,
    .actual__bottom-right-wrap,
        .newneeds-left-wrap,
    .newneeds-right-wrap
     {
        margin-bottom: 50px;
    }

    .actual__bottom-left:after,
    .actual__bottom-right:after {
        bottom: -31px;
        background-size: contain;
    }

    .analytics__bigcomp-wrap .actual__magazine .actual__magazine-text {
        left: 15px;
        bottom: 15px;
    }

    .analytics__bigcomp-wrap .actual__magazine:hover .actual__magazine-text {
        bottom: 30px;
    }

    .analytics__bigcomp-wrap .actual__magazine:hover {
        background-position: 0 -28px;
    }

    .analytics__bigcomp-wrap .actual__magazine .general__link {
        line-height: 40px;
    }

    .analytics__bigcomp-wrap .actual__magazine:hover .general__link {
        height: 40px;
    }

    .actual__right-bottom-wrap {
        width: 300px;
    }

    .materials .actual__right-bottom-wrap {
        margin-right: 0;
    }

    .actual__right-top:hover .general__link {
        height: 58px;
        opacity: 1;
        line-height: 58px;
    }

    .actual__needs-text {
        left: 15px;
    }

    .support .actual__title-inner {
        font-size: 32px;
        margin-right: 0;
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

    .actual__magazine-text .actual__content-title {
        font-size: 22px;
    }

    .actual__magazine .actual__magazine-text {
        left: 15px;
    }

    .actual__title-inner {
        font-size: 32px;
    }

    .contacts__block-phone,
    .contacts__block-email {
        width: 270px;
        font-size: 28px;

    }

    .contacts__block-svg text {
        font-size: 32px;
    }

    .contacts__block-title {
        font-size: 30px;
    }

    /*The end of hell*/
    .actual__title-inner {
        font-size: 26px;
    }

    .under-menu-logo {
        display: none;
    }

    #nav {
        width: 65px;
        margin: 0 auto;
    }
    .mobile__menu {
        display: inline-block;
        width: 80%;
        background: #fff;
        border-top: 2px solid #f35d62;
    }
    .main__menu {
        display: inline-block;
        float: right;
        padding-top: 2px;
        z-index: 99;
    }
    /*#nav:before {*/
        /*content: '';*/
        /*width: 100%;*/
        /*height: 2px;*/
        /*background: #191e34;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*z-index: 999;*/
    /*}*/
    nav #overflow {
        width: 100%;
    }
    nav #overflow li {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #5c637b
    }
    nav #overflow li a {
        width: 250px;
        border: none;
    }
    nav #overflow li.active a{
        background: #fff;
    }
    .mobile__burger {
        display: inline-block;
        width: 32px;
        height: 30px;
        padding: 4px;
        position: relative;
    }
    .mobile__burger1,
    .mobile__burger2,
    .mobile__burger3 {
        position: absolute;
        width: 20px;
        left: 10px;
        display: inline-block;
        background: #f35d62;
        height: 2px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .mobile__burger1 {
        top: 15px;
    }
    .mobile__burger2 {
        top: 21px;
    }
    .mobile__burger3 {
        top: 27px;
    }
    .mobile__burger.active .mobile__burger1 {
        top: 21px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .mobile__burger.active .mobile__burger2 {
        top: 21px;
        -webkit-transform: rotate(85deg);
            -ms-transform: rotate(85deg);
                transform: rotate(85deg);
        opacity: 0
    }
    .mobile__burger.active .mobile__burger3 {
        top: 21px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .mobile__menu-title {
        display: inline-block;
        font-size: 12px;
        color: #646e87;
        width: 190px;
        vertical-align: top;
        padding-top: 5px;
        text-transform: uppercase;
    }
    .under-menu__list {
        float: right;
        width: 100%;
        display: block;
        padding-top: 20px;
    }
    .under-menu__item-link{
       display: block;
        min-width: 100%;
        line-height: 1em;
        font-size:16px;
        text-decoration: none;
        color: #000;
        position: relative;
        padding: 15px 0;
        text-align: center;
    }
    .container.mobile{
        width: 100%;
        padding: 0;
    }
    .under-menu__item.active {
        border: none;
    }
    .under-menu__list .under-menu__item {
   float: none;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #e9eaf1;
        padding: 0;
        margin: 0;
        font-size:16px;
    }
    .under-menu__item:last-child .under-menu__item-link {
        color: #5c637b;
    }
    .under-menu__item:last-child {
        border: none;
    }
    .under-menu-wrapper {
        display: none;
    }
    .under-menu__show {
        display: block;
        position: fixed;
        top: 30px;
    }
    .mobile__menu-wrap {
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        height: 50px;
        z-index: 20;
    }
    .mobile__menu-wrap:before {
        content: '';
        display: block;
        height: 2px;
        background: #f35d62;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 8;
    }
    .content {
        margin-top: 20px;
    }
    .support-block__inner-descr {
        font-size: 14px;
    }
    .actual__needs {
        text-align: left;
    }
    .materials .actual__needs-text {
        top: 20px;
        left: 20px;
    }
    .footer__menu {
        display: none;
    }
    .footer__socials {
        text-align: left;
    }
    .footer__soc-list {
        text-align: left;
    }
    .underfooter {
        text-align: left;
    }
    .inderfooter__link {
        display: block;
        margin-bottom: 5px;
    }
    .under-menu__list {
        text-align: left;
    }
    .under-menu__item-link {
        font-size: 14px;
    }
    .contacts__block-wrap {
        width: 300px;
    }
    .contacts__block-inner {
        padding: 30px 10px 40px 15px;
    }
    .actual {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .analytics {
        padding-bottom: 0;
    }
    .materials {
        padding: 40px 0 0;
    }
    .study {
        padding: 40px 0 0;
    }
    .support {
        padding: 30px 0 10px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 330px) {
    .mobile__menu {
        width: 75%;
    }
    .mobile__menu-title {
        font-size: 10px;
    }
}

@media only screen and (max-width : 330px) {
    .mobile__menu {
        width: 75%;
    }

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .popup {
    height: auto;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
 @media only screen and (min-width : 1820px) {
  
} 
/* Всплывающее окно 
* при загрузке сайта            
*/
/* базовый контейнер, фон затемнения*/
#overlay {
}
/* модальный блок */
.popup {
    top: 0;
    left: 0;
    right: 0;       
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    height: 50px;
    position: fixed;
    padding:  0;
    background: #0f1831;
    z-index: 1000;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    z-index: 9999999;
}
/* заголовки в модальном блоке */
.popup h2 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0 40px;
}
/* кнопка закрытия */
.close {
    top: 8px;
    right: 20px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    background: url(/Content/newsmb/img/close-banner.png) 0 0 no-repeat;
    cursor: pointer;
    outline: none;

}
.close:hover{background-position: 100% 0;}
.attention {
    position: absolute;
    top: 8px;
    left: 20px;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/Content/newsmb/img/attention-icon.png) 0 0 no-repeat;
}

/* title */

.title-top-block {
   overflow: hidden;
    clear: both;
    margin-top: -20px;
  
}
.title-top-block .title-bg {
position: relative;
    top: -15px;
}
.title-top-block .title-bg .container {
}
.title-top-block h2 {
     font-family: "RobotoLight", sans-serif;
    font-size: 46px;
    color: #fff;
    font-weight:300;
    margin-bottom: 20px;
}

.title-top-block.two-line h2{
    padding: 0;
}
.title-top-block.two-line h2:nth-child(2){
margin-top: -10px;
}
.title-top-block.two-line h2 span{margin-bottom: 0;}
.title-top-block .title-bg span {
    display: inline-block;
background-image: -ms-linear-gradient(left, #F35E61 70%, #fbab3d 100%);
background-image: -moz-linear-gradient(left, #F35E61 70%, #fbab3d 100%);
background-image: -o-linear-gradient(left, #F35E61 70%, #fbab3d 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(70, #F35E61), color-stop(100, #fbab3d));
background-image: -webkit-linear-gradient(left, #F35E61 70%, #fbab3d 100%);
background-image: linear-gradient(to right, #F35E61 70%, #fbab3d 100%);
    padding-left: 1600px;
    margin-left: -1600px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 7px;
}
.title-top-block .title-bg.green-bg span {
background-image: -ms-linear-gradient(left, #63CA5D 70%, #1FB9BC 100%);
background-image: -moz-linear-gradient(left, #63CA5D 70%, #1FB9BC 100%);
background-image: -o-linear-gradient(left, #63CA5D 70%, #1FB9BC 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(70, #63CA5D), color-stop(100, #1FB9BC));
background-image: -webkit-linear-gradient(left, #63CA5D 70%, #1FB9BC 100%);
background-image: linear-gradient(to right, #63CA5D 70%, #1FB9BC 100%);
}
.title-top-block .container {
}
.title-top-block .actual__descr {
}
.title-top-block h2.size30{font-size: 72px;}
.title-top-block h2.size72{font-size: 72px;}

@media only screen and (max-width : 768px) {
     .popup {
    height: auto;
         line-height: 24px;
    }
  .title-top-block h2.size72{font-size: 30px;}
    .title-top-block .title-bg span{
    margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        background-image: -ms-linear-gradient(left, #F35E61 0%, #fbab3d 100%);
background-image: -moz-linear-gradient(left, #F35E61 0%, #fbab3d 100%);
background-image: -o-linear-gradient(left, #F35E61 0%, #fbab3d 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F35E61), color-stop(100, #fbab3d));
background-image: -webkit-linear-gradient(left, #F35E61 0%, #fbab3d 100%);
background-image: linear-gradient(to right, #F35E61 0%, #fbab3d 100%);
    }
        .title-top-block .title-bg.green-bg span{
background-image: -ms-linear-gradient(left, #63CA5D 0%, #1FB9BC 100%);
background-image: -moz-linear-gradient(left, #63CA5D 0%, #1FB9BC 100%);
background-image: -o-linear-gradient(left, #63CA5D 0%, #1FB9BC 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #63CA5D), color-stop(100, #1FB9BC));
background-image: -webkit-linear-gradient(left, #63CA5D 0%, #1FB9BC 100%);
background-image: linear-gradient(to right, #63CA5D 0%, #1FB9BC 100%);
    }
}



.goods__catalog {
    padding-top: 2.6rem;
    padding-bottom: 6rem
}

.goods__catalog-list, .goods__catalog-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.goods__catalog-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.3rem -1.6rem
}

.goods__catalog-list-item {
    padding: 1.3rem 1.6rem;
    width: 33.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 968px) {
    .goods__catalog-list-item {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .goods__catalog-list-item {
        width: 100%
    }
}

.goods__catalog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    border: 1px solid #e5e5eb;
    overflow: hidden;
    border-radius: .4rem;
    color: #fff;
    background-color: #000026;
    padding: 3rem;
    min-height: 24rem;
    z-index: 1
}

.goods__catalog-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: -2
}

.goods__catalog-card:link, .goods__catalog-card:visited {
    color: #fff
}

.goods__catalog-card--darkened-top::before, .goods__catalog-card--lightened-top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    pointer-events: none
}

.goods__catalog-card--darkened-top::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: linear-gradient(180deg, #000 0%, transparent 100%)
}

.goods__catalog-card--lightened-top::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, 0) 100%)
}

.goods__catalog-card--darkened-top-medium::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, .7) 0%, transparent 100%)
}

.goods__catalog-card--darkened-top-slight::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, transparent 100%)
}

.goods__catalog-card--dark-text, .goods__catalog-card--dark-text:link, .goods__catalog-card--dark-text:visited {
    color: #000026
}

.goods__catalog-card--dark-text::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    z-index: -2
}

.no-touch .goods__catalog-card:hover .goods__catalog-card-details, .touch .goods__catalog-card:active .goods__catalog-card-details {
    background: #0f65d6;
    border-color: #0f65d6;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .goods__catalog-card {
        padding: 2.5rem
    }
}


