/*=====================================обнулення==========================================*/

*,
*::before
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;

}
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}


html,
/*===============================================================================*/
body {
    height: 100%;
    line-height: 1;
    font-size: 14px;
    color: #252b42;
    background-color: #FAFAFA;
    font-family: Montserrat;
    font-weight: 500;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

._container {
    max-width: 1046px;
    margin: 0px auto;
    padding: 0px 15px;
    box-sizing: content-box;
}
._ibg {
    position: relative;

}
._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; 
}

/*===============================шапка==================================*/
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
}
.header__container {
    display: flex;
    min-height: 104px;
    align-items: center;
}

.header__logo {
    font-size: 24px;
    font-weight: 700;
    color: inherit;
    letter-spacing: 01px;
}
.header__menu {
    margin: 0px 0px 0px 133px;
}
.menu {
    padding: 5px 0px;
}
.menu__list {
    flex-wrap: wrap;
    display: flex;
}
.menu__item {
}
.menu__item:not(:last-child) {
    margin: 0px 21px 0px 0px;
}
.menu__link {
    font-weight: 600;
    line-height: 171%;
    color: #737373;
    letter-spacing: 0.2px;
    
}
/*адаптація*/
@media (max-width: 992px) {
    .header__menu {
        margin: 0px 0px 0px 80px;
    }
}
@media (max-width: 767px) {
    .header__menu {
        margin: 0px 0px 0px 40px;
    }
}
@media (max-width: 479px) {
    .header__menu {
        margin: 0px 0px 0px 20px;
    }
}
@media (max-width: 479px) {
    .menu__link {
        font-size: 18px;
    }
}
@media (max-width: 479px) {
    .header__container {
        min-height: 70px;;
    }
}
@media (max-width: 479px) {
    .menu__item:not(:last-child) {
        margin: 0px 10px 0px 0px;
    }
}
/*=============================================================================*/
.header-block {
    text-align: center;
    letter-spacing: 0.2px;
}
.header-block__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 142%;
}
.header-block__title:not(:last-child) {
    margin: 0px 0px 10px 0px;
}
.header-block__sub-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #737373;

}
/*=================*/
.page {
    flex: 1 1 auto;
} 
.page__main-block {
}
.page__services {
    margin: -111px 0px 0px 0px;
    position: relative;
    z-index: 2;
}
.page__advantages {
}
.page__practice {
}
.page__whoweare {
}
.page__clients:not(:last-child) {
    margin: 0px 0px 10px 0px;
}
.page__subscribe {
}
.page__getintouch {
}
.page__contact {
}
/*=============================================================================*/
.footer {

}
/*=============================================================================*/
.main-block {
    position: relative;
}
.main-block__container {
}
._container {
}
.main-block__body {
    padding: 184px 0px 191px 0px;
    position: relative;
    z-index: 2;
    max-width: 400px;
}
.main-block__title {
    font-weight: 800;
    font-size: 58px;
    line-height: 138%;
}
.main-block__text {
    font-weight: 500;
    font-size: 20;
    line-height: 150%;
    color: #737373;
    letter-spacing: 0.2px;
}
.main-block__bottons {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0;
}
.main-block__button {
    border-radius: 37px;
    display: flex;
    align-items: center;
    min-height: 48px;
    justify-content: center;
    letter-spacing: 0.2px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    padding: 5px 36px;
    margin: 10px 0;
    
}
.main-block__button_orange {
    background: #FF7B47;
    color: #fff;
}
.main-block__button_border {
    border: 1px solid #0D5C63;
    color: #0D5C63;
}
.main-block__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*==================================================*/
.main-block__body > *:not(:last-child){
    margin: 0px 0px 35px 0px;
}
@media (min-width: 479px) {
.main-block__button:not(:last-child) {
    margin-right: 10px;
}
}
@media (max-width: 1300px) {   /*приліпити картинку фона в право*/
    .main-block__image img {
        object-position: right;
    }
}
@media (max-width: 992px) {  /*вибілити картинку фона */
    .main-block__image {
        opacity: 0.5;
    }
    
}
@media (max-width: 992px) {
    .main-block__body{
        padding: 120px 0px 191px 0px;
    }
}
@media (max-width: 479px) {
    .main-block__title {
        font-size: 42px;
    }
}
@media (max-width: 479px) {
    .main-block__button {
        flex: 1 1 100%;
    }
}
/*=================================================================================*/
.services {
}
.services__container {
}
.services__body {
   
}
.services__column {
    flex:  0 1 33.333%;
    margin: 0px 0px 30px 0px;
}

