html { scroll-behavior: smooth; }
.atuin-btn {
	display: block;
	margin: 10px auto;
  max-width: 350px;
	text-decoration: none;
	position: relative;
	font-size: 20px;
	line-height: 20px;
	padding: 12px 30px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase; 
	font-family: 'Roboto Condensed', Тahoma, sans-serif;
	background: #58616A;
	cursor: pointer; 
	border: 2px solid #FEDD53;
	overflow: hidden;
	z-index: 1;
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
	color: #FFF;
}
.atuin-btn:before {
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	left: 0;
	border-right: 50px solid transparent;
	border-top: 50px solid #F9A700;
	transition: transform 0.5s;
	transform: translateX(-100%);
	z-index: -1;
}
.atuin-btn:hover:before,
.atuin-btn:active:before,
.atuin-btn:focus:before {
	transform: translateX(0);
}





.accordion_two_section {
    background: #f7f7f7
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.accordionTwo .panel-group {
    margin-bottom: 0
}

.accordionTwo .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0
}

.accordionTwo .panel-default {
    border: 0
}

.accordionTwo .panel-default>.panel-heading {
    background: #F7AC08;
    border-radius: 0px;
    border-color: #F7AC08
}

.accordion-wrap .panel-heading {
    padding: 0px;
    border-radius: 0px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.accordionTwo .panel .panel-heading a.collapsed {
    color: #999999;
    background-color: #fff;
    display: block;
    padding: 12px 20px
}

.accordionTwo .panel .panel-heading a {
    display: block;
    padding: 12px 20px;
    color: #fff
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px
}

.accordionTwo .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 20px 20px 20px 30px;
    background: #F7AC08;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.accordionTwo .panel .panel-heading a:after {
    content: "\2212";
    color: #F7AC08;
    background: #fff
}

.accordionTwo .panel .panel-heading a:after,
.accordionTwo .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    float: right;
    width: 21px;
    display: block;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    color: #FFF
}

.accordionTwo .panel .panel-heading a.collapsed:after {
    content: "\2b";
    color: #fff;
    background-color: #DADADA
}

.accordionTwo .panel .panel-heading a:after {
    content: "\2212";
    color: #4285f4;
    background: #dadada
}

a:link {
    text-decoration: none
}





.container-scroll {
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    margin: 40px auto;
  }
  .container-scroll > .row {
    width: 300%; /* = 100% * 6/2 */
  }

.timeline {
  position: relative;
}

.timeline:before {
  top: 64px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 80%;
  left: 5%;
  height: 1px;
  border-bottom: 2px dashed #eeeeee;
}

.timeline .timeline-item {
  position: relative;
}

/* .timeline .timeline-item .timeline-badge */
.timeline-badge {
  width: 128px;
  height: 128px;
  text-align: center;
  margin: 0px auto 30px;
  background-color: #eee;
  border: 12px solid #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline-badge-offset {
  width: 96px;
  height: 96px;
  text-align: center;
  margin: 16px auto 30px;
  background-color: #fff;
  border: 12px solid #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}



.material-icons {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  text-align: center;
  display: inline-block;
  line-height: 2.15;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-64 { font-size: 64px; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  .container-scroll {
    overflow-x: auto;
  }
  .container-scroll > .row {
    width: 200%; /* = 100% * 6/3 */
  }

  
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  
  .container-scroll {
    overflow-x: auto;
  }
  .container-scroll > .row {
    width: 100%; /* no horizontal scrolling */
  }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

  .container-scroll {
    overflow-x: auto;
  }
  .container-scroll > .row {
    width: 100%; /* no horizontal scrolling */
  }

}



.container1 {
    margin-top: 30px
}

.title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px
}

.content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}


.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}



.krug> img {
    border-radius: 10%;
}



