* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Arial", sans-serif;
    color: #4C4C4C;
    height: 100vh;
}

.positioner {
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    padding: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0095ff;
}

b {
    color: #0095ff;
}

.body-wrapper {
    width: 1299px;
    margin: 0 auto;
/*height: 100%;*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
        0 0 40px rgba(0, 0, 0, .1);
    position: relative;
    background: linear-gradient(rgba(50, 205, 50, .1), rgba(81, 142, 95, .1), rgba(50, 205, 50, .1));
}

.center {
    width: 100%;
    text-align: center;
    margin: 25px;
}

/*HEADER*/

header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
        0 0 40px rgba(0, 0, 0, .1) inset;
    margin-bottom: 3px;
    min-width: 1300px;
    background: linear-gradient(rgba(50, 205, 50, .1), rgba(81, 142, 95, .1), rgba(50, 205, 50, .1));
    white-space: nowrap;
}

.nav-menu {
    float: left;
}

.nav-menu ul:nth-child(1){
    display: flex;
}

.nav-menu_btn {
    display: inline-block;
    margin: 0 2px;
}

.nav-menu a {
    display: block;
    padding: 40px 0;
    font-size: 1.4em;
    color: #518e5f;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
        0 0 40px rgba(0, 0, 0, .1) inset;
    margin: 0px 0px;
    width: 162px;
    text-align: center;

}

.nav-menu_btn:nth-child(3) {
    position: relative;
}

.drop-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
        0 0 40px rgba(0, 0, 0, .1) inset;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;

}

.drop-menu > ul {
    visibility: hidden;
    transform: translateY(-100%);
    transition: visibility 0s linear 200ms,
        transform 200ms linear;
    background-color: rgb(255, 255, 255);
    padding-top: 1px;
display:block !important;
}

.drop-menu a {
    display: block;
    padding: 15px;
    margin: 3px 0;
    font-size: 1em;
    width: 250px;
    text-align: left;
}

.drop-menu > ul a:first-child {
    margin-top: 0px;
}

.nav-menu_btn:nth-child(3):hover .drop-menu > ul {
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}

.nav-menu a:hover {
    background-color: rgba(192, 192, 192, .2);
    background: linear-gradient(rgba(220, 220, 220, .3), rgba(192, 192, 192, .3), rgba(220, 220, 220, .3));
}

.logo-menu a {
    float: left;
    padding: 0 0;
    width: 250px;
    margin-right: 2px;
}


.language a {
    width: 45px;
    padding: 13.5px 3px;
margin-left: 2px;
    
}

