@charset "UTF-8";
@import "../fonts/fonts.css";
@import "base.css";
@import "layout.css";
@import "mobile-menu.css";
/*variables*/
/*body*/


body {
  color: #6d6d6d;
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-optical-sizing: auto;
  font-size: 17px;
  background-color: #fff;
  overflow-x: hidden;
}
a {
  color:   #6d6d6d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color:   #6d6d6d;
}
/* a {
  color: #ac4c48;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #ac4c48;
} */
.color-text-red{
  color: #AE0909;
}
p {
  margin-bottom: 22px;
}

ul {
  list-style: none;
}
ul.style-circle{
  list-style: circle;
}
ul li::marker{
  color: #6d6d6d;
}
.page-content ul li {
  position: relative;
  padding-left: 17px;
}


.title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #e18764;
  font-weight: 600;
}

.title.title-lg{
  font-size: 39px;
  margin-bottom: 28px;
}
.title b{
  font-weight: 700;
}
.title.title-white{
  color: #fff;
}

.title span{
  color: #363636;
}
.title-description{
  font-size: 16px;
  color: #373737;
  margin-bottom: 30px;
}
.title ~ .title-description{
  margin-top: -5px;
}
.title-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          -webkit-align-items: baseline;
             -moz-box-align: baseline;
          align-items: baseline;
  gap: 15px;
  margin-bottom: 27px;
}
.title-container .title{
  margin-bottom: 0;
}
.title-more{
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
}





@media screen and (max-width: 576px) {
  .title {
    font-size: 24px;
  }
  .title.title-lg{
    font-size: 26px;
  }
  .title-description{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .title ~ .title-description{
    margin-top: -8px;
  }
  .title-container{
    margin-bottom: 20px;
    gap: 2px;
  }
  
  .title-container .title{
    margin-bottom: 0;
  }
  
  blockquote {
    padding: 15px;
  }
}


/*form*/
.my-btn {
  padding: 12.5px 30px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  border-radius: 0;
  background: #326496;
  border: 1px solid #326496;
  /* text-transform: uppercase; */
  -webkit-transition: .1s;
  -o-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  cursor: pointer;
  -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  display: inline-block;
}

.my-btn:hover,
.my-btn.active {
  text-decoration: none;
  background: #326496;
  color: #fff;
  border: 1px solid #326496;
}

.my-btn.btn-sm{
  padding: 23px 35px;
  font-size: 14px;
}
.my-btn.btn-lg{
  padding: 36px 35px;
  font-size: 22px;
}

.my-btn:disabled {
  background: #598ABC;
  border:1px solid #598ABC;
  color: #fff;
  text-decoration: none;
}


.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}



input[type=text]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
  color: #bfbfbf;
}

input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder  {
  color: #bfbfbf;
}

input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type=text]::placeholder,
textarea::placeholder,
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder  {
  color: #bfbfbf;
}
.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control::placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:focus::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:focus::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:focus::-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:focus::placeholder {
  color: #bfbfbf;
  opacity: 1;
}
textarea,
select,
input.form-control {
  font-family: "Sofia Sans Condensed", sans-serif;
  padding: 10px 17px;
  font-weight: 500;
  font-size: 18px;
  color: #262626;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ddd;
}

textarea:focus,
select:focus,
input.form-control:focus {
  border: 1px solid #ddd;
  color: #262626;
  background: #fff;
}

.invalid textarea,
.invalid select,
.invalid input.form-control {
  border: 1px solid #AE0909;
  color: #AE0909;
}

textarea.small,
select.small,
input.form-control.small {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  font-size: 14px;
}

