@font-face {
  font-family: 'Noto Sans';
  src: local('Noto Sans'), url('../fonts/notosans.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans';
  src: local('Noto Sans Italic'), url('../fonts/notosansitalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Noto Sans';
  src: local('Noto Sans Bold'), url('../fonts/notosansbold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans';
  src: local('Noto Sans Bold Italic'), url('../fonts/notosansbolditalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}



/*All*/
body {
  font-family: 'Noto Sans';
  font-weight: 400;
}

header {
  margin-bottom: 30px
}

header.nw {
  margin-top: 85px
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0
}

input {
  outline: none;
  border: none
}

button,
input {
  transition: .5s;
}

/*search*/
.search {
  margin-left: 10px
}

.search>div {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px
}

.search input[type="search"] {
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  border: 2px solid #ccc;
  border-radius: 3px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
  width: 100%;
  max-width: 400px;
}

.search input[type="submit"] {
  width: 30px;
  height: 30px;
  background-color: #016fa6;
  border-radius: 3px;
  font-size: 0;
  vertical-align: top;
  margin-left: -11px;
  background-image: url(../img/lupa.png);
  background-repeat: no-repeat;
  background-position: center;
}

.search input[type="submit"]:hover {
  background-color: #08c
}

/*adress*/
.adress {
  margin-left: -10px
}

.adress ul li:not(:last-child) {
  margin-bottom: 10px;
  white-space: nowrap;
}

.adress ul li i {
  width: 32px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px
}

.adress .ads i:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -47px -14px;
  width: 11px;
  height: 16px;
  margin: auto;
}

.adress .tel i:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: 0px -18px;
  width: 19px;
  height: 19px;
  margin: auto;
}

.tel a {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.ads {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

/*call-back-button*/
.call-back {
  background-color: #ff9a23;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
}

.call-back:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ffab49
}

/*nav*/

nav.polo {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
  z-index: 20
}

.menu.polo {
  position: fixed;
  top: 50px;
  width: 100%;
  margin-top: 0;
  z-index: 20
}

.menu.polo ul {
  overflow-x: scroll;
}

.burger {
  display: none;

}

.burger-but,
.menu-but {
  width: 30px;
  height: 30px;
  float: left
}

.menu-but {
  float: right
}

.menu-but {
  background: #fff;
}

.burger-but {
  padding: 3px;
  background: #fff;
  width: 35px;
}

.burger-but>div {
  height: 3px;
  background: #016fa6;
  margin: 4px 0;
}

nav ul {
  width: 100%;
}

nav ul li:last-child {
  border-right: none;
}

nav ul li i {
  display: none;
  position: absolute;
  top: 12px;
  right: 15px;
}

nav ul li:hover .sub-menu {
  display: block
}

nav ul li a {
  font-size: 15px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  text-transform: uppercase;
  transition: .5s;
}

nav ul li a:hover,
nav ul li:hover {
  color: #fff;
  text-decoration: underline;
}

nav ul li a.active,
nav ul li.active{
  text-decoration: underline;
}


.sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  background-color: #08c;
  width: auto;
  padding: 10px 20px;
  z-index: 3;
}

.sub-menu li {
  display: block;
}

.sub-menu li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  text-align: left;
  padding: 14px 5px;
  border-top: 1px solid #40a6d9;
  border-bottom: 1px solid #006597
}

.sub-menu li:first-child a {
  border-top: none
}

.sub-menu li:last-child a {
  border-bottom: none;
}

.sub-menu li a:hover {
  color: #fc9;
}

/*menu*/
.menu {
  background-color: whitesmoke;
  padding: 25px 0 10px;
}

.menu ul {
  display: flex;
}

.menu ul li {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  text-align: center
}

.menu ul li a {
  display: block;
  width: 100%;
}

.menu ul li a img {
  align-self: flex-end;
  z-index: 2;
  position: relative
}

.menu ul li a p {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
  transition: .1s
}

.menu ul li a:hover,
.menu ul li:hover>a {
  color: #ff9a23;
  text-decoration: none;
}

.menu ul li a:hover p,
.menu ul li:hover>a p {
  text-decoration: none;
}

.menu ul li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 132px;
  z-index: 1;
  top: 0;
  background: rgba(40, 155, 212, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(40, 155, 212, 1) 0%, rgba(40, 155, 212, 0) 57%, rgba(231, 56, 39, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(40, 155, 212, 1)), color-stop(57%, rgba(40, 155, 212, 0)), color-stop(100%, rgba(231, 56, 39, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(40, 155, 212, 1) 0%, rgba(40, 155, 212, 0) 57%, rgba(231, 56, 39, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(40, 155, 212, 1) 0%, rgba(40, 155, 212, 0) 57%, rgba(231, 56, 39, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(40, 155, 212, 1) 0%, rgba(40, 155, 212, 0) 57%, rgba(231, 56, 39, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(40, 155, 212, 1) 0%, rgba(40, 155, 212, 0) 57%, rgba(231, 56, 39, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#289bd4', endColorstr='#e73827', GradientType=1);
}

.menu ul li:hover a:before {
  background: rgba(255, 168, 69, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 168, 69, 1) 0%, rgba(255, 168, 69, 0.83) 11%, rgba(255, 168, 69, 0.65) 23%, rgba(255, 168, 69, 0.15) 55%, rgba(255, 168, 69, 0) 65%, rgba(255, 168, 69, 0) 71%, rgba(255, 168, 69, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 168, 69, 1)), color-stop(11%, rgba(255, 168, 69, 0.83)), color-stop(23%, rgba(255, 168, 69, 0.65)), color-stop(55%, rgba(255, 168, 69, 0.15)), color-stop(65%, rgba(255, 168, 69, 0)), color-stop(71%, rgba(255, 168, 69, 0)), color-stop(100%, rgba(255, 168, 69, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 168, 69, 1) 0%, rgba(255, 168, 69, 0.83) 11%, rgba(255, 168, 69, 0.65) 23%, rgba(255, 168, 69, 0.15) 55%, rgba(255, 168, 69, 0) 65%, rgba(255, 168, 69, 0) 71%, rgba(255, 168, 69, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 168, 69, 1) 0%, rgba(255, 168, 69, 0.83) 11%, rgba(255, 168, 69, 0.65) 23%, rgba(255, 168, 69, 0.15) 55%, rgba(255, 168, 69, 0) 65%, rgba(255, 168, 69, 0) 71%, rgba(255, 168, 69, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 168, 69, 1) 0%, rgba(255, 168, 69, 0.83) 11%, rgba(255, 168, 69, 0.65) 23%, rgba(255, 168, 69, 0.15) 55%, rgba(255, 168, 69, 0) 65%, rgba(255, 168, 69, 0) 71%, rgba(255, 168, 69, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 168, 69, 1) 0%, rgba(255, 168, 69, 0.83) 11%, rgba(255, 168, 69, 0.65) 23%, rgba(255, 168, 69, 0.15) 55%, rgba(255, 168, 69, 0) 65%, rgba(255, 168, 69, 0) 71%, rgba(255, 168, 69, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa845', endColorstr='#ffa845', GradientType=1);
}


.menu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  padding: 22px 27px;
  width: 100%;
}

.menu ul li ul:before {
  content: '';
  width: 18px;
  height: 10px;
  background: url(../img/arrow-menu.png) no-repeat center;
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.menu ul li ul li {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.menu ul li:hover ul {
  display: block;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  z-index: 4
}

.menu ul li ul li a:before {
  content: none;
}


.flex {
  display: flex;
}

.firs-line.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.second-line {
  background: #01579a;
  padding: 10px 0;  
}

.mobile.flex {
  justify-content: space-between;

}

.mobile li {
  display: flex;
  justify-content: center;
  align-items: center;
}


.phones a {
  display: block;
  color: #01579a;
  font-size: 16px;
}

.phones a:hover,
.phones a:focus {
  text-decoration: none;
}

.socials.flex-item>div {
  display: flex;
  align-items: center;
}

.socials.flex-item>div p {
  margin: 0 12px;
  color: #7aa5da;
}

.licensed.flex-item {
  align-items: center;
  align-content: center;
  justify-content: center;
}

.licensed.flex-item p{
  margin: 0;
}

.licensed.flex-item p a, .licensed.flex-item p a:hover{

  color: #768076;
  text-decoration: none;
}


.socials.flex.flex-item div:last-child {
  padding: 6px;
  border-radius: 30px;
  /* width: 420px; */
  margin-left: 10px;
}

.phones {
  column-count: 2;
}

.lang>div a {
  border: 1px solid #768076;
  color: #768076;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.lang>div a {
  text-decoration: none;
}

.lang>div.active a {
  border: 1px solid #01579a;
  color: #01579a;
}

.logo {
  align-content: center;
  align-items: center;
}

.logo p {
  margin: 0 10px 0;
  color: #fff;
  font-style: italic;
}

.run-text {

  height: 40px;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  color: white;
  justify-content: flex-end;
}

.run-text-item {
  display: inline-block;
  vertical-align: middle;
}

.run-text-item p {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #01579a;
  /* float: left; */
  vertical-align: middle;
  display: inline-block;
}

.run-text-item p span {
  color: #ff2e2e;
}

.security h3.headline{
  color: #006597;
}

.run-text-item>a {
  background: #01579a;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  vertical-align: middle;
}

.run-text-item>a:hover,
.run-text-item>a:focus {
  text-decoration: none;
  color: #fff;
}

footer {
  padding: 30px 0 35px;
  background: #01579a;
}

footer a,
footer p {
  color: #fff;
}

footer .footer-soc a {
  transition: .5s;
}

footer .footer-soc li {
  margin-right: 20px;
}

footer .footer-soc a:hover {
  opacity: .5;
}

footer .footer-soc-title {
  margin: 20px 0 20px;
}

footer .footer-title {
  padding-bottom: 10px;
}

footer a b {
  font-weight: bold;
  text-transform: uppercase;
}

footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #fff;
}

footer div ul:not(.footer-soc) {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 200px;
}

footer div ul.second {
  height: 150px;
  max-width: 130px;
  margin: auto;
}

footer div ul.third {

  height: 80px;
}

footer div ul.justify {
  justify-content: space-between;
}

.footer-soc {
  display: flex;
  list-style: none;
  justify-content: start;
  padding: 0;
  width: 190px;
  flex-direction: row;
}

.location {
  /* height: 497px; */
  padding: 55px 0;
  background: url(/img/location.png) no-repeat center/cover;
  background-color: #01579a;
}

.location.inner {
  background: #fff;
  height: auto;

}

.location.inner .headline {
  color: #111;
}

.location h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

.location-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.localion-item {
  height: 330px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  width: 48%;
  margin-bottom: 30px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  transition: .4s;
}
.localion-item a img{ 
  width: 100%;
}

.localion-item:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);

}

.localion-item figcaption {
  height: 65px;
  background: #fff;

  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 20px;
}

.localion-item figcaption p {
  margin: 0 0 0 15px;
  font-size: 16px;
}

.localion-item figcaption img {
  margin-top: -20px;
}

.news {
  background: #f5f5f5;
  padding: 70px 0;
}

.news .headline {
  margin-bottom: 30px;
}

.headline {
  font-size: 30px;
}
h3.headline {
  color: #006597 !important;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 50px;
}

.news-list li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  flex-direction: column;
}

.news-list li a {
  color: #111;
}

.news-data {
  color: #858585;
  margin-right: 5px;
}

.news-name {}

/* .news-name.breaking {
  font-weight: bold;
} */

.cash-cources {
  background: #f5f5f5;
}

.headline.bold {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.calc-block {
  height: 200px;
  background: url(/img/calculator-bg.png) center/contain no-repeat;
  width: 98%;
  margin: auto;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -100px auto 65px;

}

.order-by-sale {
  display: flex;
}

.order-arrow {
  width: 9px;
  height: 14px;
  display: inline-block;
  background: url(/img/order-arrows.png) center/contain;
  display: none;
}

.calc-headline {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.calc-button {
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  padding: 0 25px 0 15px;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #01579a;
  cursor: pointer;
  margin-left: 50px;

}

main {}

.order-item {
  color: #858585;
  display: flex;
}

.order-item a {
  display: flex;
  align-items: center;
  color: #858585;
}

.order-item a:hover,
.order-item a:focus {
  text-decoration: none;
}

.cources-list-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cources-list-control {
  padding: 30px 0 15px;
  border-bottom: 1px solid #cccccc;
}

.order-wrapper {
  max-width: 160px;
  width: 152px;
  text-align: center;


}

.select {
  border: 1px solid #111;
  border-radius: 3px;
  width: 107px;
  height: 33px;
  position: relative;
}

.select:after {
  content: '';
  width: 15px;
  height: 8px;
  background: url(/img/select.png) center/contain;
  position: absolute;
  pointer-events: none;
  top: 12px;
  right: 7px;
}

.select select {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  padding: 0px 13px;
}

.select select option {
  color: #858585;
}

.cources-list-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 23px 20px 0;
  font-size: 16px;
  border-bottom: 1px dotted #dddddd;
}

.cources-list-item:last-child {
  border-bottom-style: solid;
}

.bank-item {
  display: flex;
  justify-content: end;
  align-items: center;
  min-width: 140px;
}

.bank-logo {
  min-width: 50px;
}

.cources-p {
  color: #858585;
  margin: 0;
}

.cources-p:last-child {
  padding-right: 23px;
}

.cources-row {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 80px;
}

.col-md-5_5 {
  width: 45%;
}

.cash-table {
  margin-bottom: 155px;
}

.cash-table .headline {
  color: #006597;
}

#cources-table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

#cources-table th {
  text-transform: uppercase;
  color: #858585;
  font-weight: normal;
  /* text-align: center; */
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  text-align: center;
}

#cources-table td {
  font-size: 16px;
  padding: 17px 0;
  text-align: center;
}

#cources-table td img {
  margin: -3px 10px 0 0;
}

#cources-table td:first-child,
#cources-table th:first-child {
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  width: 430px;
}

#cources-table td:last-child,
#cources-table th:last-child {
  text-align: right;
  padding-right: 30px;
}

#cources-table tr:nth-child(even) td {
  background: #f5f5f5;
}

.table-wrapp {
  position: relative;
}

.table-wrapp tr:nth-child(1) th:nth-child(3), .table-wrapp tr:nth-child(1) th:nth-child(4){
  position: relative;
}

body .table-wrapp #cources-table  tr th:nth-child(2),
body .table-wrapp #cources-table tr td:nth-child(2){
  text-align: left;
  width: 200px;
}

