@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/GothamPro-Bold.woff') format('woff'),
    url('../fonts/GothamPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/GothamPro-Medium.woff') format('woff'),
    url('../fonts/GothamPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/GothamPro-Regular.woff') format('woff'),
    url('../fonts/GothamPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.ModuleHero .logo img {
    width: 65px;
    margin-top: 18px;
}
.ModuleGroupFront .overlay{
    opacity: .3!important;
}
#MainMenu .menu-container {
    margin-top: 0!important;
    overflow-y: auto;
    height: 100vh;
    padding-top: 160px;
}
@media(max-width: 768px) {
    #MainMenu .menu-container {
        padding-top: 80px;
    }
    #MainMenu .headline {
        transform: none!important;
    }
}
/* Advantages start*/

.advantages-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.advantages-section .advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 30px 0;
    width: 33.333%;
}
.advantages-section .advantage-item img {
    width: 80px;
    margin-bottom: 30px;
}
.advantages-section .advantage-item__title {
    font-size: 18px;
    font-weight: 400;
    max-width: 300px;
    color: #505050;
}

/*Advantages end*/

/*Portfolio Grid start*/
.portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    overflow-y: auto;
}

.portfolio-grid .item {
    position: relative;
    border: 2px solid transparent;
    cursor: pointer;
}
.portfolio-grid .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.portfolio-grid .w-50 {
    width: 50%;
}
.portfolio-grid .w-40 {
    width: 40%;
}
.portfolio-grid .w-30 {
    width: 30%;
}
.portfolio-grid .w-25 {
    width: 25%;
}
.portfolio-grid .w-20 {
    width: 20%;
}

.portfolio-grid .h-66 {
    height: 66.666666%;
}
.portfolio-grid .h-60 {
    height: 60%;
}
.portfolio-grid .h-40 {
    height: 40%;
}
.portfolio-grid .h-50 {
    height: 50%;
}
.portfolio-grid .h-33 {
    height: 33.3333%;
}
/*Portfolio Grid end*/

/* Advantages end*/

/*Our team start*/

.our-team-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.our-team-wrapper .team-item {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 50px;
}
.our-team-wrapper .team-item:hover .main-img {
    transform: scale(1.05);
}
.our-team-wrapper .team-item:hover .img:after {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.our-team-wrapper .team-item:hover .img .social_footer {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}
.our-team-wrapper .team-item .img {
    width: 240px;
    height: 240px;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.our-team-wrapper .team-item .img:after {
    width: 100%;
    height: 80px;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -85px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.our-team-wrapper .team-item .img .social_footer {
    position: absolute;
    justify-content: center;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    transition-delay: unset;
}
.our-team-wrapper .team-item .img .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}
.our-team-wrapper .team-item .position {
    text-transform: uppercase;
    color: #9a9a9a;
    text-align: center;
}
.our-team-wrapper .team-item .name {
    font-size: 20px;
    text-align: center;
    padding: 10px;
}
.our-team-wrapper .team-item .team-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-team-wrapper .team-item .fa-phone {
    color: #868686;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 5px;
    transition: 0.2s ease;
}
.our-team-wrapper .team-item .fa-phone:hover {
    color: #4FC0E8;
}
.our-team-wrapper .team-item .fa-phone:before {
    margin-right: 6px;
    opacity: 0.7;
}
.our-team-wrapper .team-item .fa-envelope {
    color: #868686;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease;
}
.our-team-wrapper .team-item .fa-envelope:hover {
    color: #4FC0E8;
}
.our-team-wrapper .team-item .fa-envelope:before {
    margin-right: 6px;
    opacity: 0.7;
}

.social_footer {
    display: flex;
}
.social_footer.style-2 a {
    background-color: #b6c503;
    box-shadow: -2px 2px rgba(182, 197, 3, 0.5), 0 2px 10px 0 rgba(182, 197, 3, 0.8);
}

.social_footer a {
    width: 25px;
    height: 25px;
    background-color: #8d4286;
    margin-right: 10px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 2px rgba(141, 66, 134, 0.5), 0 2px 10px 0 rgba(141, 66, 134, 0.8);
}
.social_footer a:hover {
    box-shadow: none;
}

/*Our team end*/

/*Partners start*/

.partners-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.partners-list .item{
    width: 20%;
    display: flex;
    align-items: center;
    padding: 30px;
    transition: .3s ease;
}

.partners-list .item img{
    max-width: 100%;
    width: 160px;
}
/*Partners end*/

/*Contact start*/
.contact-section {
    display: flex;
    background-color: #202e3f;
    height: 100%;
}
.contact-section .map-block {
    width: 50%;
}
.contact-section .map-block iframe {
    width: 100%;
    height: 100%;
}
.contact-section .form-block {
    width: 50%;
    padding: 42px 30px;
    text-align: center;
}
.contact-section .form-block .form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contact-section .form-block form {
    background-color: #fff;
    padding: 20px;
    text-align: left;
}
.contact-section .form-block h1 {
    margin-bottom: 30px;
}
.contact-section .form-block h1,
.contact-section .form-block p span {
    color: #ffffff;
}
.contact-section .form-block .form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.contact-section .form-block .form-field label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}
.contact-section .form-block .form-field input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 10px;
    transition: 0.3s ease;
    background-color: transparent;
}
.contact-section .form-block .form-field input:focus {
    border-color: #4ea7f9;
}
.contact-section .form-block .form-field textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: 0.3s ease;
    background-color: transparent;
}
.contact-section .form-block .form-field textarea:focus {
    border-color: #4ea7f9;
}
.contact-section .form-block .submit-btn {
    width: 100%;
    height: 50px;
    background-color: #969696;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 700;
}

.contact-socials {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.contact-socials .d-flex {
    display: flex;
}
.contact-socials__label {
    color: #ffffff;
    margin-right: 20px;
}
.contact-socials a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 100%;
    margin-right: 10px;
}
.contact-socials a img {
    width: 18px;
    height: auto;
}
/*Contact end*/


.home-socials {
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    flex-direction: column;
}
.home-socials a {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 100%;
    margin-bottom: 10px;
}
.home-socials img {
    width: 18px;
    height: auto;
}

.contacts-info{
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto 50px auto;
}
.contacts-info__item{
    width: 50%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 300;
    overflow: hidden;

}
.contacts-info__item .icon{
    width: 25px; min-width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    margin-right: 20px;
}
.contacts-info__item-email span{
    background: url("../img/email_c.svg") no-repeat center;
    background-size: 12px;
}
.contacts-info__item-address span{
    background: url("../img/place_c.svg") no-repeat center;
    background-size: 12px;
}
.contacts-info__item-telegram span{
    background: url("../img/telegram_c.svg") no-repeat center;
    background-size: 12px;
}
.contacts-info__item-phone span{
    background: url("../img/phone_c.svg") no-repeat center;
    background-size: 12px;
}
.ModuleGroupFront .overlay.about-section{
    opacity: 1!important;
    background-color: #202e3f;
}
.about-section-img{
    height: auto;
    display: block;
    margin-top: 10vh;
    width: 100%;
    max-width: 200px;
}
.contact-section .form-block{
    overflow-y: auto;
}

h2.slogan span{
    font-size: 40px;
    display: block;
    color: #fff;
    line-height: 40px;
    margin-top: 15px;
}