.fdb-block {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  padding: 2.5rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #FFFFFF; }
  .fdb-block .container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .fdb-block .container.bg-r {
      background-position: right; }
  .fdb-block.fdb-viewport {
    min-height: calc(100% - 2 * 7.5rem); }
    .fdb-block.fdb-viewport .container {
      min-height: calc(100% - 2 * 7.5rem); }
  .fdb-block.fdb-image-bg {
    color: #f2f2f2; }
  .fdb-block .fdb-box {
    background: #FFFFFF;
    padding: 3.75rem 2.5rem;
    overflow: hidden;
    color: #444444;
    border-radius: 0.25rem;
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important; }
  .fdb-block .fdb-touch {
    border-top: solid 0.3125rem #329ef7;
    z-index: 2; }
  .fdb-block img + p, .fdb-block img + h3, .fdb-block img + h4 {
    margin-top: 1.25rem; }
  .fdb-block img + h1, .fdb-block img + h2 {
    margin-top: 2.5rem; }
  .fdb-block .col-fill-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .fdb-block .col-fill-left + div {
      position: relative;
      z-index: 2; }
  .fdb-block .col-fill-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .fdb-block .col-fill-right + div {
      position: relative;
      z-index: 2; }
  .fdb-block img.fdb-icon {
    width: auto;
    width: 3.75rem; }
  .fdb-block img.fdb-icon-round {
    width: auto;
    width: 3.75rem; }
  .fdb-block .row-100 {
    height: 6.25rem;
    width: 100%; }
  .fdb-block .row-50 {
    height: 3.125rem;
    width: 100%; }
  .fdb-block .row-70 {
    height: 4.375rem;
    width: 100%; }




.resp-tab {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2 );	
}
.resp-tab td, .resp-tab th {
    text-align: center;
    padding: 8px;
	font-size: 15px;
	border: none;
	font-family: Verdana, sans-serif;
}
.resp-tab td {
    font-size: 13px;
	border-right: 1px solid #E6E4E4;
}
.resp-tab th {
    color: #ffffff;
    background: #F7AC08;
}
.resp-tab th:nth-child(odd) {
    background: #F0CE58;
}
.resp-tab tr:nth-child(even) {
    background: #F8F8F8;
}
@media (max-width: 767px) {
    .resp-tab {
        display: block;
        width: 100%;
	}
    .resp-tab thead, 
	.resp-tab tbody, 
	.resp-tab thead th {
        display: block;
	}
    .resp-tab thead {
        float: left;
	}
    .resp-tab tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
	}
    .resp-tab td, .resp-tab th {
        padding: 10px 2px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 160px;
        font-size: 13px;
        text-overflow: ellipsis;
	}
    .resp-tab thead th {
        text-align: center;
	}
    .resp-tab tbody tr {
        display: table-cell;
	}
    .resp-tab tbody tr:nth-child(odd) {
        background: none;
	}
    .resp-tab tr:nth-child(even) {
        background: transparent;
	}
    .resp-tab tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
	}
    .resp-tab tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
	}
    .resp-tab td {
        display: block;
        text-align: center;
	}
}
footer .conte a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: Bold;
  -webkit-transition: .3s;
  transition: .3s;
}


.article-about {
  max-width: 1100px;

  padding: 20px;
  border-radius: 10px;
  margin: 0 auto
}


.article-about a {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}


.article-about img {
  display: block;
  margin: 20px auto;
  box-shadow: 0px 0px 1px #9d9797;
  border-radius: 5px;
  max-width: 820px;
  max-height: 500px;
  width: 100%;
  height: auto !important;
  object-fit: cover;
  object-position: top;
}




.article-about .lft-circ-text{
  margin-left: 40px;
  position: relative;
}

.article-about .lft-circ-text::before{
  content:" ";
  left:-20px;
  top:9px;
width: 10px;
height: 10px;
background-color: #000;
border-radius: 5px;
  position: absolute;
}

.article-about .lft-line{
font-style: italic;
padding-left: 20px;
border-left: solid #000 2px;
}

.article-about h1 {
  margin: 40px; 
  display: block;
  text-align: center;
  font-size: 30px !important;
  font-weight: 600;
  margin: 40px auto 20px !important;
  color: #303030 !important
}


.article-about h2 {
  margin: 15px auto 20px !important;
  font-size: 24px !important;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #303030 !important
}

