.fade{
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop{
  display: none;
}

.modal-backdrop.in{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  z-index: 1000;
}

.modal{
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}

.modal-dialog{
  width: 600px;
}

.modal-content{
  padding: 30px;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-title{
  font-size: 16px;
  font-weight: 500;
  color: #454545;
}
.modal-title-one{
  font-size: 30px; text-transform:uppercase;  
  font-weight: 500;
  color: #000;
}
.modal .close{
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  right: -30px;
  font-size: 30px;
  top: -30px;
  opacity: 0.8;
}

.modal .close:hover{
  opacity: 1;
}

.almost-header{
  /*height: 100px;*/
	height: 68px;
}

header{
  /*padding-top: 24px;
  padding-bottom: 29px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all ease 200ms;
}

.scrolled header{
  padding-top: 20px;
  padding-bottom: 20px;
}

.fixed{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.ssf label {
  font-size: 16px;
  font-weight: 300;
  color: #454545;
}

.galka{
  color: #454545;
  font-weight: 300;
  font-size: 13px;
}

.ssf input {
  height: 26px;
}

.ssf textarea{
  resize: none;
  height: 60px;
}

.ssf input, .ssf textarea{
  border: 1px solid #dcdcdc;
}
.contacts .y-but {
	margin-bottom: 0;
}
.y-but-invert{
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  background: transparent;
}

.phone a{
  color: #fff;
}

.modal .contact-form{
  margin-left: 60px;
  margin-right: 60px;
}

a{
  color: #4069ac;
  text-decoration: none;
  font-size: 16px;
}

.row{
  display: flex;
}

.row .col-3{
  width: calc(100%/4);
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

.main-img{
  height: 530px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.attachment_href{
  color: #4069ac;
  font-size: 17px;
  text-decoration: underline;
  font-weight: 300;
  margin: 4px 20px 4px 0px;
  display: inline-block;
}

.attachment_href::before{
  content: ' ';
  display: inline-block;
  width: 28px;
  height: 31px;
  background: url(/wp-content/themes/firefly/imgs/attachment.png) no-repeat center;
  margin-bottom: -9px;
  margin-right: 10px;
}

/*.otzivs{
  margin-left: 30px;
  margin-right: 30px;
}*/

.owl-carousel{
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
}

.owl-prev{
  left: -25px;
}

.owl-next{
  right: -25px;
}

.container {
  width: 1260px;
}

.owl-otzivs .owl-stage, .owl-otzivs .owl-item{
  display: flex;
}

.otziv{
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

html, body{
  min-width: 1280px;
}
.director-photo {
  margin-bottom: 30px;
  text-align: center;
}
.director-photo img {
  border-radius: 50%;
  max-width: 300px;
}
.round-banner{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.round-banner-part1{
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 245px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.round-banner-part1:after{
  content: ' ';
  display: block;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #ffe901;
  border-radius: 50%;
  clip: rect(0px,240px,240px,0px);
  transition: all ease 200ms;
}

.round-banner-part1:hover:after{
  transform: translate(-30px, -30px);
}

.round-banner-part2{
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 245px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.round-banner-part2:after{
  content: ' ';
  display: block;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #ffe901;
  border-radius: 50%;
  clip: rect(0px,490px,240px,250px);
  transition: all ease 200ms;
}

.round-banner-part2:hover:after{
  transform: translate(30px, -30px);
}

.round-banner-part3{
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 245px;
  padding-right: 5px;
  padding-top: 5px;
}

.round-banner-part3:after{
  content: ' ';
  display: block;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #ffe901;
  border-radius: 50%;
  clip: rect(250px,240px,495px,0px);
  transition: all ease 200ms;
}

.round-banner-part3:hover:after{
  transform: translate(-30px, 30px);
}

.round-banner-part4{
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 245px;
  padding-top: 5px;
  padding-left: 5px;
}

.round-banner-part4:after{
  content: ' ';
  display: block;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #ffe901;
  border-radius: 50%;
  clip: rect(250px,490px,495px,250px);
  transition: all ease 200ms;
}

.round-banner-part4:hover:after{
  transform: translate(30px, 30px);
}

.round-banner-header{
  font-size: 46px;
  color: #333;
  text-align: center;
}

.round-banner-text{
  font-size: 16px;
  color: #333;
  text-align: center;
}

.round-banner-part3 .round-banner-header, .round-banner-part1 .round-banner-header{
  margin-right: 25px;
}

.round-banner-part1 .round-banner-text, .round-banner-part3 .round-banner-text {
  margin-right: 25px;
}

.round-banner-part2 .round-banner-header, .round-banner-part4 .round-banner-header{
  margin-left: 35px;
}
.round-banner-header img {
  position: relative;
  top: 10px;
}
.iframe-wrapper{
  display: flex;
}

.pp{
    text-align: center;
}
.send{
    text-align: center;
    padding-top: 20px;
}
.send button{
    line-height: 56px;
    border-radius: 999px;
    padding: 0px 70px;
    color: #000;
    font-size: 16px;}
.send button:hover{color:#000; border-color:#000}
.messengers img {
  width: 30px;
  height: auto;
}
.cargo-img img {
  max-width: 400px;
}
.mobile-menu-closer {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.mobile-menu-closer::before,
.mobile-menu-closer::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu-closer::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu-opener {
  display: none;
}
.mobile-menu {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #454545;
  padding: 20px;
  transform: translateX(-100%);
  transition: all 0.2s;
}
.mobile-menu.opened {
  transform: translateX(0);
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu ul li {
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.about-content .text {
  font-size: 18px;
}
.quality__text {
  font-size: 18px;
}
.modal-title-one {
  margin-bottom: 30px;
}
.skid-content {
  display: flex;
  align-items: flex-start;
}
#skid .y-div {
  flex: 0 0 400px;
  position: static;
}
.skid-content .skid-wrap {
  flex-grow: 1;
  padding-right: 30px;
}
.img-line .col-3 {
  height: 200px;
}
.img-line .col-3 img {
  max-height: 200px;
  width: auto;
  display: inline;
  max-width: 100%;
  height: auto;
}
#mapHolderMobile {
  height: 400px;
  display: none;
}
.footer-line {
  background-color: #FFE819;
  height: 56px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A0A0A;
  z-index: 99;
  font-size: 18px;
  transition: ease 200ms;
}

.footer-line > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-line > .container > span > svg {
  margin-right: 18px;
  display: inline-block;
}

.footer-line a {
  color: #0A0A0A;
  text-decoration: underline;
  font-weight: bold;
}

.footer-line .close {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.footer-line.collapsed {
  bottom: -56px;
}

.footer-line-button {
  position: fixed;
  right: -268px;
  bottom: 88px;
  height: 56px;
  width: 268px;
  padding-left: 24px;
  border: none;
  background-color: #FFE819;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  align-items: center;
  color: #0A0A0A;
  z-index: 99;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease 200ms;
}

.footer-line-button:hover {
  background-color: #f2dc16;
}

.footer-line-button.collapsed {
  right: 0px;
}

.footer-line-button > svg {
  margin-right: 14px;
}
@media(max-width: 1279px) {
  * {
    box-sizing: border-box;
  }
  html, body {
    min-width: unset;
  }
  body {
    max-width: 100%;
    min-width: 320px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #link_block .link_block a.item .name {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .skid-content {
    display: flex;
  }
  .skid-wrap {
    flex-grow: 1;
    width: auto;
    padding-right: 30px;
  }
  #skid .y-div {
    flex: 0 0 400px;
    position: static;
  }
  .prod_tabl .prod .hh3 {
    height: 60px;
  }
  .at-bar {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
  }
  .at-bar .left-60,
  .at-bar .right-40 {
    flex: 0 0 calc(50% - 15px);
  }
  .iframe-wrapper.main-img {
    position: relative;
    padding-bottom: 56.25%;
    height: auto;
  }
  .iframe-wrapper.main-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .at-line {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
  }
  .at-line .at3 {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media(max-width: 1199px) {

  header nav {
    display: none;
  }
  .header-content {
    display: flex;
    align-items: center;
  }
  .mobile-menu-opener {
    display: block;
    width: 30px;
    height: 26px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
  }
  .mobile-menu-opener::before,
  .mobile-menu-opener::after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header-content .contacts {
    margin-left: auto;
  }
  header .phone {
    padding-top: 0;
  }
  .about-content {
    display: flex;
  }
  .about-content .right-40 {
    flex: 0 0 490px;
  }
  .about-content .left-60 {
    flex-grow: 1;
    padding-right: 30px;
  }
  .shema-line {
    display: flex;
    column-gap: 30px;
  }
  .shema-block {
    flex: 0 0 calc((100% - 120px) / 5);
    padding: 0;
  }
}
@media(max-width: 1023px) {
  .banner {
    padding-top: 30px;
  }
  .stats {
    height: auto;
    margin-bottom: 30px;
  }
  .about-content {
    flex-wrap: wrap;
  }
  .about-content .left-60 {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .about-content .right-40 {
    flex: 0 0 100%;
    max-width: 490px;
    margin: 0 auto;
  }
  .skid-content {
    flex-wrap: wrap;
  }
  .skid-content .skid-wrap {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #skid .y-div {
    margin: 0 auto;
  }
  .quality-content {
    flex-wrap: wrap;
  }
  .quality__img {
    float: left;
    margin: 0 20px 10px 0;
  }
  .quality__img img {
    /*max-width: 350px;*/
    max-width: 100%;
  }
  .quality__text {
    flex: 0 0 100%;
    order: 1;
  }
  .shema-line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .shema-block {
    flex: 0 0 calc((100% - 60px) / 3);
  }
  .ccs {
    max-width: 100%;
  }
  .cont-c {
    padding-top: 0;
    margin-top: 0;
  }
  .cont-d {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .cont-t {
    font-size: 14px;
  }
  .quality-content {
    display: block;
  }
  .prod_tabl {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .prod_tabl a {
    flex: 0 0 calc((100% - 60px) / 3);
  }
  .prod_tabl .prod {
    width: 100%;
    margin: 0;
  }
  .at-bar {
    flex-wrap: wrap;
  }
  .at-bar .left-60,
  .at-bar .right-40 {
    flex: 0 0 100%;
  }
}
@media(max-width: 767px) {
  .quality__img img {
    /*max-width: 300px;*/
  }
  .logo a {
    display: flex;
    align-items: center;
  }
  .header {
    font-size: 25px;
    margin-right: 20px;
  }
  .header-content .contacts {
    margin-left: auto;
    flex: 0 0 190px;
    text-align: center;
  }
  .header-content .phone {
    margin: 0 0 5px;
  }
  .titile {
    font-size: 30px;
  }
  .titile span {
    font-size: 40px;
  }
  .banner {
    height: auto;
  }
  #link_block .link_block a.item {
    width: 100%;
    margin: 0 0 30px;
  }
  #link_block .link_block a.item:last-child {
    margin: 0;
  }
  #about {
    margin-top: 30px;
  }
  #skid {
    padding-top: 30px;
  }
  #skid .bg {
    padding: 0;
  }
  .skid-content .action-but {
    text-align: center;
  }
  #otzivi {
    padding-top: 0;
  }
  .skid-table tr:first-child {
    display: none;
  }
  .otziv-meta {
    display: flex;
    column-gap: 20px;
  }
  .otziv-meta > div {
    flex: 0 0 calc(50% - 10px);
  }
  .otziv .text-right {
    line-height: 1.2;
  }
  .otziv-meta img {
    max-height: 100px;
    width: auto !important;
  }
  .banner {
    padding: 30px 0;
  }
  .action {
    left: 0;
    padding: 0;
    background: none;
    height: auto;
  }
  .action a {
    margin: 0;
  }
  .otziv-text {
    font-size: 13px;
    line-height: 16px;
  }
  .skid-table td {
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
  }
  h1, #link_block .titile {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 16px;
  }
  .quality__img img {
    /*max-width: 250px;*/
  }
  .ccs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .ccs .left-60 {
    flex: 0 0 100%;
  }
  .ccs .right-40 {
    flex: 0 0 100%;
  }
  .map {
    display: flex;
    flex-wrap: wrap;
  }
  .map iframe {
    order: 1;
    flex: 0 0 100%;
  }
  .conts-wrap {
    position: static;
    flex: 0 0 100%;
  }
  #mapHolder {
    display: none;
  }
  #mapHolderMobile {
    display: block;
    flex: 0 0 100%;
    width: 100%;
  }
  .otzivs {
    margin-top: 20px;
  }
  #contacts {
    padding-top: 20px;
  }
  .prod_tabl a {
    flex: 0 0 calc((100% - 30px) / 2);
  }
  .modal-dialog {
    max-width: 100%;
  }
  .img-line {
    text-align: center;
  }
  .img-line .col-3 {
    height: 150px;
  }
  .img-line .col-3 img {
    max-height: 150px;
  }
}
@media(max-width: 599px) {
  .main-img {
    height: unset;
    max-height: 530px;
  }
  #link_block .link_block a.item .image {
    background-size: contain;
    background-color: #e6e6e6;
  }
  .img-line .col-3 {
    height: 100px;
  }
  .img-line .col-3 img {
    max-height: 100px;
  }
}
@media(max-width: 479px) {
  .stat:nth-child(1) {
    background-position: left 10px;
  }
  .almost-header {
    display: none;
  }
  header.fixed {
    position: sticky;
  }
  .banner {
    background: #000 !important;
  }
  .header-content {
    flex-wrap: wrap;
  }
  .header-content .contacts {
    flex: 0 0 100%;
    order: 1;
    margin-top: 10px;
  }
  .mobile-menu-opener {
    margin-left: auto;
  }
  .scrolled header {
    padding: 10px 0;
  }
  .header-content .contacts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
    justify-content: center;
  }
  .header-content .phone {
    margin: 0;
  }
  .round-banner-part1,
  .round-banner-part2,
  .round-banner-part3,
  .round-banner-part4{
    height: auto;
    justify-content: flex-start;
  }
  .round-banner-part1::after,
  .round-banner-part2::after,
  .round-banner-part3::after,
  .round-banner-part4::after {
    display: none;
  }
  .titile {
    font-size: 24px;
  }
  #skid .y-div {
    width: 100%;
    flex: 0 0 100%;
  }
  .stats {
    width: 100%;
  }
  .shema-block {
    flex: 0 0 100%;
  }
  .cargo-img img {
    max-width: 100%;
  }
  .otziv {
    padding: 15px 10px;
  }
  .owl-carousel {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;
  }
  .otziv-meta {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .otziv-meta > div {
    flex: 0 0 100%;
  }
  .quality__img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .quality__img img {
    max-width: 100%;
  }
  .ssf input, .ssf textarea {
    width: 100%;
  }
  .contact-form .left,
  .contact-form .right,
  .ssf .left,
  .ssf .right {
    float: none;
    width: 100%;
  }
  .personal-agree br {
    display: none;
  }
  .submit-wrap {
    text-align: center;
  }
  .prod_tabl a {
    flex: 0 0 100%;
  }
  .at-line .at3 {
    flex: 0 0 100%;
  }
  #link_block .link_block a.item .image.first-image {
    /*background-image: url("imgs/l1-mob.jpg");*/
  }
}