.language-current a{
     background: radial-gradient(ellipse at center, rgba(30,87,153,1) 0%,rgba(24,137,49,1) 0%,rgba(81,142,95,1) 50%,rgba(103,137,110,1) 100%); 
    color: #CAD6CA;
  
}
.ua {
    font-weight: bold;
     background: #ffd700;
background: -webkit-linear-gradient(to top, #ffd700 50%, #0057b8 50%);
background: -moz-linear-gradient(to top, #ffd700 50%, #0057b8 50%);
background: linear-gradient(to top, #ffd700 50%, #0057b8 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    } 
.language-current a:hover {
       background: radial-gradient(ellipse at center, rgba(30,87,153,1) 0%,rgba(24,137,49,1) 0%,rgba(81,142,95,1) 50%,rgba(103,137,110,1) 100%);
}
/*HEADER*/

/*L_COLUMN*/

.left-column {
    float: left;
    width: 62%;
    padding: 50px 30px;
}


/*L_COLUMN*/

/*R_COLUMN*/

.right-column {
    float: left;
    width: 31%;
    padding: 50px 15px;
}

/*R_COLUMN*/

/*FOOTER*/

footer {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset, 0px -5px 13px 0px rgba(0, 0, 0, .1);
    ;
    margin-top: 3px;
    min-width: 1300px;
    background: linear-gradient(rgba(50, 205, 50, .1), rgba(81, 142, 95, .1), rgba(50, 205, 50, .1));
}

svg path {
    stroke: inherit;
    stroke-width: inherit;
    fill: inherit;
}

.footer {
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
    color: #666;
}

.footer-about,
.footer-menu,
.footer-info,
.footer-logo,
.footer-social {
    width: 25%;
    padding: 0 0px;
}

.footer-menu a {
    padding: 0 75px;
}

.footer-logo {
    padding: 0;
}

.footer-info {
    line-height: 1.5;
}

.footer-menu a {
    color: #518e5f;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.2em;
}

.footer-menu a:hover {
    color: #0095ff;
}

.footer-about h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.footer-about p {
    font-size: 0.9em;
    line-height: 1.2;
}

.footer-social a {}

.footer-social svg {
    stroke: #0095ff;
    fill: #0095ff;
    padding: 10px 5px 0 0;
}

.footer-social svg:hover {
    stroke: #518e5f;
    fill: #518e5f;
}

/*FOOTER*/

.location,
.phone,
.time,
.viber{
    position: relative;
    margin-left: 20px;
}

.location:before,
.phone:before,
.time:before,
.viber:before{
    position: absolute;
    top: 0px;
    left: -20px;
}

.viber {
    height: 18px;
    width: 54px;    
}

.location:before {
    content: url(/img/location.png);
}

.phone:before {
    content: url(/img/phone.png);
}

.time:before {
    content: url(/img/time.png);
}
.viber:after{
    background-image: url(/img/massanger.png);
    background-size: 75px 25px;
    display: flex;
    width: 75px;
    height: 25px;
    content: "";
    margin-bottom: 10px;
}


/*BUTTON*/

.btn {
    border: none;
    cursor: pointer;
}

.btn-more,
.btn {
    color: #518e5f;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: rgba(192, 192, 192, .8);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    font-size: 1.25em;
    font-weight: 600;
    transition: background-color 0.6s ease;

}

.btn-more:hover,
.btn:hover {
    background: rgba(0, 149, 255, .6);
}

/*BUTTON*/

/*SLIDER*/

.rhino-btn {
    height: 65px;
    background: rgba(0, 149, 255, .3);
    width: 50px;
    transition: background-color 0.6s ease;
    position: relative;
}

.rhino-prev,
.rhino-next {
    z-index: 20;
}

.rhino-prev:before {
    content: "\3008";
    color: #fff;
    font-size: 2.5em;
    position: absolute;
    left: -10%;
    top: 15%;
}

.rhino-next:before {
    content: "\3009";
    color: #fff;
    font-size: 2.5em;
    position: absolute;
    right: -10%;
    top: 15%;
}

.rhino-prev {
    position: absolute;
    top: 40%;
    left: 0;
}

.rhino-next {
    position: absolute;
    top: 40%;
    right: 0;
}

.rhino-prev:hover {
    background: rgba(81, 142, 95, .6);

}

.rhino-next:hover {
    background: rgba(81, 142, 95, .6);
}

.rhino-toggle {}


.rhino-container {
    position: relative;
}

.rhino-caption {
    position: absolute;
    background: #000;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    padding: 10px;
    text-align: right;
    user-select: none;
}

.rhino-bullets {
    position: absolute;
    left: 48%;
    bottom: 1%;
    z-index: 20;
    opacity: .6;
}


.rhino-bullets li {
    float: left;
    display: inline;
    margin: 0 2px;
}

.rhino-bullets li a.rhino-bullet {
    height: 17px;
    width: 17px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;

}

.rhino-bullets li a.rhino-bullet:hover,
.rhino-bullets li a.rhino-bullet:focus {
    background: #518e5f;
    cursor: pointer;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
    background: #0095ff;
}

#page {
    width: 1300px;
    height: 375px;
    position: relative;
}

#slider {
    width: 1300px;
    height: 375px;
}

.slider-text {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 450px;
    line-height: 1.2;
}

.slider-text b {
    color: #518e5f;
    font-size: 2em;
    margin-bottom: 10px;
}

.slider-text p {
    color: #3c3c3c;
    font-size: 1.25em;
    margin-bottom: 20px;
}

.slider-temp {
    left: 37%;
    top: 35%;
}

.slider2 {
    left: 37%;
}

.slider3 {
    left: 60%;
}

/*SLIDER*/

.banner {
    position: relative;
}

.title {
    position: absolute;
    bottom: 25px;
    left: 80px;
}

.title h1 {
    color: #f5f5f5;
    font-size: 2.5em;
    font-weight: 100;
}

.breadcrumb {
    position: absolute;
    top: 25px;
    left: 80px;
    color: #fff;
}

.breadcrumb li {
    display: inline;
    font-size: 1.25em;
}

.breadcrumb li + li:before {
    padding: 4px;
    content: "/\00a0";
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #518e5f;
}

/*INFO*/

.main-info {
    display: block;
    background-color: #f5f5f5;
    margin-top: -4px;
    color: #4C4C4C;
}

.info-box {
    display: flex;
    width: 45%;
    float: left;
    padding: 25px 5px 25px 25px;
    line-height: 1.35; 
        align-items: center;
    
}



.info-img {
    float: left;
    margin-right: 18px;
}

.main-info strong {
    font-size: 1em;
}

.main-info p {
    font-size: 0.95em;
}

/*
.info-box:last-child {
    background-color: rgba(0, 149, 255, .7);
    position: relative;
}*/

.info-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*INFO*/

/*ACCORDION*/

.accordion {
    background-color: #f5f5f5;
    color: #4C4C4C;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    transition: 0.4s;
    border-right: 1px solid rgba(81, 142, 95, .3);
    border-top: 1px solid rgba(81, 142, 95, .3);
    border-left: 3px solid #518e5f;
    position: relative;
}


.accordion:before,
.branches-small:before,
.services-caption:before,
.services-small:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    background: rgba(81, 142, 95, .3);
    transition: all .5s ease;
}

.accordion:hover:before,
.branches-small:hover:before,
.services-caption:hover:before,
.services-small:hover:before {
    width: 100%;
}

.services-caption a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.accordion.active:hover:before {
    transition: none;
    width: 0;
}

.accordion.active {
    background: rgba(81, 142, 95, .3);
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    z-index: 20;
}

.accordion.active:after {
    content: "\2212";
}

.accordion_text {
    padding: 0 18px;
    background-color: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease-out;
    line-height: 1.5;
    border-right: 1px solid rgba(81, 142, 95, .3);
    border-left: 1px solid rgba(81, 142, 95, .3);
    border-bottom: 1px solid rgba(81, 142, 95, .3);
    margin-bottom: 3px;
}

.accordion_text ul,
.accordion_text p {
    padding: 10px 5px;
}


/*ACCORDION*/

/*ARTICLES*/

.articles-content {
    display: flex;
    padding: 50px 25px;
    flex-wrap: wrap;
    justify-content: space-around;
    /*background: linear-gradient(rgba(50, 205, 50, .1), rgba(81, 142, 95, .1), rgba(50, 205, 50, .1));*/
}

.articles-container {
    width: 325px;
    border: 1px solid rgba(81, 142, 95, .5);
    margin-bottom: 35px;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
        0 0 40px rgba(0, 0, 0, .1);
    background-color: rgba(0, 149, 255, .2);
    position: relative;
    line-height: 1.3;
    min-height: 550px;
}

.articles-container a {
    color: #518e5f;
}

.articles-container a:hover {
    color: #0095ff;
}

.article-img img {
    border-bottom: 4px solid #518e5f;
}

.articles-container h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.articles-container h3 {
    font-size: 1em;
    margin-bottom: 5px;
}

.articles-container p {
    font-size: 0.8em;
}

.article-text,
.article-author {
    padding: 15px 15px;
}

.article-author {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
}

/*ARTICLES*/

/*MAP*/

#map,
#map1 {
    height: 280px;
    width: 100%;
    z-index: 1;
}