.article-about h3 {
  display: block;
  padding-left: 20px;
  margin: 15px auto 20px !important;
  font-size: 20px !important;
  font-weight: 500;
  text-align: left;
  color: #303030 !important
}


.table-h3.tableh3{
  color:#fff !important
}


.article-about>h2:nth-child(1) {
  margin: 0px auto 20px;
}

.article-about-shadow {
  height: 3px;
  background-color: #ff8c00;
  opacity: 0.2;
  margin-bottom: 50px;

}

.article-about>hr {
  margin-top: 40px;
  background-color: #0f4d74;
  opacity: 0.2;
  border-radius: 2px;
  border: none;
  height: 4px;
  max-width: 200px;
  box-shadow: 0px 0px 0px 0px #fff;
}

.article-about p,
.article-about ul,
.article-about ol,
.article-about li,
.seo-sec p,
.seo-sec li {
  line-height: 28px !important;
  font-size: 18px;
}



.article-about p{
  margin: 20px;
}
.strong-text{
  font-weight: 800;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
  .grid {
      grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .grid {
      grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .grid {
      grid-template-columns: 1fr;
  }
}



.iconblock-7 {
margin: 0;
border: 1px solid #C5C5C5;
width:100%;
padding: 12px;
display: table;
}
.iconblock-7 .icon {
display: table-cell;
vertical-align: top;
width: 60px;
padding: 12px 12px 0 0;
text-align:center;
}
.iconblock-7 .icon i,
.iconblock-7 .icon img {
font-size:32px;
color: #E17E07;
transition: all .4s;
width: 32px;
height: 32px;
}
.iconblock-7 h3 {
transition: all 0.7s ease 0s;
color: #FFA018;
font-size:20px;
margin:10px 0;
}    
.iconblock-7:hover h3 {
color: #000;
}


.container-sv {
  max-width: 960px;
  margin: 50px auto;
  padding: 0 15px;
  background: white;
}
.post-image img {
  width: 100%;
  margin: 0 0 20px 0;
}
.post h2 {
  color: #222;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 20px;
}
.post-meta {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
time,
.author {
  padding-right: 26px;
  position: relative;
}
time:after,
.author:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
p {
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .container-sv {
      padding: 0 45px;
  }
  .post-image img {
      float: right;
      width: 300px;
      margin: 0 0 20px 20px;
  }
  .post-header {
      padding-left: 26px;
      border-left: 4px solid #D8D8D8;
      margin-left: -30px;
  }
}


.sferi-sec .justify-content{
  display: flex;
      flex-wrap: wrap;
      gap: 20px;


}


.main-video {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 52.8%;
  height: 0;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
  background-color: #000;
}


.main-video video
 {
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 100%;
    border-width: 0;
    outline-width: 0;
}


@media (max-width: 900px) {

  .main-video {
    padding-top: 30px;
    height: auto;
    padding-bottom: 100%;
}

  .main-video video {
      margin-left: 10px;
      margin-right: 10px;
      width: calc(100% - 20px);
  }
}


@keyframes price-button{
  0% {
    background-color: #ffb833;
    box-shadow: 0 0 3px #ffb833;}
    20% {
      background-color: #ffb833;
      box-shadow: 0 0 14px #ffb833;
    }
35% {
  background-color:#f5ab50;
  box-shadow: 0 0 20px #ffb833;
  transform: scale(1.008);
}
45% {
  background-color: #f5ab50;
  box-shadow: 0 0 20px #ffb833;
}

80% {
  transform: scale(1);
  background-color:#ffb833;
  box-shadow: 0 0 3px #ffb833;
}
100% {
  background-color: #ffb833;
  box-shadow: 0 0 3px #ffb833;
}

}

.price-a-button {
  display: block;
  background-color: #ffb833;
  max-width: 350px;
  border: none;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  cursor: pointer;
  animation-name: price-button;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  text-align: center;
  margin: 0px auto 50px;
}

.price-a-button:hover{
  opacity: 0.8;
  color: #fff;
  text-decoration: none
}