input.form-control {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 51px;
}
@media (max-width:576px){
  /* textarea,
  select,
  input.form-control {
    padding: 20px 25px;
  }
  input.form-control{
    height: 70px;
  } */
}
textarea {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.form-control {
  padding: 10px 17px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #262626;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ddd;
}

.form-control:focus {
  box-shadow: none;
  /* color: #f1f1f1; */
  border: 1px solid #ddd;
  background: #fff;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #7EB900;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #7EB900;
  box-shadow: none;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border: 1px solid #AE0909;
  color: #AE0909;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border: 1px solid #AE0909;
  color: #AE0909;
  box-shadow: none;
}

.checkbox-container {
  margin-bottom: 12px;
}

.checkbox-container input {
  display: none;
}

.checkbox-container .checkbox-body {
  cursor: pointer;
}

.checkbox-container .checkbox-body::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

.checkbox-rect {
  width: 17px;
  height: 17px;
  background: #dfdfdf;
  border: none;
  display: block;
  float: left;
  top: 3px;
  border-radius: 2px;
  position: relative;
}
.checkbox-rect::before{
  content: "";
  position: absolute;
  background: url(../img/check.svg) no-repeat;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  opacity: 0;
}

/* .checkbox-container input:checked + .checkbox-body .checkbox-rect {
  background: transparent;
} */

.checkbox-container input:checked + .checkbox-body .checkbox-rect::before {
  opacity: 1;
}

.checkbox-text {
  margin-left: 30px;
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  display: block;
  position: relative;
  top: 1px;
}
.checkbox-text a{
  color:  #828282;
}
.radio-container {
  margin-bottom: 12px;
}

.radio-container input {
  display: none;
}

.radio-container .radio-body {
  cursor: pointer;
}

.radio-container .radio-body::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

.radio-rect {
  width: 22px;
  height: 22px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  float: left;
  top: -1px;
  position: relative;
}

.radio-container input:checked + .radio-body .radio-rect {
  background: #eaeaea;
}

.radio-container input:checked + .radio-body .radio-rect::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: #c71105;
}

.radio-text {
  margin-left: 39px;
  font-weight: 400;
  font-size: 14px;
  color: #424242;
  display: block;
}

.radio-text a{
  color: #AE0909;
}

/*controls*/
.breadcrumb-container {
  padding: 33px 0 0;
  margin-bottom: 35px;
  border-bottom: none;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb a,
.breadcrumb li {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #6D6D6D;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #E18764;

}

.breadcrumb-item.active {
  color: #E18764;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 0;
    margin-bottom: 0px;
  }
}

/*swiper*/
.swiper-pagination {
  position: absolute;
  margin-top: 0;
  bottom: -4px !important;
}

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-bullet:hover {
  background: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}
@media (max-width:767px){
  
}
.swiper-button-next,
.swiper-button-prev {
  position: initial;
  cursor: pointer;
  width: 66px;
  height: 63px;
  background:  transparent;
  margin-top: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  opacity: 1;
  display: block;
}

.swiper-button-prev{
  /* left: 0; */
  background: url(../img/prev.svg);
}
.swiper-button-next{
  /* right: 0; */
  background: url(../img/next.svg);
}
/* .swiper-pagination ~ .swiper-button-next,
.swiper-pagination ~ .swiper-button-prev {
  margin-top: -45.5px;
} */

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: block;
}
@media (max-width: 767px){
  /* .swiper-button-next,
  .swiper-button-prev{
    height: 36px;
    width: 36px;
    margin-top: -18px;
  }
  .swiper-button-next svg,
  .swiper-button-prev svg{
    height: 18px;
    width: 18px;
  } */
  
}


#page{
  overflow: hidden;
}

/*header*/
.header {
  position: relative;
  /* overflow: hidden; */
  padding-top: 18px;
}




.header .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* align-items: flex-end; */
  position: relative;
}