.services__item {
    height: 100%;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    background: #FFFFFF;
    padding: 35px;
}
.item-service_green {
    background-color: #0D5C63;
}
.item-service_green .item-service__title {
    color: #fff;
}
.item-service_green .item-service__text {
    color: #fff;
}
.item-service {
}
.item-service__icon {
}
.item-service__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: 0.1px;
}
.item-service__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.2px;
}
/*=================================================================*/
.item-service > *:not(:last-child) {
    margin: 0px 0px 10px 0px;
}
@media (max-width: 992px) {
    .services__column {
        flex:  0 1 50%;
    }
}
@media (min-width: 670px) {
    .services__body {
        display: flex;
        flex-wrap: wrap;
        margin: 0px -15px -30px;
    }
}

@media (min-width: 670px) {
    .services__column {
     padding: 0px 15px;
    }
}
/*=======================================================================*/
.advantages {
    padding: 80px;
}


.advantages__container {
}

.advantages__header {
    margin: 0px 0px 50px 0px;
}
.advantages__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px -30px;
}
.advantages__column {
    padding: 0px 15px;
    margin: 0px 0px 30px 0px;
    flex: 0 1 25%;
}

.advantages__item {
    background: #fff;
    font-weight: 700;
    padding: 30px ;
    text-align: center;
}
.advantages__icon {
    height: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.advantages__volue {
    font-size: 40px;
    line-height: 142%;
}
.advantages__text {
    font-size: 16px;
    line-height: 150%;
    color: #737373;
}
/*=============================*/
.advantages__item > *:not(:last-child) {
    margin: 0px 0px 10px 0px;
}
@media (max-width: 992px) {
    .advantages {
       padding: 50px;
   }
}
@media (max-width: 767px) {
      .advantages {
          padding: 30px;
   }
}
@media (max-width: 1000px) {
    .advantages__column {
        flex: 0 1 50%;
    }
}@media (max-width: 767px) {
    .advantages__column {
        flex: 0 1 100%;
    }
}
/*===================================================================================================*/
.practice {
    padding: 125px 0px 80px 0px;
}
.practice__container {
}
.apractice__header {
    margin: 0px 0px 45px 0px;
}
.practice__body {
    margin: 0px -20px -30px;
    display: flex;
    flex-wrap: wrap;
}
.practice__column {
    padding: 0px 20px;
    margin: 0px 0px 30px 0px;
    flex: 0 1 25%;
}
@media (max-width: 1040px) {
    .practice__column {
        flex: 0 1 50%;
    }
}
@media (max-width: 640px) {
    .practice__column {
        flex: 0 1 100%;
    }
}
.practice__item {
}
.item-practice {
    background-color: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.item-practice__content {
    padding: 30px;
    flex: 1 1 auto;
}
.item-practice__link {
    color: inherit;
    display: inline-block;
}
.item-practice__link:hover {
    text-decoration: underline;
}

.item-practice__link:not(:last-child) {
    margin: 0px 0px 15px 0px;
}

.item-practice__title {
    letter-spacing: 0.1px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
}
.item-practice__text {
    color: #737373;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.2px;
}
.item-practice__image {
    display: block;
    padding: 0px 0px 60% 0px;
}
/*===============================================================================*/

.whoweare {
    padding: 80px 0px 130px 0px;
}
@media (max-width: 950px) {
    .whoweare {
        padding: 50px 0px 50px 0px;
    }
}
.whoweare__container {
}
.whoweare__header {
    margin: 0px 0px 100px 0px;
}
@media (max-width: 950px) {
    .whoweare__header {
        margin: 0px 0px 30px 0px;
    }
}
.whoweare__body {
    display: flex;
    align-items: flex-start;
    align-items: stretch;
}

@media (max-width: 950px) {
    .whoweare__body {
        flex-direction: column-reverse;
    }
}
.whoweare__video {
    flex: 0 0 57%;
    position: relative;
    padding: 0px 0px 42.25% 0px;
}
.whoweare__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.whoweare__content {
    flex: 1 1 auto;
    padding: 20px 0px 0px 121px;
}
@media (max-width: 950px) {
    .whoweare__video {
         padding: 0px 0px 56.25% 0px;
    }
}
.whoweare__video:not(:last-child) {
    margin: 50px 0px 0px 0px;
}
@media (max-width: 1080px) {
    .whoweare__content {
        padding: 0px 0px 0px 50px;
    }
}
@media (max-width: 950px) {
    .whoweare__content {
        padding: 0px 0px 0px 0px;
    }
}
.whoweare__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 142%;
    letter-spacing: 0.2px;
    color: inherit;
}
@media (max-width: 950px) {
    .whoweare__title {
        font-size: 24px;
    }
}
.whoweare__title:not(:last-child) {
    margin: 0px 0px 10px 0px;
}
.whoweare__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.2px;
    color: #737373;
}

