@import "bootstrap-grid.min.css";
@import "navigation.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=cyrillic');

@font-face {
    font-family: 'GothamPro-Black';
    font-display: auto;
    src: url('../fonts/GothamPro-Black.eot');
    src: url('../fonts/GothamPro-Black.eot') format('embedded-opentype'), url('../fonts/GothamPro-Black.woff') format('woff'), url('../fonts/GothamPro-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamPro-Medium';
    font-display: auto;
    src: url('../fonts/GothamPro-Medium.eot');
    src: url('../fonts/GothamPro-Medium.eot') format('embedded-opentype'), url('../fonts/GothamPro-Medium.woff') format('woff'), url('../fonts/GothamPro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamPro';
    font-display: auto;
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot') format('embedded-opentype'), url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.logo {
    width:450px;
}

.modal {
  display: inline-block;
  padding: 1em;
}

.modal__overlay {
  background: #019966;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  z-index: 600;
}
.modal__wrap {
  padding: 1em 0;
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
}
@media (min-width: 50em) {
  .modal__wrap {
    padding: 1.75em;
  }
}
@media (min-height: 37.5em) {
  .modal__wrap {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -60%);
  }
}
.modal__wrap label {
  color:#fff;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5;
  position: absolute;
  right: .5em;
  top: .5em;
  width: 1.5em;
}
.modal__wrap h2 {
  color: #fff;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.modal__wrap p {
  color: #fff;
  text-align: justify;
}
.modal input[type=checkbox]:focus ~ label {
  transform: scale(0.97);
}

input[type=checkbox] {
  position: absolute;
  top: -1000px;
}

.modal__overlay {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -100;
}

input[type=checkbox]:checked ~ .modal__overlay {
  opacity: 1;
  transform: scale(1);
  z-index: 800;
}

.sign__btn {
    background-color: #019966;
    color: #fff;
    padding: 12px 32px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration-line: none;
    text-transform: uppercase;
    transition: .5s;
    border: 2px solid #019966;
    max-height:45px;
    max-width:158px;
    cursor:pointer;
}

.sign__btn:hover {
    background-color: #fff;
    color: #019966;
}

.emergency__call {
    font-size: 13px;
    font-family: 'GothamPro-Medium';
}

.header__span {
    font-size: 14px;
    font-family: 'GothamPro';
}

.searchbox {
    background-repeat: no-repeat !important;
    width: 240px;
    background: url(../img/search.png);
    background-color: #fff;
    background-position-y: center;
    background-position-x: 90%;
}

.main__img--wrapper {
    padding: 30px 0 60px 0;
}

.main__img {
    width: 100%;
    height: auto;
    max-height: 600px;
}

.h__title {
    font-size: 34px;
    line-height: 40px;
    color: #019966;
    font-family: 'GothamPro-Medium';
}

.sub_title {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.sub_title::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    height: 1px;
    width: 360px;
    background: rgba(1, 153, 102, 0.3);
}

.services__container {
    padding-bottom: 70px;
    border-bottom: 2px solid rgba(170, 170, 170, 0.3);
}

.service__block {
    position: relative;
    padding: 15px 0;
}

.service__block--title {
    font-size: 20px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #019966;
    font-weight: 400;
}

.hidden{
    visibility: hidden;
}

.service__item {
    margin: 0;
    width: 100%;
    max-width: 360px;
    overflow: hidden;
}

.service__item img {
    transition: 0.4s ease-in;
}

.service__item:hover img {
    transform: scale(1.1);
    filter: brightness(.8);
}

.service__item:hover .service__text {
    padding-top: 15px;
    text-decoration: underline;
}

.service__item a {
    text-decoration: none;
}

.service__text {
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #444444;
    transition: 0.5s;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.under__wrapper {
    padding: 40px 0;
}

.under__info {
    max-width: 520px;
    padding: 0 30px;
}

.under__text {
    font-size: 13px;
    line-height: 15px;
    color: #999999;
}

.under__link {
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #DD7E44;
    transition: 0.3s;
}

.simplesearch-result a{
    color: #019966;
    transition: .3s;
}

.simplesearch-result a:hover{
    color:#019966a1;
}

.under__link:hover {
    color: rgba(221, 127, 68, 0.6);
}

.social__link {
    margin: 0 5px;
}

.social__link:first-child {
    margin-left: 0;
}

.social__link:last-child {
    margin-right: 0;
}

.social__link img {
    transition: 0.5s;
}

.social__link:hover img {
    transform: scale(1.2);
}

.under_span {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    font-weight: 600;
}

.footer__container {
    background-color: #464646;
    padding: 50px 0;
}

.footer__text {
    color: #999999;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
}

.breadcrumb-item a{
    text-decoration:none;
    color: #019966;
    font-size: 14px;
    font-family: 'GothamPro-Medium'!important;
}

.breadcrumb-item a:hover{
    color:  #019966c7;
}


.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.tips__head{
    font-family: 'GothamPro-Medium';
    font-size: 18px;
    line-height: 20px;
    color: #019966;
    text-align:center;
}

.tips__item{
    width:45%;
    margin: 10px;
}

.tips__img{
    max-height:80px;
    padding: 0 20px;
}

.tips__text{
    font-size: 13px;
    line-height: 15px;
    color: #808080;
}

.equipment__wrapper, .tips__wrapper {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(170, 170, 170, 0.3);
}

.flip__img{
    width:320px;
    height:300px;
} 

.flip-card {
  background-color: transparent;
  width: 320px;
  height: 300px;
  perspective: 1000px;
  position:relative;
  margin:10px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: rgb(1, 153, 102, .8);
  color: white;
  transform: rotateY(180deg);
  padding:10px;
}

.flip-card-back p{
    margin-block-start: 0.6em;
    margin-block-end: 0.6em;
    font-size:0.9rem;
}

.collapsible-wrap{
    margin-bottom:10px;
}

.equipment-title{
    font-size:18px!important;
}

[id*="collapsible-"] {
  display: none;
}

[id*="collapsible-"]:checked ~ [class*="collapsible-"][class$="area"] {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  height: auto;
  padding: 15px 20px;
  margin-bottom: 20px;
}

[id*="collapsible-"]:checked + label:before {
  margin-top: 6px;
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}

[id*="collapsible-"]:checked + label:after {
  margin-top: 5px;
  -webkit-transform: rotate(45deg) translate(4px, -3px);
          transform: rotate(45deg) translate(4px, -3px);
}

label[for*="collapsible-"] {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 24px;
  font-size:22px;
  border-bottom: solid 1px #ebebeb;
  color: #fff;
  border-radius: 3px;
  background-color: #019966;
  font-family: 'GothamPro-Medium';
}

label[for*="collapsible-"]:before, label[for*="collapsible-"]:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 2px;
  height: 8px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label[for*="collapsible-"]:before {
  margin-top: 2px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

label[for*="collapsible-"]:after {
  margin-top: 6px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

[class*="collapsible-"][class$="area"] {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  height: 0;
  will-change: height, transform;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 20px;
}

table {
  width: 100%;
}

.table-header {
  color: #474747;
  font-size: 16px;
  line-height: 52px;
}

tr {
  font-size: 15px;
  line-height: 42px;
  will-change: background;
}

.news__block{
    width:47%;
    padding:15px;
    margin:10px;
    border-radius: 6px;
    transition:.4s ease-in-out;
}

.news__block:hover{
    transform: translate(-6px, -6px);
    border:1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 4px 26px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 3px 4px 26px 0px rgba(0,0,0,0.65);
    box-shadow: 3px 4px 26px 0px rgba(0,0,0,0.65);
}

.docs__item{
    color:#389966;
}

.form-group{
    margin: 5px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    outline:none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.content__block p, li, h4{
    line-height:35px;
     font-family: 'GothamPro';  
}

.content__block li {
    list-style-image: url('../../assets/img/poly1.svg');
}

td:first-child {
  padding-left: 40px;
}

@media screen and (max-width: 1200px) {
  td:first-child {
    padding-left: 32px;
  }
}

@media screen and (max-width: 900px) {
  td:first-child {
    padding-left: 20px;
  }
}

td:last-child {
  padding-right: 40px;
}

@media screen and (max-width: 1200px) {
  td:last-child {
    padding-right: 32px;
  }
}

@media screen and (max-width: 900px) {
  td:last-child {
    padding-right: 20px;
  }
}


.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
    .sign__btn {
        padding: 10px 20px;
    }

    .searchbox {
        width: 200px;
    }
}



@media only screen and (max-width: 992px) {
    header {
        margin-bottom: 1rem;
    }
    .tips__item{
        width:45%;
    }
    .logo {
        width:400px;
    }
}

@media only screen and (max-width: 768px) {
    .main__img--wrapper {
        padding-top: 0;
    }
    .content__block p img{
        width:100%;
    }
    .logo {
        width:100%;
    }
    .tips__item,
    .news__block{
        width:100%;
    }
}

@media only screen and (max-width: 576px) {
    .sign__btn {
        margin-top: 1rem;
        max-width:134px;
    }

    .sub_title::before {
        width: 280px;
        top: 50px;
    }

    .service__item {
        max-width: 300px;
    }

    .under__info {
        padding: 0;
    }
    .content__block img{
        width:100%;
    }
}

@media only screen and (max-width: 375px) {
    .emergency__call {
        font-size: 11px;
    }

    .header__span {
        font-size: 11px;
    }

    .logo {
        width: 300px;
    }

    .topnav a {
        margin-bottom: -2px;
    }
    .h__title{
        font-size:30px;
    }
    .flip__card{
        width:300px;
        height:200px;
    }
    .flip__img{
        width:270px;
        height:270px;
    }
    .flip-card-front{
        height:80%;
    }
    .flip-card-inner{
        height:80%;
    }
    .collapsible-wrap label{
        font-size:18px;
    }
    .tips__head {
        font-size:14px;
    }
    .breadcrumb-item a {
        font-size: 12px;
    }
    
}

@media only screen and (max-width: 320px) {
    .header__span {
        font-size: 10px;
    }
}