.table-wrapp tr:nth-child(1) th:nth-child(3):before, .table-wrapp tr:nth-child(1) th:nth-child(4):before {
  content: '';
  width: 85%;
  height: 1200px;
  box-shadow: 0px 5px 15px 0px rgba(32, 22, 0, 0.2);
  position: absolute;
  top: -20px;
  left: 9%;
  z-index: 1;
}

.table-wrapp #cources-table tr td:nth-child(3), 
.table-wrapp #cources-table  tr td:nth-child(4){
  position: relative;
  padding-left: 65px;
  text-align: left;
}

.table-wrapp #cources-table tr td:nth-child(3) img, 
.table-wrapp #cources-table tr td:nth-child(4) img {
  position: absolute;
  left: 40px;
  top: 50%;
}

.nav-buttons {
  border-radius: 3px;
  background-color: rgb(28, 114, 185);
  width: 226px;
  height: 45px;
  border: 1px solid rgb(28, 114, 185);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
  color: #fff;
}

.nav-buttons:hover,
.nav-buttons:focus {
  text-decoration: none;

}

.nav-buttons.next-card:hover,
.nav-buttons.next-card:focus {
  text-decoration: none;
  color: #fff;
}

.nav-buttons.prev-card {
  color: rgb(28, 114, 185);
  background: #fff;
  margin-bottom: 40px;
}