/*MAP*/

/*BRANCHES*/

.branches-content {
    display: flex;
    padding: 25px;
    flex-wrap: wrap;
    justify-content: center;
    /*background: linear-gradient(rgba(50, 205, 50, .1), rgba(81, 142, 95, .1), rgba(50, 205, 50, .1));*/
}

.branches-container {
    width: 325px;
    border: 1px solid rgba(81, 142, 95, .5);
    margin: 0px 30px 35px;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
        0 0 40px rgba(0, 0, 0, .1);
    background-color: rgba(0, 149, 255, .2);
    position: relative;
    line-height: 1.3;
    height: 560px;
}

.branches-container a {
    color: #518e5f;
}

.branches-container a:hover {
    color: #0095ff;
}

.branches-img img {
    border-bottom: 4px solid #518e5f;
}

.branches-container h5 {
    font-size: 1.6em;
    margin: 5px 0 15px;
}

.branches-text {
    padding: 0 15px;
}

.branches-text b {
    font-size: 1.25em;
}

.branches-text p {
    font-size: 1.1em;
    margin: 5px 0;
}

/*BRANCHES*/

/*RIGHT-COLUMN*/

.branches-small,
.services-small {
    background-color: #f5f5f5;
    padding: 6px;
    border: 1px solid rgba(81, 142, 95, .3);
    border-left: 3px solid #518e5f;
    position: relative;
    margin-bottom: 3px;
}

