/*.row>* {*/
/*  width: auto;*/
/*}*/
/*.col-xs-6{*/
/*  width: 50%;*/
/*}*/
main html body{
    width: 100%;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.header .header-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.header{
  min-width: 100%;
}
.header .header-wrapper .header-logo {
  display: block;
  display: flex;
  padding: 26px 0 45px;
}
.header .header-wrapper .header-logo{
  width: 42%;
}
/*.header .header-wrapper .header-logo img{*/
/*  width: 100%;*/
/*}*/
.header .header-wrapper .header-logo span {
  padding-top: 24px;
  font-family: Roboto;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #5e777b;
  padding-left: 1em;
}
.header .header-wrapper .header-email {
  padding-top: 49px;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
  color: #404f51;
  width: 20%;
}
.header .header-wrapper .header-email span {
  display: block;
  font-size: 1.4em;
  line-height: 29px;
  font-weight: 700;
  color: #404f51;
}
.header .header-wrapper .header-email a {
  font-weight: 500;
  text-decoration: underline;
  color: #04a5bf;
}
.header .header-wrapper .header-phone {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-family: Roboto;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  color: #404f51;
}
.header .header-wrapper .header-phone a {
  padding-top: 58px;
  padding-bottom: 5px;
  display: block;
  font-family: Roboto;
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  color: #404f51;
}
.header .header-wrapper .header-phone a span {
  font-size: 34px;
}
.header .header-bottom {
  height: 48px;
  background-color: #04b5bf;
  border-top: 3px solid #66f2dd;
}
.header .header-bottom .header-nav {
/*  max-width: 960px;*/
  width: 100%;
}
.header .header-bottom .header-nav .header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin-top: revert;
}
.header .header-bottom .header-nav .header-menu a {
  font-family: Roboto;
  font-size: 20px;
  line-height: 17px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header .header-bottom .header-nav .header-menu a:hover {
  color: #cdf0f2;
  text-decoration: underline;
}
.header .header-bottom .header-nav .header-menu a {
  font-family: Roboto;
  font-size: 20px;
  line-height: 17px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header .header-bottom .header-nav .header-menu a:hover {
  color: #cdf0f2;
  text-decoration: underline;
}
.header .header-bottom .header-nav .header-menu .active a {
  color: #66f2dd;
}
.container {
  max-width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.container .sidebar {
  max-width: 282px;
  width: 90%;
}
.container .sidebar .input-group {
  margin-top: 4px;
  width: 100%;
}
.container .sidebar .input-group .input-group-search {
  width: 100%;
  height: 62px;
  position: relative;
}
.container .sidebar .input-group .input-group-search .search-input {
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  border: 2px solid #4ad9d2;
  border-radius: 5px;
  padding-left: 10px;
  color: #777777;
}
.container .sidebar .input-group .input-group-search .search-input::placeholder {
  font-family: Roboto;
  font-size: 16px;
  line-height: 55px;
  font-weight: 400;
  color: #777777;
}
.container .sidebar .input-group .input-group-search .search-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 12px;
  background-image: url("../img/arrow-button-blue.svg");
  background-position: center;
}
.container .sidebar .input-group .input-group-search .search-button:focus {
  background-image: url("../img/arrow-button-gray.svg");
}
.container .sidebar .input-group .h4 {
  font-family: Roboto;
  line-height: 26px;
  font-weight: 400;
  font-size: 19px;
  color: #404f51;
}
.container .sidebar .input-group .well-empty{
  background: white;
}
.container .sidebar .input-group .fast_select {
  background-color: white;
  border: 2px solid #04b5bf;
  font-family: Roboto;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  color: #404f51;
  padding: 5px;
}
.container .sidebar .input-group .fast_select option {
  font-family: Roboto;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  color: #404f51;
}
.container .sidebar .request-button {
  display: block;
  width: 100%;
  height: 64px;
  background-color: #4ad9d2;
  background-image: linear-gradient(0deg, #04a5bf 0%, #66f2dd 100%);
  border: 1px solid #04b5bf;
  font-family: Roboto;
  font-size: 23px;
  line-height: 50px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 32px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.container .sidebar .request-button .badge{
  color: #08a8c1;
  background: white;
  border-radius: 50%;
  font-family: Roboto;
  font-size: 23px;
  line-height: 23px;
  font-weight: 500;
  margin-left: 10px;
}
.container .sidebar .request-button:hover {
  color: #cdf0f2;
}
.container .sidebar .sidebar-wrapper {
  max-width: 262px;
  width: 100%;
}
.container .sidebar .sidebar-wrapper .sidebar-list {
  margin-top: 39px;
}
.container .sidebar .sidebar-wrapper .sidebar-list a {
  font-family: Roboto;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  color: #04a5bf;
}
.container .sidebar .sidebar-wrapper .sidebar-list .sidebar-nav {
  /*padding-bottom: 40px;*/
  margin-top: 6px;
}
/*.container .sidebar .sidebar-wrapper .sidebar-list .sidebar-nav:last-child{*/
/*  margin-top: 40px;*/
/*}*/

/*.container .sidebar .sidebar-wrapper .sidebar-list .sidebar-nav li:last-child a{*/
/*  font-size: 26px;*/
/*  line-height: 26px;*/
/*  font-weight: 400;*/
/*  color: #04a5bf;*/
/*}*/

.container .sidebar .sidebar-wrapper .sidebar-list .sidebar-nav li {
  padding: 10px 0;
}
.container .sidebar .sidebar-wrapper .sidebar-list .sidebar-nav li a {
  font-family: Roboto;
  line-height: 26px;
  font-weight: 400;
  font-size: 19px;
  color: #404f51;
  transition: all 0.3s ease-in;
}
.container .sidebar .sidebar-wrapper .sidebar-list .sidebar-nav li a:hover {
  text-decoration: underline;
  color: #04b5bf;
}

.col-xs-12 .sidebar-nav li a{
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #04a5bf;
}

.container .sidebar .sidebar-wrapper .sidebar-ways {
  font-family: Roboto;
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
  color: #fb5a40;
  margin-top: 70px;
}
.container .sidebar .sidebar-wrapper .sidebar-ways ul li {
  padding: 10px 0;
}
.container .sidebar .sidebar-wrapper .sidebar-ways ul li a {
  font-family: Roboto;
  line-height: 26px;
  font-weight: 400;
  font-size: 19px;
  color: #404f51;
  transition: all 0.3s ease-out;
}
.container .sidebar .sidebar-wrapper .sidebar-ways ul li a:hover {
  text-decoration: underline;
  color: #04b5bf;
}
.container .sidebar .sidebar-wrapper .sidebar-sertificat {
  margin-bottom: 58px;
}
.container .sidebar .sidebar-wrapper .sidebar-sertificat a {
  width: 100%;
  font-family: Roboto;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #04a5bf;
  padding-bottom: 40px;
}
.container .sidebar .sidebar-wrapper .sidebar-sertificat a img {
  width: 100%;
  border: 1px solid #dbdbdb;
}
.container .sidebar .sidebar-wrapper .sidebar-partners {
  width: 100%;
  margin-top: 105px;
}
.container .sidebar .sidebar-wrapper .sidebar-partners p {
  font-family: Roboto;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  color: #023559;
}
.container .sidebar .sidebar-wrapper .sidebar-partners .logo-item {
  width: 80%;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.container .sidebar .sidebar-wrapper .sidebar-partners .color {
  filter: none;
}
.container .content {
  max-width: 858px;
}
.content-body{
  padding-left: 11px;
}
.content-body:first-child{
  margin-top: 0;
}
.products{
  padding: 0 10px;
}
.container .content .content-body .content-title {
  height: 53px;
  display: table;
  padding-top: 34px;
  border-left: 3px solid #fb5a40;
  margin: 15px 0;
}
.container .content .content-body .content-title h3 {
  font-family: Roboto;
  font-size: 34px;
  line-height: 41px;
  font-weight: 300;
  color: #fb5a40;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 29px;
  position: relative;
}
/*.container .content .content-body .col-xs-12 h3::before {*/
/*  content: '';*/
/*  width: 3px;*/
/*  height: 180%;*/
/*  position: absolute;*/
/*  background: #fb5a40;*/
/*  bottom: 6px;*/
/*  margin-left: -29px;*/
/*  max-height: 120px;*/
/*}*/

.container .content .content-body .content-block-info {
  width: 100%;
  background-color: #CDF0F2;
  margin-top: 20px;
}

.well{
  background-color: #CDF0F2;
}
.b-white{
  background-color: white;
}

.row .col-xs-10{
  padding-left: 40px;
}

p{
  font-family: Tahoma;
  font-size: 16px;
  line-height: 26px;
  color: #404f51;

}
p a{
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #04a5bf;
}

p a:hover{
  color: #04a5bf;
}
.container .content .content-body .content-block-info p {
  padding: 30px 0 30px 30px;
  padding-left: 30px;
  font-family: Roboto;
  font-size: 21px;
  line-height: 36px;
  font-weight: 300;
  color: #404f51;
}
.container .content .content-body .content-block-info p strong {
  font-weight: bolder;
}
.container .content .content-body .content-block-info .content-block-bottom-title {
  font-family: Roboto;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  color: #474747;
  padding: 30px 0 0 30px;
}
.container .content .content-body .content-block-info .block-bottom-text {
  font-family: Roboto;
  font-size: 19px;
  line-height: 26px;
  color: #474747;
  font-weight: 400;
  padding: 0 30px;
}
.container .content .content-body .content-block-info .block-bottom-info {
  font-family: Roboto;
  font-size: 16px;
  line-height: 40px;
  color: #474747;
  padding: 0 30px 30px;
}
.container .content .content-body .content-card-block {
  display: flex;
  flex-wrap: wrap;
}
.container .content .content-body .content-card-block .content-card {
  border-left: 3px solid #CCF5F5;
  min-height: 162px;
  width: 50%;
  margin-top: 25px;
}
.container .content .content-body .content-card-block .content-card .content-card-title {
  font-family: Roboto;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  color: #04a5bf;
  margin-left: 30px;
}
.container .content .content-body .content-card-block .content-card .content-card-item {
  margin-top: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #404f51;
  margin-left: 27px;
}
/*.container .content .content-body .col-xs-12 {*/
/*  width: 100%;*/
/*}*/

.col-xs-12{
  width: 100%;
}

.p-tb10{
  display: flex;
  justify-content: space-between;
}

.breadcrumbs{
  padding: 8px 0 ;
    padding-left: 4px;
}
.container .content .content-body .col-xs-12 .breadcrumbs li {
  display: inline;
}
.container .content .content-body .col-xs-12 .breadcrumbs a {
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #04a5bf;
}
.container .content .content-body .col-xs-12 .breadcrumbs .activ {
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #404f51;
}
.container .content .content-body .col-xs-12 .printLink .fa-print::before {
  content: "\f02f";
  color: #04a5bf;
}
.container .content .content-body .col-xs-12 .printLink .fa-envelope::before {
  content: "\f0e0";
  color: #04a5bf;
}
.container .content .content-body .col-xs-12 .printLink .fa-book-open::before {
  content: "\f518";
  color: #04a5bf;
}

.container .content .content-body .col-xs-12 .h3 {
  font-family: Roboto;
  font-size: 34px;
  line-height: 41px;
  font-weight: 300;
  color: #fb5a40;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  margin: 10px 0 10px;
  padding-left: 29px;
}
/*.container .content .content-body .col-xs-12 .h3::before {*/
/*  content: '';*/
/*  width: 3px;*/
/*  height: 180%;*/
/*  position: absolute;*/
/*  background: #fb5a40;*/
/*  bottom: 6px;*/
/*  margin-left: -29px;*/
/*  max-height: 120px;*/
/*}*/
/*.container .content .content-body .main-conten .content-title h3:before{*/
/*  height: 120%;*/
/*}*/

.container .content .content-body .content-title-item {
  font-family: Tahoma;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  color: #04a5bf;
  margin-top: 12px;
  margin-bottom: 0;
}
.container .content .content-body .content-block-list{
  padding-bottom: 4px;
}
.container .content .content-body .content-block-list .content-block-list-title {
  font-family: Tahoma;
  font-size: 16px;
  line-height: 28px;
  color: #404f51;
  padding-top: 10px;
}
.container .content .content-body .content-block-list .address-coworkers {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.container .content .content-body .content-block-list .address-coworkers .sotr {
  width: 30%;
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  color: #474747;
}
.container .content .content-body .content-block-list .address-coworkers .sotr a {
  color: #04a5bf;
}
.container .content .content-body .content-block-list .before li {
  font-family: Tahoma;
  font-size: 16px;
  line-height: 26px;
  color: #404f51;
  list-style: none;
  position: relative;
  margin-left: 20px;
  padding: 5px 0;
}
.container .content .content-body .content-block-list .before li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #04b5bf;
  border-radius: 50%;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
}
.container .content .content-body .content-block-list ul li {
  padding-left: 30px;
  font-size: 16px;
  line-height: 39px;
  color: #404f51;
  position: relative;
}
.container .content .content-body .content-block-list ul li:before{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #04b5bf;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}
.container .content .content-body .content-block-list p {
  font-size: 16px;
  line-height: 26px;
  color: #404f51;
}

.container .content .content-body .content-block-list .content-block-text {
  font-family: Roboto;
  font-size: 16px;
  line-height: 40px;
  color: #474747;
}
.container .content .content-body .content-block-list .content-block-text span {
  font-family: Roboto;
  font-size: 14px;
  line-height: 26px;
  color: #474747;
}
.container .content .content-body .content-block-list hr {
  border: none;
  background-color: #EEEEEE;
  color: #EEEEEE;
  height: 2px;
  margin: 20px 0 15px;
}
.container .content .content-body .content-block-list .content-block-map {
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.container .content .content-body .content-block-list .content-block-map .content-block-map-layer {
  width: 66%;
  height: 500px;
}
.container .content .content-body .content-block-list .content-block-map .content-block-address {
  width: 30%;
  font-family: Roboto;
  font-size: 16px;
  line-height: 23px;
  color: #474747;
}
.item {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #EEEEEE;
  margin: 20px 0 20px;
}

.main-content{
  margin-top: 00px;
}

.container .content .content-body .main-content .col-xs-12 .products .item .col-xs-7 {
  width: 50%;
  /*padding-left: 20px;*/
}
.h4:before{
  display: none;
}
.container .content .content-body .content-block-list .item .col-xs-7 p {
  font-family: Roboto;
  font-size: 16px;
  line-height: 23px;
  color: #474747;
}
.container .content .content-body .content-block-list .item .col-xs-7 .h4 a {
  font-family: Tahoma;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  color: #04a5bf;
  margin-top: 12px;
  margin-bottom: 0;
}
.container .content .content-body .content-block-list .item .col-xs-3 {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .content-body .content-block-list .item .col-xs-3 p {
  font-family: Roboto;
  font-size: 16px;
  line-height: 23px;
  color: #474747;
  text-align: left;
}
.container .content .content-body .content-block-list .item .btn-primary {
  display: block;
  min-width: 140px;
  height: 40px;
  background-color: #4ad9d2;
  background-image: linear-gradient(0deg, #04a5bf 0%, #66f2dd 100%);
  border: 1px solid #04b5bf;
  font-family: Roboto;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.container .content .content-body .content-block-list .item .btn-primary:hover {
  color: #cdf0f2;
}
.container .content .content-body .content-block-list .columns1 li {
  padding: 0;
}
.container .content .content-body .content-block-list .columns1 li a {
  margin: 0;
}
.container .content .content-body .main-content .col-xs-12 .well .columns1 li .unstyled li .row{
  display: block;

}
.container .content .content-body .main-content .col-xs-12 .well .columns1 li .unstyled li .row:before{
  display: table;
  content: "";
}
.container .content .content-body .main-content .col-xs-12 .well .columns1 li .unstyled li .row:after{
  display: table;
  content: "";
  clear: both;
}
.container .content .content-body .content-block-list .columns1 li .unstyled .row .col-xs-12 {
  margin-left: 20px;
}

.container .content .content-body .main-content .col-xs-12 .well .columns1 li .unstyled .row .col-xs-2 {
  width: 16.66666667%;
  float: left;
}
.container .content .content-body .main-content .col-xs-12 .well .columns1 li .unstyled .row .col-xs-2 a{
  margin: auto;
}
.container .content .content-body .main-content .col-xs-12 .pagination{
  justify-content: center;
}
.container .content .content-body .content-block-info .block-info-text {
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #474747;
}
.container .content .content-body .content-block-info .block-info-text a {
  text-decoration: underline;
  color: #04a5bf;
}
.container .content .content-body .content-block-info .block-bottom-info {
  font-family: Roboto;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #474747;
}
.container .content .content-body .links {
  color: #04a5bf;
}
.container .content .content-body .columns1 {
  padding: 20px 0 20px;
}
.container .content .content-body .columns1 li {
  font-family: Roboto;
  font-size: 16px;
  line-height: 40px;
  color: #474747;
  padding: 0 30px;
}
.container .content .content-body .columns1 li a {
  color: #04a5bf;
  margin: 0 -30px;
}
/*.container .content .content-body .col-xs-12 .row-fluid .row {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/
.container .content .content-body .col-xs-12 .row-fluid  .row .col-xs-8 {
  font-family: Roboto;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #474747;
  max-width: 65%;
}
.container .content .content-body .col-xs-12 .row-fluid .row .col-xs-8 .btn-primary {
  height: 40px;
  min-width: 140px;
  background-color: #4ad9d2;
  background-image: linear-gradient(0deg, #04a5bf 0%, #66f2dd 100%);
  border: 1px solid #04b5bf;
  font-family: Roboto;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  margin: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.container .content .content-body .col-xs-12 .row-fluid .row .col-xs-8 .btn-primary:hover {
  color: #cdf0f2;
}
.container .content .content-body .col-xs-12 .row-fluid  .row .col-xs-8 .btn-default {
  height: 40px;
  background-color: white;
  border: 1px solid #04b5bf;
  font-family: Roboto;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #04a5bf;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}
.container .content .content-body .col-xs-12 .row-fluid .row .col-xs-8 .btn-default:hover {
  color: #66f2dd;
}
.container .content .content-body .col-xs-12 .row-fluid .row .col-xs-5 {
  padding-top: 20px;
}
.container .content .content-body .col-xs-12 .row-fluid .row .col-xs-5 .btn-default {
  height: 40px;
  background-color: white;
  border: 1px solid #04b5bf;
  font-family: Roboto;
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
  color: #04a5bf;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}
.container .content .content-body .col-xs-12 .row-fluid .row .col-xs-5 .btn-default:hover {
  color: #66f2dd;
}
.container .content .content-body .col-xs-12 .row-fluid .row .col-xs-4 {
  margin-left: 40px;
  width: 30%;
}

.container .content .content-body .col-xs-12 .row-fluid .row .col-xs-4 ul li, .col-xs-7 ul li {
  list-style: initial;
}
.container .content .content-body .col-xs-12 .row-fluid .row .col-xs-4 ul li a, .col-xs-7 ul li a {
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  color: #04a5bf;
}

.container .content .content-body .col-xs-12 .row-fluid .ProductDetailsTable .productDetailsTable_Header {
  background-color: #EEEEEE;
}
.container .content .content-body .col-xs-12 .row-fluid .ProductDetailsTable .productDetailsTable_Header td {
  font-family: Roboto;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #474747;
  padding: 5px;
}
.container .content .content-body .col-xs-12 .row-fluid .ProductDetailsTable tr td {
  font-family: Roboto;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #474747;
  padding: 5px;
}

.col-xs-2 .btn-primary,
.col-xs-3 .btn-primary {
  height: 40px;
  min-width: 140px;
  background-color: #4ad9d2;
  background-image: linear-gradient(0deg, #04a5bf 0%, #66f2dd 100%);
  border: 1px solid #04b5bf;
  font-family: Roboto;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  margin: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.col-xs-2 .btn-primary:hover,
.col-xs-3 .btn-primary:hover {
  color: #cdf0f2;
}
.h4 a {
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #04a5bf;
}
/*.modal {*/
/*  width: 600px;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  z-index: 1050;*/
/*  display: none;*/
/*  margin: 31px auto;*/
/*}*/
.modal .modal-dialog {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .modal-dialog .modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0%);
  box-shadow: 0 3px 9px rgb(0 0 0%);
  background-color: #f1feff;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  align-items: start;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .modal-header .close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  top: 10px;
  right: 15px;
}

.modal .modal-dialog .modal-content .modal-header .close:hover{
  opacity: 0.5;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-family: Roboto;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #474747;
}
.modal .modal-dialog .modal-content .modal-header p {
  margin: 0 0 10px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #474747;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
.modal .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .form-group .form-control {
  color: #555;
  border: 1px solid #ccc;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
}
.modal .modal-dialog .modal-content .modal-body .form-group .btn-primary {
  background-color: #4ad9d2;
  background-image: linear-gradient(0deg, #04a5bf 0%, #66f2dd 100%);
  border: 1px solid #04b5bf;
  font-family: Roboto;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-body .form-group .btn-primary:hover {
  color: #cdf0f2;
}
.modal .modal-dialog .modal-content .modal-body .form-group #id_file_r,
.modal .modal-dialog .modal-content .modal-body .form-group #id_file_r_v {
  display: none;
}
.modal .modal-dialog .modal-content .modal-body .text-center {
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .text-center .btn-primary {
  height: 40px;
  min-width: 140px;
  background-color: #4ad9d2;
  background-image: linear-gradient(0deg, #04a5bf 0%, #66f2dd 100%);
  border: 1px solid #04b5bf;
  font-family: Roboto;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-body .text-center .btn-primary:hover {
  color: #cdf0f2;
}
/*@media screen and (min-width: 768px) {*/
/*  .modal .modal-dialog {*/
/*    width: 600px;*/
/*    margin: 31px auto;*/
/*  }*/
/*  .modal .modal-content {*/
/*    -webkit-box-shadow: 0 5px 15px rgb(0 0 0%);*/
/*    box-shadow: 0 5px 15px rgb(0 0 0%);*/
/*  }*/
/*}*/

#EsheButton{
  height: 40px;
  min-width: 140px;
  background-color: white;
  border: 1px solid #D1D1D1;
  font-family: Roboto;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #555;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#EsheButton:hover{
  color: #848383;
}
footer {
  margin-top: 40px;
  width: 100%;
  min-height: 300px;
  background-color: #023559;
}
.container:before, .container:after{
  display: none;
}
footer .container .footer-logo {
  padding-top: 40px;
  max-width: 110px;
}
footer .container .footer-logo img {
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
footer .container .footer-logo img:hover {
  opacity: 70%;
}
footer .container .footer-logo p {
  font-family: Roboto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #ffffff;
  width: 100%;
}
footer .container .footet-middle-block {
  padding-top: 55px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
}
footer .container .footet-middle-block ul li a {
  text-transform: none;
  letter-spacing: normal;
  color: #66f2dd;
  transition: all 0.3s ease-in-out;
}
footer .container .footet-middle-block ul li a:hover {
  color: #ffffff;
}
footer .container .footer-right-block {
  padding-top: 55px;
  text-align: right;
}
footer .container .footer-right-block .footer-phone {
  display: block;
  font-family: Roboto;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
}
footer .container .footer-right-block a {
  font-family: Roboto;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #66f2dd;
  transition: all 0.3s ease-in-out;
}
footer .container .footer-right-block a:hover {
  color: #ffffff;
}
footer .container .footer-right-block ul li:last-child {
  padding-top: 40px;
}
footer .footer-address {
  font-family: Roboto;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-address span a {
  color: #66f2dd;
  transition: all 0.3s ease-in-out;
}
footer .footer-address span a:hover {
  color: #ffffff;
}
footer .footer-address p {
  color: #66f2dd;
}
.container, .header, footer {
  width: 1170px;
}
@media screen and (min-width:1170px) {
  footer{
    width: 100%;
  }
}
#file_cl{
display:none;
}
#file_cl:after{
	content: '\f00d';
	color: #04a5bf;
	font: normal normal normal 14px/1 FontAwesome;
}
.modal-dialog .modal-content .modal-body .form-group #id_file_r_v{
display:initial!important;
width:auto!important;
    background-color: #f1feff;
border: 0;
}
.container .content .content-body .col-xs-12 .breadcrumbs > li{
    margin-left: -4px;
margin-bottom: 3px;

}
.container .content .content-body .content-block-list ul li:before{
    top: 35% !important;
}
.container .content .content-body .content-block-list ul li{
font-size: 16px; line-height: 18px; padding-bottom: 8px
}
/*.container .content .content-body .col-xs-12 .breadcrumbs > li:first-child{
    margin-left: 0;
}*/
.container .content .content-body .content-block-list p{
font-size: 16px; line-height: 18px; padding-bottom: 8px
}