.location:not(.inner) .headline {
  color: #fff !important;
}
.news .headline, .col-md-5_5 .headline{
  color: #111 !important;
}

.card+.cash-table .headline{
  color: #111 !important;
}

.contscts .headline b{
  color: #006597;
}

.navigation {
  display: flex; 
  display: none;
  justify-content: space-between;
}

.location-deitals-wrapper {
  margin: 40px 0 20px;
  border-bottom: 1px solid #cccccc;
}

.location-deitals-item img {
  margin-right: 15px;
}

.location-deitals-item {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}


.description-item {
  margin: 10px 0 20px;
}

.description-item a {
  text-decoration: underline;
}

.description-item a:hover {
  text-decoration: none;
}

/*gallery*/

.gallery-catalog .gallery-elem {
  max-width: 255px;
  margin-right: 33px
}

.gallery-catalog .gallery-elem:nth-child(3n) {
  margin-right: 0px
}

.gallery-catalog .gallery-elem .elem-text {
  min-height: 70px
}

.gallery-catalog .gallery-elem .elem-text a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.gallery-catalog .gallery-elem .elem-text a:hover {
  text-decoration: none;
}


.gallery-carousel {
  margin-top: 30px
}

.little-foto {
  margin-top: 20px
}

.little-foto .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  border: none;
  margin-top: -16px
}