.branches-small:after,
.services-small:after {
    position: absolute;
    content: "\3009";
    color: #777;
    right: -2%;
    top: 5%;
    font-size: 2em;
    font-weight: 900;
}

.branches-small b,
.services-small b {
    color: #518e5f;
}

.branches-small a,
.services-small a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.san-marco {
    border-left: 3px solid #0095ff;
}

.san-marco h3 {
    color: #0095ff;
}

.san-marco:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    background: rgba(0, 149, 255, .3);
    transition: all .5s ease;
}

.san-marco:hover:before {
    width: 100%;
}

.our-branches {
    color: #4c4c4c;
    font-size: 1.5em;
}

/*RIGHT-COLUMN*/

/*SERVICES*/

.services-container {
    background-color: #f5f5f5;
    border: 1px solid rgba(81, 142, 95, .3);
    margin-bottom: 20px;
}

.services-caption {
    background-color: #e5e5e5;
    color: #4C4C4C;
    padding: 18px;
    font-size: 1em;
    transition: 0.4s;
    border-right: 2px solid rgba(81, 142, 95, .3);
    border-top: 2px solid rgba(81, 142, 95, .3);
    border-left: 3px solid #518e5f;
    position: relative;
    cursor: pointer;
}

.services-caption b {
    color: #4C4C4C;
    font-size: 1.5em;
}

.services-img img {
    float: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
}

.services-text {
    float: left;
    width: 550px;
}

.services-text p {
    padding: 10px 5px 5px 15px;
    line-height: 1.2;
    font-size: 1em;
}

.services-caption:after {
    position: absolute;
    content: "\3009";
    color: #777;
    right: -1%;
    top: 4%;
    font-size: 2.5em;
    font-weight: 900;
}

.article-service {
    margin: 50px auto;
}

.services-small {
    height: 40px;
}

.services-small b {
    position: absolute;
    top: 30%;
    font-size: 1.2em;
    color: #4c4c4c;
}

/*SERVICES*/

/*WHY_ARE_WE*/