.whoweare__items {
    margin: 50px 0px 0px 0px;
}
.whoweare__item {
}
.whoweare__item:not(:last-child){
    margin: 0px 0px 30px 0px;
}
.item-whoweare {
    display: flex;
}
.item-whoweare__icon {
    flex: 0 0 32px;
}
.item-whoweare__body {
    flex: 1 1 auto;
    padding: 0px 0px 0px 20px;
}
.item-whoweare__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1px;
    color: inherit;
}
.item-whoweare__title:not(:last-child) {
    margin: 0px 0px 5px 0px;
}
.item-whoweare__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.2px;
    color: #737373;
}
/*==================================================================================*/
.clients {
    padding: 50px 0px;
}
@media (max-width: 767px) {
    .clients {
        padding: 30px 0px;
    }
}
.clients__container {
}
.clients__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 140px;
}
.clients__item {
    flex: 0 1 16.6667%;
    padding: 8px 15px;
    text-align: center;
}
/*.clients__item img {
    max-width: 100%;
}*/
/*===========================================================================================*/

.subscribe {
    position: relative;
    padding: 0px 0px 20px 0px;
}
.subscribe::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 77px;
    left: 0;
    background: #252B42;

}
.subscribe__container {
}
.subscribe__body {
    margin: 0px 30px;
    padding: 30px 50px;
    align-items: center;
    border-radius: 2px;
    background-color: #17213C;
    position: relative;
    z-index: 2;
}
@media (min-width: 1070px) {
    .subscribe__body {
        margin: 0px 30px;
    }
}
@media (min-width: 810px) {
    .subscribe__body {
        display: flex;
        justify-content: space-between;
    }
    .subscribe__title {
        max-width: 266px;
    }
}
.subscribe__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 133%;
    letter-spacing: 0.1px;
    color: #fff;
}
@media (max-width: 810px) {
    .subscribe__title {
        margin: 0px 0px 20px 0px;
    }
    .subscribe__body {
        margin: 0px -15px;
        padding: 20px 15px;
    }
    .subscribe__button {
        padding: 0px 10px;
    }
    .subscribe__input {
        padding: 0px 10px;
    }
}
.subscribe_form {
    flex: 0 1 50%;
    display: flex;
    align-items: center;
}
.subscribe__input {
    width: 100%;
    flex: 1 1 auto;
    min-height: 58px;
    color: #737373;
    background: #F9F9F9;
    padding: 0px 20px;
    border-right: 0;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    border-radius: 5px 0 0 5px;
}
.subscribe__input:focus {
    color: #000;
}
.subscribe__button {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #E6E6E6;
    background: #FF7B47;
    display: flex;
    width: 117px;
    height: 58px;
    padding: 15px 22.5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
/*========================================================================*/
.getintouch {
    padding: 80px 0px 135px 0px;
}
.getintouch__container {
}
.getintouch__header {
    margin: 0px 0px 80px 0px;
}
@media(max-width: 992px) {
    .getintouch__header {
        margin: 0px 0px 50px 0px;
    }
    .getintouch {
        padding: 50px 0px ;
    }
}
@media(max-width: 767px) {
    .getintouch__header {
        margin: 0px 0px 30px 0px;
    }
}
.getintouch__items {
    margin: 0px -15px;
}
@media(min-width: 992px) {
    .getintouch__items {
        margin: 0;
        display: flex;
        align-items: center;
    }
}
.getintouch__item {
    flex: 0 1 33.333%;
}
.item-getintouch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    padding: 25px;
}
.item-getintouch > *:not(:last-child) {
    margin: 0px 0px 15px 0px;
}
.item-getintouch__icon {
}
.item-getintouch__emails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-getintouch__email {
    color: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
}
.item-getintouch__email:hover {
    text-decoration: underline;
}
.item-getintouch__label {
    color: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1px;
}
.item-getintouch__button {
    padding: 10px 20px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid  #FF7B47;
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    transition: all 0.3s ease 0.1s;
    letter-spacing: 0.2px;
    color: #FF7B47;
}
.item-getintouch__button:hover {
    background-color: #FF7B47;
    color: #fff;
}
.item-getintouch_active {
    background-color: #252B42;
    color: #fff;
    display: flex;
    padding: 80px 40px;
    flex-direction: column;
    align-items: center;
gap: 15px;
}
.button_active {
    border-radius: 5px;
    border: 1px solid var(--light-text-color, #FFF);
    color: #fff;
}
/*=========================================================*/
.contact {
    background-color: #fff;
    padding: 42px 0;
}
.contact__container {
}

@media(min-width: 767px) {
    .contact__body {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .contact__content {
        padding: 0px 20px 0px 0px;
    }
}
.contact__content {
    padding: 0px 0px 20px 0px;
}
.content__title {
    color: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 133%;
    letter-spacing: 0.1px;
}
.content__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 142%;
    letter-spacing: 0.2px;
    color: #737373;
}
.contact__button {
    display: flex;
    padding: 5px 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border-radius: 5px;
    transition: all 0.3s ease 0.1s;
    background:  #FF7B47;
    color: #fff;
    min-height: 58px;
}
.contact__button:hover {
    background:  #b94314;
}
/*=========================================*/
.footer {
}
.footer__top {
    background: #17213C;
    padding: 35px 0;
}
.footer__main {
    display: flex;
    flex-wrap: wrap;
}
.footer__column {
    padding: 15px 15px;
    flex: 0 1 16.6667%;
    min-width: 170px;
}
.footer__column:last-child {
    flex: 0 1 33.334%
}
@media(max-width: 992px) {
    .footer__column {
        flex: 0 1 25%;
    }
    .footer__column:last-child {
        flex: 1 1 100%
    }
}
@media(max-width: 767px) {
    .footer__column {
        flex: 0 1 50%;
    }
    .footer__column:last-child {
        flex: 1 1 100%
    }
}
.footer__label {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin: 0px 0px 20px 0px;
}
.footer__menu {
}

.footer__row{
    margin: 0px -15px;
}
.menu-footer {
}
.menu-footer__list {
}
.menu-footer__item:not(:last-child) { 
    margin: 0px 0px 10px 0px;
}
.menu-footer__link {
    color: #fff;
    line-height: 171%;
    letter-spacing: 0.2px;
}
.menu-footer__link:hover {
    text-decoration: underline;
}
.footer__contacts {
}

.contacts-footer {
    display: flex;
    flex-direction: column;
}
.contacts-footer__item {
    padding: 0px 0px 0px 34px;
    line-height: 142%;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 30px;
}
.contacts-footer__item:hover {
    text-decoration: underline;
}
.contacts-footer__item:not(:last-child) {
    margin: 0px 0px 12px 0px;
}
.contacts-footer_phone {
    background: url('../img/footer/icon/01.svg') 0 0 no-repeat;
}
.contacts-footer_map {
    background: url('../img/footer/icon/02.svg') 0 0 no-repeat;
}
.contacts-footer_email {
    background: url('../img/footer/icon/03.svg') 0 0 no-repeat;
}

.footer__bottom {
    padding: 25px 0;
}
.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 767px) {
    .footer__container {
        flex-direction: column;
    }
    .footer__copu {
        margin: 0px 0px 15px 0px;
        text-align: center;
    }
}
.social {
    display: flex;
    align-items: center;
}

.footer__copu {
    color: #737373;
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.2px;
    padding: 5px 0;
}
.footer__social {
}
.social__item:not(:last-child) {
    margin: 0px 20px 0px 0px;
}