.little-foto .slick-arrow::before {
  content: '';
  width: 7px;
  height: 11px;
  position: absolute;
  top: 48%;
}

.little-foto .slick-arrow {
  display: inline-block;
  background-image: url(/img/carousel-arrows.png);
  width: 40px;
  height: 33px;
  height: 86%;
  top: 22px;
  outline: none;
}

.little-foto .slick-arrow.slick-prev {
  left: 0;
  z-index: 2;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
}

.little-foto .slick-arrow.slick-next:before {
  content: url(/img/arrNext.png);
  right: 11px;
}

.little-foto .slick-arrow.slick-prev:before {
  content: url(/img/arrPrev.png);
  left: 11px;
}

.little-foto .slick-arrow.slick-next {
  right: 0;
  z-index: 2;
  top: 20px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, transparent 0%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
}

.little-foto .slick-slide.slick-current.slick-active {
  position: relative
}

.little-foto .slick-slide.slick-current.slick-active:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 115, 189, 0.52);
  display: block;
  position: absolute;
  top: 0;
}

.little-foto .slick-slide {
  width: 200px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 10px;
}

.little-foto .slick-slide img {
  max-width: 100%;
  height: auto
}


.big-foto .slick-arrow {
  position: absolute;
  font-size: 0;
  border: none;
  height: 100%;
  width: 60px;
  background-color: rgba(0, 0, 0, .3);
  display: block;
  top: 0;
  z-index: 10;
  outline: none;
}

