/*
@font-face {
  font-family: gothamlight;
  src: url('../fonts/gothamlight.eot');
  src: url('../fonts/gothamlight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/gothamlight.woff2') format('woff2'),
       url('../fonts/gothamlight.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: gothammedium;
  src: url('../fonts/gothammedium.eot');
  src: url('../fonts/gothammedium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/gothammedium.woff2') format('woff2'),
       url('../fonts/gothammedium.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: helveticaneuecyr-bold;
  src: url('../fonts/helveticaneuecyr-bold.eot');
  src: url('../fonts/helveticaneuecyr-bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr-bold.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr-bold.woff') format('woff');
        font-display: swap;
}
*/
/*

* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  box-sizing: border-box;
}

body {
  font-family: gothamlight;
  min-width: 325px;
  color: #333333;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1280px !important;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin-bottom: 0;
}


a {
  font-family: gothammedium;
  font-size: 14px;
  color: #009ddc;
  white-space: nowrap;
}

a span {
  color: #dd7233;
  margin-left: 2px;
}

a:hover {
  color: #dd7233;
  text-decoration: none;
}
*/

a.wc {
  color: #fff;
}

a.wc:hover {
  color: #92c632;
}
/*
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}


img {
  display: block;
  max-width: 100%;
}

h1 {
  font-size: 37px;
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 22px;
}

h2 {
  font-family: 'gothammedium';
  font-size: 50px;
  line-height: 1.4;
  color: #fff;
  border-bottom: 2px solid #ce4f4d;
  padding-bottom: 25px;
}

h3 {
  font-family: 'gothammedium';
  font-size: 27px;
  color: #92c632;
}

h4 {
  font-size: 25px;
  color: #fff;
  line-height: 1.7;
  padding-top: 20px;
}

h4:first-child {
  padding-top: 0;
}

h5 {
  font-family: 'gothammedium';
  font-size: 17px;
}
*/
.fs-10 {
  font-size: 10px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-25 {
  font-size: 25px;
  line-height: 1.7;
}


/*
@media (max-width: 992px) {
  h2,h3,h4,h5 {text-align: center;}
}

@media screen and (max-width: 768px){
  h1 {font-size: 30px;}
  h4 {font-size: 22px;}
  h2 {font-size: 40px;}
}

@media screen and (max-width: 576px){
  h2 {font-size: 33px;}
}

p {
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
}

p:last-child {
  margin-bottom: 0;
}
*/
.top {
  background: #f5f5b0;
  border-bottom: 4px solid #369ede;
}

.wc {
  color: #fff;
}

.bc {
  color: #009ddc;
}

.und {
  text-decoration: underline;
}

/*
h6 {
  font-family: gothamlight;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}
*/

.form-search input {
  position: relative;
  width: 100%;
  height: 52px;
  font-size: 19px;
  color: #9c9c9c;
  border: 2px solid #cccccc;
  padding: 0 12px;
}

.form-search input:focus {
  outline: none;
}

.form-search input::placeholder {
  font-size: 19px;
  color: #9c9c9c;
}

.form-search input[type="submit"] {
  position: absolute;
  width: auto;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 10%;
  right: 15px;
  cursor: pointer;
}

.form-search input[type="submit"]:hover {
  background-image: url(../images/search2.png);
}

.btn-header {
	min-width:125px;
}
.btn-header.btn-secondary {
	padding-top:10px;
}
.btn-header.store {
	padding-top:6px;
}

.ffb {
  font-family: 'Montserrat';
  font-weight: bold;
}

.store {
  min-height: 52px;
  color: #333;
  border: 2px solid #cccccc;
}

.store:hover {
  background: #dd7233;
  border: 2px solid #dd7233;
  color: #fff;
  text-decoration: none;
}

.store p {
  margin-bottom: 0;
}

.store:hover p {
  color: #fff;
}

.dropdown {
  min-height: 52px;
  /*background: #009ddc;*/
}

.myaccount-dropdown,
.btn-sign-in {
  background: #009ddc;
  border: none;
}

.members-only {
	color:#ffffff;
	background:#f31c2c;
	padding:1px 3px;
	margin-left:7px;
	font-size:80% !important;
}
.members-pay-less,
.members-save {
	color:#000000;
	background:#cccccc;
	padding:1px 3px;
	margin-left:7px;
	font-size:80% !important;
}

.dropdown-toggle {
  min-height: 52px;
  font-family: 'Montserrat';
  border: 0;
  background: none;
  line-height: 1.3;
}

.dropdown-toggle:hover {
  background: none;
}

.myaccount-dropdown:hover {
  /*background: #dd7233;*/
}

.dropdown-menu {
  z-index: 3000;
  min-width: 300px;
  border: 0;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  padding:10px 15px;
}

.dropdown-menu li.nav-item {
	padding:5px 10px;
	margin:7px 0;
}

.dropdown-menu li.nav-item:hover {
	background:#efefef;
}

.dropdown-menu li.nav-item a {
	font-size:14px !important;
	font-weight: normal !important;
}
.dropdown-menu li.nav-item a:hover {
	font-size:14px;
}

.dropdown-menu a {
   font-family: 'Montserrat';
   font-weight: normal;
}

.dropdown span {
  font-family: 'Montserrat';
  font-size: 12px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.primary-menu .dropdown-toggle::after {
	content:none !important;
}

button.navbar-toggler {
 outline: none;
}

button.search-toggler {
 outline: none;
 color: rgba(0,0,0,.55);
 border-color: rgba(0,0,0,.1);
 padding: 6px 12px;
 font-size: 16px;
}

.navbar {
  z-index: 2000;
}

@media screen and (max-width: 992px){
  .navbar {
    position: absolute;
    top: 20px;
    justify-content: flex-end;
    right: 0;
  }
}

.dropdown-toggle::after {
  position: relative;
  top: 3px;
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

.dropdown-item {
  font-size: 14px;
  padding: .25rem 1rem;
}

.dropdown-menu a:first-child {
  font-family: 'Montserrat';
}

.fl11 {
  flex: 1 1;
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  padding: 0;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
  /*color: #dd7233;*/
  text-decoration: none !important;
}

@media screen and (max-width: 1260px){
  .navbar-expand-lg .navbar-nav .nav-link {font-size: 15px;}
}

@media screen and (max-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    background: #ffffff;
    color: #000000;
    border-top: 1px solid rgba(255,255,255,0.8);
    padding: 10px 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000000;
    background: #f7f7f7;
  }
}

.btncl a {
  white-space: break-spaces;
  text-align: center;
  text-decoration: none;
}

.whbtn {
  font-size: 27px;
  color: #fff;
  border: 3px solid #fff;
  padding: 10px 15px;
}

.whbtn:hover {
  color: #dd7233;
  background: #fff;
}

.blbtn {
  font-size: 16px;
  color: #fff;
  background: #009ddc;
  border: 2px solid #009ddc;
  padding: 9px 17px;
}

.blbtn:hover {
  color: #009ddc;
  background: none;
}

.red {
  background: #ce4f4d;
  border: 2px solid #ce4f4d;
}

.mw {
 min-width: 190px;
}

.red:hover {
  color: #ce4f4d;
  background: #fff;
}

.read {
  font-size: 11px;
  color: #009ddc;
  border: 3px solid #009ddc;
  text-transform: uppercase;
  padding: 5px 7px;
}

.read:hover {
  color: #fff;
  background: #009ddc;
} 


@media screen and (max-width: 1260px){
  .sources {width: 100%;flex: none;max-width: none;}
}

@media screen and (max-width: 992px){
  .w100 {
    flex: none;
    width: 100%;
  }
  .btncl {justify-content: center;}
}

@media screen and (max-width: 768px){
  .whbtn {font-size: 22px;}
}

@media screen and (max-width: 385px){
  .btncl a {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.imgc {
  height: 130px;
}

@media screen and (max-width: 768px){
  .imgc {height: 170px;}
  .search-container {display: none;}
}

.full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbg {
  background: #4a72b8;
}

.dbbg {
  background: #30519b;
}

.grbg {
  background: #fcfcfc;
}

.elems p {
  font-family: 'Montserrat';
  font-weight: bold;
}

.anim:after {
  content: '';
  position: absolute;
  bottom: 0;
  opacity: 0;
  border-radius: 5px;
  height: 100%;
  width: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,157,220,0.05);
  cursor: pointer;
}

.anim:hover:after {
  opacity: 1;
}

.pad {
  padding-left: 20px;
}

@media (max-width: 992px) {
  .cent2 {text-align: center;width: 100%;}
  .d-cent {justify-content: center !important; width: 100%;}
}

@media (max-width: 768px) {
  .cent {text-align: center;}
}

/*footer*/
.bg-darker {
	background: #333333;
}
.copy {
  color: #999;
  font-style: italic;
}

.sots svg {
  fill: #009ddc;
}
.sots svg:hover {
  fill: #92c632;
}
.footer p {
	font-size: 12px;
}
.footer-menu {
	font-size: 14px;
}