.logo-container,
.search-container {
  width: 400px;
}
.logo-container{
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.logo{
  margin-left: 43px;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.logo a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 336px;
  text-decoration: none;
  color: #326496;
  font-weight: 700;
  line-height: 1;
  font-size: 24px;
}
.logo a img{
  /* width: 100%; */
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 125px;
}
.logo-text{
  margin-left: 25px;
  text-transform: uppercase;
}
.header-img {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
.header-img img{
  /* width: 428px; */
  width: 100%;
}
.header-center {
  padding-left: 70px;
}
.header-desc {
  font-size: 39px;
  color: #326496;
  /* margin-bottom: 34px; */
}

.header-title {
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  color: #e18764;
}
.menu {
}


.menu{
  padding: 40px 0 0;
}

.menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu li {
  padding-left: 0;
}

.menu li:before {
  display: none;
}

.menu > ul > li {
  display: block;
  position: relative;
  padding: 0 5px;
}

.menu > ul > li:first-child {
  padding-left: 0;
}

.menu > ul > li:last-child {
  padding-right: 0;
}

.menu a{
  font-weight: 400;
  font-size: 22px;
  color: #326496;
  text-decoration: none;
}
.menu a:hover,
.menu .active a{
  color: #326496;
}

.menu_hamburger {
}
.menu-icon {
}
.js-open-mobile-menu {
}
.search-container {
  padding-top: 19px;
}


.search-container form {
  width: 100%;
  position: relative;
}

.search-container input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 51px;
  padding-left: 17px;
  padding-right: 50px;
  border-radius: 0;
}

.search-container button {
  position: absolute;
  right: 14px;
  top: 0;
}

.search-container button {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border-radius: 0;
}

.header-btn-show-search:hover,
.search-container button:hover {
  background: transparent;
}

@media (max-width: 1170px) {
  .header-center,
  .padding-left-content{
    padding-left: 55px;
  }
  .header-title{
    font-size: 55px;
  }
  .menu a{
    font-size: 17px;
  }

  
}
@media (max-width: 991px) {
  .header .flex{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu,
  .header-img{
    display: none;
  }
  .logo-container{
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header-desc{
    margin-bottom: 0;
    font-size: 24px;
  }
  .header-title{
    font-size: 40px;
  }
  .search-container{
    width: 100%;
  }
}

@media (max-width: 767px){
  .header-center {
    padding-left: 25px;
  }
  /* .logo a{
    width: 164px;
  } */
  
  .logo a{
    width: 150px;
  }
  .logo-text{
    display: none;
  }
  
}
@media (max-width: 576px){
  .header-desc{
    margin-bottom: 0;
    font-size: 20px;
  }
  .header-title{
    font-size: 30px;
  }
  .logo{
    display: none;
  }
  .header-center{
    padding-left: 0;
  }
}

.content-container {
  padding-top: 55px !important;
}
.container-full {
}
.block {
}
.centerCnt {
}
.content-container  .flex {
}
.sidebar {
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.latest-issue-block {
  /* background: #f4faff; */
  background: #EAF2F9;
  border-radius: 10px;
  padding: 30px 30px;
}
.title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.title-block-text {
  font-weight: 400;
  font-size: 33px;
  color: #326496;
}
.issue-number {
  background: #e18764;
  padding: 8px 22px;
  display: inline-block;
  font-size: 26px;
  color: #fff;
}
.issue-theme {
  font-weight: 600;
  font-size: 36px;
  color: #326496;
}
.issue-title {
  font-size: 50px;
  font-weight: 600;
  color: #E18764;
  margin-bottom: 17px;
  line-height: 1;
}
.issue-link{
  margin-top: 15px;
}
.issue-link a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #e18764;
}
.issue-link a i{
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  margin-right: 17px;
  position: relative;
  top: 2px;
}
.issue-link .issue-more{
  color : #326496;
  font-size: 26px;
  text-decoration: underline;
}
.issue-link .issue-more:hover{
  text-decoration: none;
}
.issue-link a span{
  
}
.content-container  .content-block {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -86px;
}
.padding-left-content{
  padding-left: 70px;
}

.new{
  margin-bottom: 40px;
}

.innerCnt {
}



.send-article .sidebar .title {
  font-size: 39px;
}
.send-article .content-block {
  width: 100%;
}
.padding-left-content {
}
.form-send-article {
  /* background: #f6f6f6; */
  background: #EAF2F9;
  border-radius: 10px;
  padding: 50px 70px;
}
.form-group {
  margin-bottom: 11px;
}
.form-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-label {
  -webkit-box-flex:0;
  -webkit-flex:none;
     -moz-box-flex:0;
      -ms-flex:none;
          flex:none;
  width: 115px;
  text-align: right;
  font-size: 18px;
  color: #6d6d6d;
}
.form-field {
  width: 100%;
}
.form-field-small{
  max-width: 270px;
}
.form-control {
  width: 100%;
}
.form-subtitle{
  font-weight: 600;
  font-size: 18px;
  color: #353535;
  margin-bottom: 13px;
}

.input-file-line {
  margin-bottom: 30px;
  
}
.input-file-text2 {
  font-size: 18px;
  color: #6d6d6d;
}


.input-file {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	border: 1px solid #b1b1b1;
  border-radius: 4px;
  background: #d9d9d9;
	font-size: 18px;
  color: #353535;
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	
	padding: 1.5px 10px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.input-file-text {
	padding: 0 10px;
	font-size: 18px;
  color: #6d6d6d;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	background: #E7E6E6;
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	background: #E7E6E6;
}
.input-file:active .input-file-btn {
	background-color: #326496;
  color: #fff;
  border:1px solid #326496;
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #eee;
}

.span-protection {
  margin-bottom: 34px;
}
.spam-portection-text {
  font-weight: 400;
  font-size: 18px;
  color: #6d6d6d;
}
.form-btn {
}
.form-btn .my-btn {
  width: 100%;
  max-width: 180px;
}

@media(max-width:991px){
 .sidebar-content-container .flex{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
 }
 .sidebar-content-container .padding-left-content{
  padding-left: 0;
  width: 100%;
  margin-top: 0;
 }
 .sidebar-content-container .sidebar{
  width: 100%;
 }
 .content-container .sidebar,
 .innerCnt-container .sidebar{
  /* order: 1; */
  margin-bottom: 50px;
 }
}

@media (max-width:576px){
  .send-article .sidebar .title{
    font-size: 26px;
  } 
 .title-block-text,
 .issue-number{
  font-size: 25px;
 }
 .issue-title{
  font-size: 28px;
 }
 .issue-theme{
  font-size: 21px;
 }
 .latest-issue-block{
  padding: 36px 36px 60px;
 }
 .form-send-article{
  padding-left: 36px;
  padding-right: 36px;
 }
 .form-line{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
 }
 .form-label{
  text-align: left;
  width: 100%;
 }
 .form-field-small{
  max-width: 100%;
 }
}

.archive {
}
.archive-container{
  margin-bottom: 25px;
}
.container-full {
}
.block {
}
.centerCnt {
}
.archive .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.archive-info {
  width: 23%;
  padding-right: 20px;
}
.archive-info .title {
  font-size: 39px;
  color: #e18764;
  margin-bottom: 20px;
}
.archive-year {
  background: #e18764;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding: 0 19px;
  line-height: 47px;
}
.more-btn {
  margin-top: 47px;
}
.archive .flex > .more-btn{
  display: none;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.more-btn .my-btn {
  width: 100%;
  max-width: 180px;
}

.arhive-items {
  width: 77%;
}
.flex-overflow {
  margin: 0 -10px;
}
.flex-items {
}
.flex-item {

}
.archive-item {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 25%;
}
.archive-item-body .archive-link-img{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 2px;
  border: 4px solid #f1f1f1;
  width: 100%;
}
.archive-item-body .archive-item-bodyarchive-link-img:hover{
  box-shadow: 0 29px 55px 0 rgba(0, 0, 0, 0.15);
  border: 4px solid #e18764;
}
.archive-item-body a img{
  width: 100%;
}
.archive-item-title {
  margin-top: 18px;
}
.archive-item-title a{
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: #326496;
}
.archive-item-title a:hover{
  text-decoration: underline;
}
@media (max-width:991px){
  .archive-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    /* display: flex; */
  }
  .archive-info .more-btn{
    display: none;
  }
  .archive .flex > .more-btn{
    display: block;
  }
  .arhive-items {
    width: 100%;
  }
}



@media(max-width:767px){
  .archive-item{
    width: 33.333%;
  }
}
@media(max-width:576px){
  .archive-item{
    width: 50%;
  }
}
@media(max-width:360px){
  .archive-item{
    width: 100%;
  }
}


.founders {
  /* background: #f6f6f6; */
  padding-bottom: 50px;
}

.founders .title {
  /* color: #353535; */
}

.founder-slide {
  height: auto;
}
.founder-slide-body {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.founder-slide-icon{
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}
.founder-slide-content{
  text-wrap: balance;
  font-size: 15px;
  color:#000;
}

.founders .flex{
  gap: 45px;
}
.flex .founder-slide{
  line-height: 1.1;

}
.flex .founder-slide3{
  width: 170px;
  -webkit-box-flex:0;
  -webkit-flex:none;
     -moz-box-flex:0;
      -ms-flex:none;
          flex:none;

}
.flex .founder-slide4{
  width: 225px;
  -webkit-box-flex:0;
  -webkit-flex:none;
     -moz-box-flex:0;
      -ms-flex:none;
          flex:none;

}
@media(max-width:1100px){
  .founders .flex{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex .founder-slide{
    
    width: -moz-calc(50% - 45px);
    
    width: calc(50% - 45px);
  }

}
@media(max-width:991px){
  
}
@media(max-width:767px){
  
}
@media(max-width:576px){
  .founders .flex{
    gap: 30px;
  }
  .flex .founder-slide{
    
    width: 100%;
  }
}


.map-container {
  
}
.map {
  width: 100%;
  height: 100%;
}
.map > *{
  width: 100% !important;
  height: 100% !important;
}


.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.socials a{
  text-decoration: none;
}

@media (max-width:576px) {
  .contacts-container {
    padding: 0;
  }
  .contacts-body {
    margin-left: 0px;
    max-width: 100%;
    padding: 40px 20px;
    min-height: 370px;
  }
  .map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 388px;
    width: 100%;
  }
}
/*footer*/
.footer {
  background: #326496;
}


.footer-top .flex{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.footer-top {
  padding: 35px 0 30px;
}
.centerCnt {
}
.flex {
}
.footer .contacts {
  max-width: 230px;
}
.contact-item {
  position: relative;
  padding-left: 37px;
}
.contact-item + .contact-item{
  margin-top: 16px;
}
.phone {
}
.contact-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.phone .contact-icon{
  top: 6px;
}
.address .contact-icon{
  top: 3px;
}
.contact-info,
.contact-info a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
.phone a{
  font-weight: 600;
  font-size: 25px;
  
}
.address {
}
.footer-menu {
}

.footer-menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu ul li{
  margin-bottom: 7px;
}
.footer-menu ul a{
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.socials {
}
.footer-bot{
  border-top: 1px solid  #396fa5;
}
.footer-bot .flex{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  gap: 20px;
  padding: 15px 0;
}


.copyright a,
.policis a{
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  /* text-decoration: none; */
}

.copyright a:hover,
.policis a:hover{
  text-decoration: none;
}

.orenstudio{
  -webkit-box-flex: 0;
      -ms-flex: none;
          -webkit-flex: none;
             -moz-box-flex: 0;
          flex: none;
  /* background: #1B1B1B; */
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
}
.orenstudio a{
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  padding-left: 130px;
  color: #fff;/*#858585;*/
  text-decoration: none;
}
.orenstudio a:hover{
    opacity:1;
}
.orenstudio a i{
  display: block;
  background: url(../img/orenstudio.png) left center no-repeat;
  width: 119px;
  height: 100%;
  padding-right: 17px;
  border-right: 1px solid #fff;
  margin-right: 11px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1170px){
  
}
@media screen and (max-width: 991px) {
  .footer .flex {
    /* gap: 0; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .copyright{
    width: 100%;
    display: block;
    text-align: center;
    max-width: 100%;
  }
  .oren{
    width: 100%;
    /* padding-top: 30px; */
  }
  .orenstudio a{
    margin-left: auto;
    margin-right: auto;
  }
  
}
@media screen and (max-width: 767px) {
  
}



/*pages*/
.page-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.breadcrumb-container + .page-content {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page-content {
    margin-top: 30px;
  }
  .breadcrumb + .page-content {
    margin-top: 0;
  }
}
.page-content li {
  margin-bottom: 15px;
}

.innerCnt-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.breadcrumb-container + .innerCnt-container {
  padding-top: 0;
}

.innerCnt{
  /* line-height: 2; */
}
.innerCnt .title{
  /* margin-bottom: 45px; */
}
.title-page{
  /* max-width: 770px; */
  margin: -104px 200px 0 200px;
  text-align: center;
}
.innerCnt ul,
.innerCnt ol {
  padding-left: 18px;
  margin-bottom: 19px;
}
.innerCnt ul{
  padding-left: 18px;
}
.innerCnt ul {
  list-style: disc;
}

.innerCnt ol li::marker,
.innerCnt ul li::marker{
  color: #262626;
}

.innerCnt ul li {
  margin-bottom: 6px;
}
.new ul li{
  margin-bottom: 0;
}
.innerCnt img{
  border-radius: 90px 0;
}
@media (max-width:991px){
  .title-page{
    /* max-width: 770px; */
    margin: 0;
    text-align: left;
  }
  .title-page .title{
    margin-bottom: 0px;
  }
}
@media (max-width:767px){
  .innerCnt img{
    border-radius: 45px 0;
  }
}



.catalog .flex{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 70px;
}
.catalog-controls{
  width: 43%;
  padding-right: 50px
}
.catalog-items{
  width: 57%;
  position: relative;
  z-index: 2;
}

.filters-btn {
  cursor: pointer;
  display: none;
  border-radius: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #262626;
}
.filters-btn svg {
  display: block;
  margin-right: 12px;
}

.filters-container{
  max-width: 300px;
}
.filters-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.open-filters .filters-bg {
  display: block;
}

.catalog-filter-container-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  display: none;
}

.catalog-filter-container-title {
  color: #262626;
  font-weight: 600;
  font-size: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-filter-container-title svg {
  display: block;
  margin-right: 12px;
}

.catalog-filter-container-head .close,
.catalog-filter-container-head .close:hover {
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  padding: 2px !important;
  background: transparent !important;
  opacity: 1;
  border: none;
}

.catalog-filter-container-head .close svg {
  stroke: #000;
  width: 16px;
  height: 16px;
}

.filters {
  background: transparent;
}

.filter {
  border-bottom: 1px solid #d1d1d1;
}

/* .filters .filter:last-child {
  border: none;
} */

.filter-title {
  font-size: 17px;
  color: #262626;
  padding: 15px 0;
  position: relative;
  padding-right: 29px;
  cursor: pointer;
  font-weight: 600;
}
.filter-show .filter-title{
  color: #f0ab1e;
}
.filter-title i {
  position: absolute;
  width: 23px;
  height: 13px;
  right: 0;
  top: 17px;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.filter-show .filter-title i {
  top: 23px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-body {
  padding: 0 0 15px;
}
.filter-body ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-body ul li{
  margin-bottom: 8px;
}
.filter-body ul a{
  font-weight: 400;
  font-size: 15px;
  color: #262626;
  text-decoration: none;
}
.filter-body ul a:hover,
.filter-body ul .active a{
  text-decoration: underline;
  color: #f0ab1e; 
}


.catalog-items {
  margin-top: -100px;
}

.catalog-items .flex-items {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prod-item {
  max-width: 300px;
  width: 50%;
}
.prod-item-body {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prod-item-img {
  text-align: center;
  margin-bottom: 25px;
}
.prod-item-img img{
  width: 100%;
}
.prod-item-content {
}
.prod-item-title {
  text-align: center;
  margin-bottom: 14px;
}
.prod-item-title,
.prod-item-title a{
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #262626;
}
.prod-item-title a:hover{
  color: #f0ab1e;
}
.prod-item-types {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  color: #262626;
  margin-bottom: 9px;
}
.prod-item-type {
}
.prod-item-weight {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #f0ab1e;
  margin-bottom: 32px;
}
.prod-item-btn {
  text-align: center;
}
.prod-item-btn .my-btn {
  width: 100%;
  max-width: 180px;
}
.btn-green {
}


@media (max-width:991px){
  .catalog .flex{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .catalog-controls{
    width: 100%;
    padding-right:0;
  }
  .catalog-items{
    width: 100%;
    margin-top: 0;
  }

  .filters-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px;
  }
  .catalog-filter-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    border: none;
    width: 300px;
    padding-right: 20px;
    background: #fff;
    padding: 20px 0 30px;
  }
  .catalog-filter-container-head,
  .filter{
    padding-left: 15px;
    padding-right: 15px;
  }
  .open-filters .catalog-filter-container {
    display: block;
  }
  .catalog-filter-container-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  } 


  .prod-item{
    width: 33.333%;
  }
}
@media (max-width: 767px){
  .prod-item{
    width: 50%;
  }
}
@media (max-width: 576px){
  .catalog-items .flex-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prod-item{
    width: 100%;
  }
}




.product-page {
}
.container-full {
}
.centerCnt {
}
.product-page-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
.product-page-info-container {
  width: 53%;
  padding-right: 50px;
  margin-bottom: 40px;
}
.breadcrumb-container {
}
.breadcrumb {
}
.breadcrumb-item {
}
.active {
}
.product-page-info-content {
}
.product-page-info-content .title {
  margin-top: 10px;
}
.product-page-info-content-text {
  padding-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 15px;
}
.product-page-info-content-items {
  margin-bottom: 26px;
}
.product-page-info-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 12px;
}
.product-page-info-content-item-title {
  font-weight: 700;
  font-size: 17px;
  color: #262626;
  width: 50%;
  padding-right: 10px;
}
.product-page-info-content-item-value {
  font-size: 15px;
  width: 50%;
  color: #262626;
}

.product-page-info-content-btn .my-btn {
  width: 100%;
  max-width: 180px;
}

.product-page-info-img {
  width: 47%;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 40px;
}

.product-page-more-content + .product-page-more-content{
  padding-top: 60px;
}
@media (max-width:991px){
  .product-page-info-container {
    width: 100%;
    padding-right: 0;
  }
  .product-page-info-img{
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 576px){
  .product-page-info-content-item-title {
    width: 100%;
    padding-right: 0;
  }
  .product-page-info-content-item-value {
    width: 100%;
  }
  
}
.table td,
.table th {
  padding: 30px 40px;
  vertical-align: top;
  border: none;
  border-radius: 0;
}
.table td:first-child,
.table th:first-child{
  border-radius: 10px 0 0 10px;
}
.table td:last-child,
.table th:last-child{
  border-radius: 0 10px 10px 0;
}
.table tr:nth-child(even) td{
  background: #f0f0f0;
}
.table tr:nth-child(odd) td{
  background: #e9e9e9;
}
.table tr:first-child td{
  background: #f8edd7;
}

@media (max-width: 767px){
  .table td,
  .table th{
    padding: 1rem;
  }
}




/*modals*/
/*modals*/
#orderModal {
  padding-right: 0 !important;
}
#orderModal .modal-dialog{
  max-width: 480px;
}

.modal-content {
  border: none;
  padding: 50px 40px 60px;
  position: relative;
  background: #fff;
  border-radius: 0;
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  padding: 0;
  font-weight: bold;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
          font-size: 56px;
          line-height: 28px;
          font-weight: 100;
          color: #6ac140;
          opacity: 1;
}

.modal-content .close span {
  position: relative;
  top: -1px;
}

.modal-title {
  font-weight: 600;
  font-size: 33px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #252525;
  text-align: center;
  margin-bottom: 30px;
}

.modal-description {
  margin-bottom: 19px;
}

.modal-form-description {
  font-size: 11px;
}

#orderModal .my-btn{
  width: 100%;
  margin-top: 10px;
}

@media (max-width:576px){
  .modal-content {
    border: none;
    padding: 50px 20px 40px;
    position: relative;
    background: #fff;
    border-radius: 0;
  }

  .modal-title {
    font-size: 27px;
  }
}