.big-foto .slick-arrow:before {
  content: '';
  background-image: url(../img/carousel-arrows.png);
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 30px;
  position: absolute
}

.big-foto .slick-arrow.slick-next:before {
  background-position: -51px 1px;
  left: 50%;
  margin-left: -15px;
}

.big-foto .slick-arrow.slick-prev:before {
  left: 50%;
  margin-left: -15px;
}

.big-foto .slick-arrow.slick-next {
  right: 0;
}

.big-foto .slick-arrow.slick-prev {
  left: 0;
}

.big-foto .slick-slide img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.big-foto .slick-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: .5s;
}

.big-foto .slick-slide a:before {
  content: '';
  opacity: 0;
  transition: .5s;
}

.big-foto .slick-slide a:hover:before {
  background: url(../img/lubig.png) no-repeat center;
  width: 101px;
  height: 101px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  opacity: 1;
  transition: .5s;
}

.equipment-item {
  margin: 30px 0 40px;
}

.equipment-item h3 {
  font-weight: bold;
  color: #01579a;
  font-size: 18px;
}

.equipment-item figure {
  margin: 0;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex.wrapp {
  display: flex;
  flex-wrap: wrap;
}

.services-item {
  display: flex;
  padding: 30px 0 40px;
  border-bottom: 1px solid #cccccc;
  justify-content: space-between;
}

.services-item h5 {
  line-height: 23px;
}

.services-item.revers {
  display: flex;
  flex-direction: row-reverse;
}

.services-item.full .services-text {
  width: 100%;
}

.services-text,
.services-text+figure {
  width: 48%;

}

.services-item iframe {
  width: 560px;
  height: 315px;
}

.services-item h5 {
  font-size: 20px;
}

.more-button {
  text-transform: uppercase;
  color: #fff;
  background: #01579a;
  padding: 10px 30px;
  border-radius: 3px;
  margin-top: 20px;
  display: inline-block;
  transition: .5s;
}

.more-button:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}

