.single__banner {
	background-color: transparent;
}
.privacy-policy .header {
    background-color: #2c2c31;
    padding-bottom: 5px;
}

.single__banner h1 {
    color: #000;
    margin-bottom: 50px;
    margin-top: 20px;
}
.single__banner h2 {
    margin-bottom: 35px;
    color: #2c2c31;
    line-height: 100%;
    font-size: 21px;
    font-weight: 600;
    padding-left: 50px;
    text-transform: uppercase;
    position: relative;
}
.single__banner h3 {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.625;
    font-weight: bold;
}
.modal-container .ok_but{
    align-items: center;
    border-radius: 5px;
    background-color: #00e1ff;
    color: #2a2a2a;
    display: block;
    padding: 0 40px;
    height: 60px;
}
.poragraf{
    margin-bottom: 50px;
}

.contacts h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
    padding-left: 0;
    color: #fff;
    margin-bottom: 6px;
}
.contact__box .tel {
    font-size: 19px;
    font-weight: 700;
}
.banner-inner .col:last-child img:first-child{    max-height: 467px;}

.contact__all {
    display: flex;
    justify-content: space-between;
}
.contact__all .contact__box {
    flex-basis: 30%;
}
.contact__all p:first-child {
    font-size: 15px;
}
.contact__all .contact__box .tel {
    font-size: 15px;
}
.contact__all .contact__box i {
    font-size: 13px;
    color: #fff;
}
.email__footer {
    color: #929294;
    margin-bottom: 8px;
    font-size: 19px;
}

.contact__all .contact__box i {
    font-size: 13px;
    color: #fff;
    font-style: normal;
}
.contact__all p:first-child {
    color: #fff;
    min-height: 50px;
}
#contact .contact__box .tel {
    margin-right: 15px;
}
.contact__box:not(:last-child) {
    margin-bottom: 20px;
}
.contacts-inner .col:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
}
#contact iframe {
    height: 517px !important;
}
@media only screen and (max-width: 600px) {
  .contact__all {
	  display:block;
  }
}


