.why-are-we_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-are-we_container {
    width: 245px;
    border: 1px solid rgba(81, 142, 95, .5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
    background-color: rgba(0, 149, 255, .2);
    margin-bottom: 35px;
    line-height: 1.3;
}

.why-are-we_img img {
    border-bottom: 4px solid #518e5f;
}

.why-are-we_text {
    font-size: 1em;
    padding: 5px 10px 20px;
}

.why-are-we_text h3 {
    text-align: center;
    margin-bottom: 10px;
}

/*WHY_ARE_WE*/

/*ABOUT*/

.about-content h1 {
    text-align: center;
    color: #518e5f;
    margin-bottom: 15px;
}

.about-content h2 {
    text-align: center;
    margin: 35px 0 20px;
}

.about-content strong {
    color: #518e5f;
}

.knowledge {
    display: flex;
    justify-content: space-around;
}

.tops {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-container {
    border: 1px solid rgba(81, 142, 95, .5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
    background-color: rgba(0, 149, 255, .2);
    margin-bottom: 35px;
    line-height: 1.3;
    width: 220px;
}

.knowledge .about-container {
    width: 490px;
}

.about-container {
    text-align: center;
    font-size: 1em;
    margin: 10px 15px 15px;
    font-size: 1.25em;
}

.about-container b {
    color: #518e5f;
}

.about-container img {
    border-bottom: 4px solid #518e5f;
}


.about-accordion li {
    position: relative;
    padding: 5px;
}

.about-accordion li::before {
    content: url(/img/favicon.png);
    width: 5px;
    height: 5px;
    position: absolute;
    left: -13px;
    top: 9px;
}

.quote {
    display: flex;
    justify-content: space-around;
}

.quote-container {
    border: 1px solid rgba(81, 142, 95, .5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
    background-color: rgba(0, 149, 255, .2);
    line-height: 1.3;
    width: 250px;

}

.quote-img img {
    border-bottom: 4px solid #518e5f;
    width: 250px;
    height: 170px;
}

.quote {
    text-align: center;
}

.quote p {
    text-align: left;
    margin: 5px 10px;
}

/*ABOUT*/

/*SERVICE_CONTENT*/

.services-content,
.article-content {
    line-height: 1.3;
}

.services-content li,
.article-content li {
    margin: 0 0 5px 10px;
}

.services-content h2,
.article-content h2 {
    color: #518e5f;
    margin-bottom: 20px;
}

.services-content h3,
.article-content h3,
.services-content span {
    color: #0095ff;
    margin: 10px 0;
}

.services-content h4,
.article-content h4 {
    color: #555;
    margin: 10px 0;
}

.services-content p,
.article-content p {
    margin: 10px 0;
}

.services-content strong,
.article-content strong {
    color: #518e5f;
}

.services-content_img,
.article-content_img {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.services-content_img img,
.article-content_img img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
    border: 1px solid rgba(81, 142, 95, .5);
    border-bottom: 4px solid #518e5f;
    margin: 15px 0;
}

.author {
    text-align: right;
    font-style: italic;
}

.article-content img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
    border: 1px solid rgba(81, 142, 95, .5);
    border-bottom: 4px solid #518e5f;
    float: left;
    margin-right: 15px;
}

/*SERVICE_CONTENT*/

/*CONTACTS*/

.contacts-container {
    background-color: #f5f5f5;
    border: 1px solid rgba(81, 142, 95, .3);
    margin-bottom: 20px;
}

.contacts-caption {
    background: rgba(81, 142, 95, .3);
    color: #518e5f;
    padding: 18px;
    font-size: 1em;
    border-right: 2px solid rgba(81, 142, 95, .3);
    border-top: 2px solid rgba(81, 142, 95, .3);
    border-left: 3px solid #518e5f;
    text-align: center;
}

.contacts-caption h5 {
    font-size: 1.5em;
}

.contacts-map {
    float: left;
    width: 1000px;
    border-right: 3px solid #0095ff;
}

.contacts-map #map {
    width: 1000px;
    height: 350px
}

.contacts-text {
    float: left;
    width: 180px;
    margin: 25px 0 0 10px;
    line-height: 1.5;

}

.contacts-text p {
    font-size: 1.1em!important;
    font-style: oblique;
}

/*CONTACTS*/

/*FORM*/

.form {
    border: 1px solid rgba(81, 142, 95, .5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
    background-color: rgba(0, 149, 255, .2);
    padding: 35px;
}

.form p {
    color: #518e5f;
    font-size: 1.7em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.inputtext {
    border: none;
    border-bottom: 3px solid #518e5f;
    padding: 15px;
    width: 91%;
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #0095ff;
}

.reserv_branch {
    border: none;
    border-bottom: 3px solid #518e5f;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #518e5f;
    overflow: hidden;
}

.btn-send {
    margin: 5% 20%;
}

.inputtext[name=name] {
    background-image: url('/img/name.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.inputtext[name=phone] {
    background-image: url('/img/form_phone.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.inputtext[name=email] {
    background-image: url('/img/email.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

/*FORM*/

/*BRANCHES*/

.branch-img {
    margin: 0 15px;
}

.branch-img img {
    border: 1px solid rgba(81, 142, 95, .5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
    background-color: rgba(0, 149, 255, .2);
    border-bottom: 4px solid #518e5f;
}

.branches-caption p {
    font-size: 1.3em;
    color: #518e5f;
    text-align: center;
}

.branches-caption h3 {
    color: #518e5f;
    margin: 15px 0;
}

.branches-caption span p {
    color: #4c4c4c;
    font-size: 1em;
    text-align: left;
}

.personal {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 0.9em;
    margin: 0 35px;
}

.personal img {
    border: 1px solid rgba(81, 142, 95, .5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
    background-color: rgba(0, 149, 255, .2);
    border-bottom: 4px solid #518e5f;
    align-self: center;
    margin-bottom: 15px;
    width: 130px;
    height: 170px;
}

.video-container {
    display: flex;
    justify-content: space-around;
    margin: 35px;
}

.video-container object {
    border: 1px solid rgba(81, 142, 95, .5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1);
    background-color: rgba(0, 149, 255, .2);
    border-bottom: 4px solid #518e5f;
}

/*BRANCHES*/

.footer-social {

    display: none;
}