.rewards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}

.rewards-item {
  position: relative;
}

.rewards-item figcaption {
  background: #40434b;
  color: #fff;
  width: 225px;
  height: 110px;
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
}

.rewards-item figcaption:before {
  content: url(../img/triangle.png);
  position: absolute;
  top: -17px;
  left: -2px;
}

.rewards-item img {
  transition: .5s;
}

.rewards-item:hover img {

  transform: translateY(-20px);
}

.headline.small {
  font-size: 20px;
}

.news-item {
  margin: 30px 0 10px;
}

.news-item figure {
  position: relative;
}

.news-item h3 a {
  color: #111;
}

.news-item h3 a:hover {
  color: #01579a;
  text-decoration: none;
}

.news-item img {
  max-width: 100%;
  height: auto;
}

.catalog-pagination.bottom-pag {
  text-align: center;
  margin: 30px 0 50px;
  display: flex;
}

.catalog-pagination.bottom-pag li.active a {
  color: #01579a;
  border-bottom: 1px solid #01579a;
}

.catalog-pagination a {
  width: 21px;
  height: 24px;
  display: flex;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
  transition: background-color .5s;
  color: #111;
  margin: 0 11px;
}

.catalog-pagination a:hover {
  border-color: #01579a;
  color: #01579a;
}

.catalog-pagination a i {
  display: inline-block;
  width: 8px;
  height: 14px;
}

.catalog-pagination.bottom-pag {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.catalog-pagination.bottom-pag ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-pagination.bottom-pag * {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.news-date {
  display: flex;
  background: #40434b;
  position: absolute;
  top: -2px;
  left: 20px;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 70px;
  padding-top: 6px;
}

.news-date p {
  margin: 0;
  font-size: 12px;
}

.news-date p:first-child {
  font-size: 20px;
  line-height: 0.5;
}

.news-date p:last-child {
  border-top: 1px solid #fff;
  font-size: 10px;
  margin-top: 5px;
}

.map {
  border-top: 2px solid #01579a;
}

.map img {
  max-width: 100%;
  height: auto;
}

.contacts-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 263px;
  width: 75%;
}

.contacts-item {
  display: flex;
  width: 50%;
  align-items: end;
}

.contacts-item p {
  margin: 0;
}

.contacts-item p a {
  color: #111;
}

.contacts-item p a:hover {
  color: #111;
  text-decoration: none;
}

.contacts-item img {
  margin-right: 10px;
}

.contacts-all-wrapper {
  display: flex;
  width: 70%;
  margin: auto;
}

.contacts-soc a {
  margin: 0 10px;
}

.news-deaitals img {
  max-width: 100%;
  height: auto;
}

.col-6-5 {
  width: 100%;
  max-width: 620px;
  padding: 0 15px;
  margin: auto;
}

.content-images {
  flex-wrap: wrap;
}

.new-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #01579a;
}

.news-socials {
  color: #858585;
  justify-content: space-between;
}

.news-socials {
  padding: 20px 0;
}

.news-soc-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  background-position: center;
  background-repeat: no-repeat;
}

.news-soc-item.fb {
  border-color: #47639f;
  background-image: url(/img/nfb.png);

}

.news-soc-item.tw {
  border-color: #2ca7f2;
  background-image: url(/img/ntw.png);
}

.news-soc-item.tel {
  border-color: #0e8ece;
  background-image: url(/img/ntel.png);
  background-position: 7px 10px;
}

.news-soc-item.fb:hover {
  background: url(/img/facebook.png) center;
}

.news-soc-item.tw:hover {
  background: url(/img/twitter.png) center;
}

.news-soc-item.tel:hover {
  background: url(/img/telegram.png) center;
}

.soc-area {
  display: flex;
  align-items: center;
}

.soc-area p {
  margin: 0 20px 0 0;
}

