body {
    color: #fff;
    min-height: 75rem;
    /*padding-top: 4.5rem;*/
}
.admin-bar .fixed-top {
    /*top: 32px;*/
}
.aboutme {height: 100vh;  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url('../images/bg.jpg');
  background-size: cover;
    position: relative;}
.aboutme img {max-height: 400px;border-radius: 10px!important;}
/*aboutme .container {max-width: 870px}*/
.aboutme .content {min-height: 400px;flex-direction: column;position: relative;}
.services {background-color: #212529!important;}
.aboutme h2 {text-transform: uppercase;}
@media all and (max-width: 768px) {
    .aboutme {height: auto; }
}
@media all and (max-width: 1080px) {
    .aboutme {height: auto; }
    .aboutme .content {min-height: inherit;}
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000;
}
.plusme {
    background-color: #293a31!important;
}
.single {
    background-color: #2d252f!important;
}
.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}
.tableme {
    background-color: #241e23!important;
}
.tableme ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.tableme li {
  margin-bottom: 10px;
}
.tableme li a {text-decoration: underline!important; }
.popover-header {color: #000!important}
.tableme h4 {
  margin-bottom: 20px;
}
.card {color: #000}
.landing-contact {
    max-width: 800px;
    padding: 40px 30px;
    text-align: center;
    margin: 50px auto;
    box-shadow: 20px 20px 50px #999;
    background-color: #FFF;
    border-radius: 10px;
}
.landing-contact a {color: #000;font-size: 200%}
.landing-contact-big {
    display: block;
    font-size: 200%;
    padding: 20px 0 0;
}
.landing-contact-header {
    font-size: 200%;
    font-weight: 100;
}
.landing-contact-small {
    font-size: 100%;
    padding-bottom: 10px;
}
.landing-contact-smaller a{font-size: 100%}
.blog {
    background-color: #2d252f!important
}
.img-post{
  background: url(https://thumb.tildacdn.com/tild3263-3066-4462-b131-353763313166/-/resize/360x350/-/format/webp/rBA5Nq5ZsEc.jpg);
  width: 212px;
  height: 253px;
  background-position: center;
}
.logo {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo__mobile img {height: 59px;}
.logo img {
   height: 50px;
}
.plans {
    max-height: 193px;
    border-radius: 5px;
    max-width: 100%;
}
.landing-block {
    min-height: 50px;
}

.landing-block-stories {
    display: flex;
}
.landing-block {
    max-width: 900px;
    margin: 0 auto;
}
.landing-block-extended {
    max-width: calc(900px * 1.3);
}
.landing-block-stories .story {
    width: 30%;
    overflow: hidden;
    max-height: 277px;
}
.story {
    padding: 0 20px 0 0;
}
.landing-block img {
    max-width: 100%;
}
.modal-fullscreen {color: #000!important}
.content a{color: #fff}
@media only screen and (max-width: 570px) {
.landing-contact-big {
    font-size: 150%;
}
.tableme ul {font-size: 17px}
.landing-contact {
    box-shadow: 21px 5px 82px #999;
}
}
.modal-body img {max-width: 100%}
.social a {
    border: 0;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.lead {
    font-size: 1.10rem;
}

.tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.55;
    font-weight: 500;
    border-radius: 30px;
    background-color: #f7682f;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 153px;
    position: relative;
    text-align: center;
    height: 47px;
    text-decoration: none;
    padding: 9px;
    display: block;
}

.tn-atom:after {
    content: '';
    background-image: url(../images/tg.svg);
    width: 22px;
    height: 22px;
    margin-left: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: 0px;
}
.tn-atom:hover {
    background-color: #fd695b;
    background-image: none;
}