.atuin-btn {
	display: inline-flex;
	margin: 10px;
	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;
}







.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;
    }
}


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



.grid-item-zabor {
	box-shadow: 0 0 4px -2px #444;
	width: 100%;
	height: 100%;  
}
.grid-item-zabor .image {
	height: 300px;
	overflow: hidden;
}
.grid-item-zabor .info {
	position: relative;
	height: calc(100% - 200px);
	padding: 16px 14px 20px 14px;
}
.grid-item-zabor .image img  {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.info h2 {
	color: #337AB7;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
.info-text p {
	font-size: 16px;
	line-height: 1.5;
}
.info-text p:last-child {
	margin-bottom: 0;
}