.news-date-deital {
  display: flex;
  align-items: center;
}

.news-deaitals {
  margin-bottom: 100px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.open-popup-link {
  background-color: rgb(28, 185, 72);
  position: fixed;
  width: 171px;
  height: 45px; 
  top: 50%;
  right: -63px;
  transform: rotate(-90deg);
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  z-index: 999;
  display: none;

}

.callback label {
  display: block;
  border: 1px solid rgb(204, 204, 204);
  width: 100%;
  height: 48px;
  position: relative;
  margin-bottom: 30px;
}

.callback label:last-of-type {
  margin-bottom: 0px;

}

.callback label p {
  position: absolute;
  top: -12px;
  left: 10px;
  margin: 0;
  background: #fff;
  padding: 0 10px;
  color: #999999;
  font-weight: normal;
}

.callback label:focus-within {
  border-color: #1cb948;
}

.callback label:focus-within p {
  color: #1cb948;
}

.callback input[type='text'] {
  width: 100%;
  font-size: 16px;
  height: 100%;
  padding: 0 20px;
}

.callback label[for="i3"] {
  height: 80px;
}

.callback textarea {
  width: 100%;
  font-size: 16px;
  padding: 12px 15px 0;
  border: none;
  height: 78px;
  display: block;
  outline: none;
  resize: none;
}

.callback.white-popup {
  padding: 3% 3%;
}

.popup-body h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.popup-body p {
  color: #999999;
  font-size: 12px;
  margin: 0;
}

.popup-body input[type='submit'] {
  border-radius: 5px;
  background-color: #1cb948;
  height: 50px;
  display: block;
  margin: 29px auto 0;
  text-transform: uppercase;
  border: none;
  padding: 0 45px;
  color: #fff;
}

.col-md-4.hidden-sm {
  text-align: center;
}

/* .col-md-4.hidden-sm img {
  margin: 20px 0;
} */

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar-collapse.collapse.in {
  display: block !important;
}


#popup {
  width: 0;
  height: 0;
  background: rgba(0, 98, 204, 0.6);
  position: fixed;
  opacity: 0;
  display: none;
  z-index: 999;
}
.text-center.controls label{
  margin: 0 15px 20px;
}
#popup .popup-body {
  width: 500px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  position: fixed;
  padding: 40px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 0.25rem;
}

#popup.open .popup-body,
#popup.open {
  opacity: 1;
}


.p-sell {
  width: 0;
  height: 0;
  opacity: 0;

}

.p-buy.vissible,
.p-sell.vissible {
  width: auto;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s;
}


#popup.open {
  width: 100%;
  height: 100%;
  display: flex;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  justify-content: center;
  align-items: center;
}

#popup .form-control {

  -webkit-appearance: none;
}
#popup .select {
  border: 1px solid #ccc;
  margin: 0 0 15px;
  width: 100%;
}

.extension {
  width: 0;
  height: 0;
  opacity: 0;
}

.extension.vissible {
  width: auto;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s;
}

.extension p {
  margin: 0;
}

#popup .radio {
  display: none;
}

.popup-body .controls__title {
  font-weight: bold;
  font-size: 16px;
}
.choose-button span {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 10px 25px;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: .5s;
}

#popup .radio:checked~span {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

#output {
  padding: 20px 20px 0;
  text-align: center;
  color: rgb(28, 185, 72);
  font-size: 20px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: none;
  box-shadow: none;
}

#culculate{
  margin-top: 20px;
}

.messege-1, .messege-2{
  display: none;
}
.messege-1.vissible, .messege-2.vissible{
  display: block;
}

.text-center.controls{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media(max-width:500px) {
  #popup .popup-body {
    width: 100%;
  }
}

.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.simple-marquee-container {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	width: 100%;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 40px;
	position: relative;
	cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
	padding: 0;
	width: 20%;
	height: 40px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.simple-marquee-container .marquee{
  margin-left: 25%;
}

.simple-marquee-container .marquee-content-items{
  display: inline-block; 
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.simple-marquee-container .marquee-content-items li{
  display: inline-block;
  color: #fff;
}

.simple-marquee-container .marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}
