@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*-----------------------------------------*/

body {
  font-family: Montserrat;
  color: #252B42;
  font-size: 14px;
  font-weight: 500;
  background-color: #fafafa;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.container {
  max-width: 1046px;
  margin: 0px auto;
  padding: 0 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;
}
.header_menu {
  margin: 0 0 0 133px;
}
.menu {
  padding: 5px 0;
}
.menu_list {
  display: flex;
  flex-wrap: wrap;
}
.menu_item {}
.menu_item:not(:last-child) {
  margin: 0 21px 0 0;
}
.menu_link {
  color: #737373;
  line-height: 1.71;
  font-weight: 600;
}
.menu_link: hover {
  text-decoration: underline;
}

/*-----------------------------------------*/

.page {
  flex: 1 1 auto;
}
.page_main-block {}
.page_services {
  margin: -111px 0 0 0;
  position: relative;
  z-index: 2;
}
.page_advantages {}
.page_practice {}
.page_whoweare {}
.page_clients {
  margin: 0 0 10px 0;
}
.page_subscribe {}
.page_getintouch {}
.page_contact {}

.header-block {
  text-align: center;
  letter-spacing: 0.2px;
}
.header-block_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.425;
}
.header-block_title:not(:last-child) {
  margin: 0 0 10px 0;
}
.header-block_subtitle {
  color: #737373;
  line-height: 1.425;
}

/*-----------------------------------------*/

.main-block {
  position: relative;
  z-index:  2;
}
.main-block_container {}
.main-block_body {
  padding:  184px 0 191px 0;
  position: relative;
  z-index: 2;
  max-width: 400px;
}
.main-block_body > *:not(:last-child) {
  margin: 0 0 35px 0;
}
.main-block_title {
  font-size: 58px;
  font-weight: 800;
  line-height: calc(80 / 58 * 100%);
  letter-spacing: 0.2px;
}
.main-block_text {
  color: #737373;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.main-block_buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -10px 0;
}
.main-block_button {
  border-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 36px;
  letter-spacing: 0.2px;
  font-weight: 700;
  line-height: 2;
  margin: 10px 0;
}
.main-block_button-orange {
  color: #fff;
  background: #FF7B47;
}
.main-block_button-orange:hover {
  background-color: #fff;
  color: #FF7B47;
}
.main-block_button-border {
  color: #0D5C63;
  border: 1px solid #0D5C63;
}
.main-block_button-border: hover {
  background-color: #0D5C63;
  color: #fff;
}
.main-block_image {
  position: absolute; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*-----------------------------------------*/

.services {}
.services_container {}
.container {}
.services_body {}
.services_column {
  flex: 0 1 33.333%;
}

.services_item {
  box-shadow: 0px 13px 19px 0px #00000012;
  background-color: #fff;
  padding: 35px;
  height: 100%;
}
.item-service {}
.item-service_green {
  background-color: #0d5c63;
}
.item-service > *:not(:last-child) {
  margin: 0 0 10px 0;
}
.item-service_icon {}
.item-service_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: 0.1px;
}
.item-service_green .item-service_title {
  color: #fff;
}
.item-service_text {
  color: #737373;
  line-height: 1.42;
  letter-spacing: 0.2px;
}
.item-service_green .item-service_text {
  color: #fff;
}

/*-----------------------------------------*/

.advantages {
  padding: 80px 0;
}
.advantages_container {}
.advantages_header {
  margin: 0 0 50px 0;
}
.advantages_body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.advantages_column {
  padding: 0 15px;
  flex: 0 1 25%;
  margin: 0 0 30px 0;
}
.advantages_item {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  font-weight: 700;
}
.advantages_item > *:not(:last-child) {
  margin: 0 0 10px 0;
}
.advantages_icon {
  height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.advantages_value {
  font-size: 40px;
  line-height: 1.425;
  letter-spacing: 0.2px;
}
.advantages_text {
  color: #737373;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1px;
}

/*-----------------------------------------*/

.practice {
  padding: 125px 0 80px 0;
}
.practice_container {}
.container {}
.practice_header {
  margin: 0 0 45px 0;
}
.practice_body {
  margin: 0 -20px -30px;
  display: flex;
  flex-wrap: wrap;
}
.practice_column {
  padding: 0 20px;
  flex: 0 1 25%;
  margin: 0 0 30px 0;
}
.practice_item {}
.item-practice {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.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: 0 0 15px 0;
}
.item-practice_title {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1px;
  font-weight: 700;
}
.item-practice_text {
  color: #737373;
  line-height: 1.43;
}
.item-practice_image {
  display: block;
  padding: 0 0 60% 0;
}

/*-----------------------------------------*/

.whoweare {
  padding: 80px 0 130px 0;
  background-color: #fff;
}
.whoweare_container {}
.whoweare_header {
  margin: 0 0 100px 0;
}
.whoweare_body {
  display: flex;
  align-items: flex-start;
}
.whoweare_video {
  flex: 0 0 57%;
  position: relative;
  padding: 0 0 42.25% 0;
}
.whoweare_video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.whoweare_content {
  flex: 1 1 auto;
  padding: 20px 0 0 121px;
  letter-spacing: 0.2px;
}
.whoweare_top:not(:last-child) {
  margin: 0 0 50px 0;
}
.whoweare_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.425;
}
.whoweare_title:not(:last-child) {
  margin: 0 0 10px 0;
}
.whoweare_text {
  color: #737373;
  line-height: 142.5%;
}
.whoweare_items {
  margin: 50px 0 0 0;
}
.whoweare_item {}
.whoweare_item:not(:last-child) {
  margin: 0 0 30px 0;
}
.item-whoweare {
  display: flex;
}
.item-whoweare_icon {
  flex: 0 0 32px;
}
.item-whoweare_body {
  flex: 1 1 auto;
  padding: 0 0 0 20px;
}
.item-whoweare_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.item-whoweare_title:not(:last-child) {
  padding: 0 0 5px 0;
}
.item-whoweare_text {
  color: #737373;
  line-height: 142.5%;
  white-space: nowrap;
  width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*-----------------------------------------*/

.clients {
  padding: 50px 0;
}
.clients_container {}
.clients_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.clients_item {
  padding: 8px 15px;
  flex: 0 1 16.6667%;
  text-align: center;
  min-width: 140px;
}
.clients_item img {
  max-width: 100%;
}

/*-----------------------------------------*/

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

}
.subscribe_container {}
.subscribe_body {
  padding: 30px 50px;
  background-color: #17213c;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}
.subscribe_title {
  color: #fff;
  font-size: 24px;
  line-height: 1.333;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.subscribe_form {
  flex: 0 1 50%;
  display: flex;
  align-items: center;
}
.subscribe_input {
  flex: 1 1 auto;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  background-color: #f9f9f9;
  color: #737373;
  border-right: 0;
  width: 100%;
}
.subscribe_input:focus {
  color: #000;
}
.subscribe_button {
  background-color: #ff7b47;
  border: 1px solid #e6e6e6;
  border-radius: 0 5px 5px 0;
  display: flex;
  min-height: 58px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 22px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.subscribe_button:hover {
  background-color: #ca6137;
}

/*-----------------------------------------*/

.getintouch {
  padding: 80px 0 136px 0;
}
.getintouch_container {}
.getintouch_header {
  margin: 0 0 80px 0;
}
.getintouch_items {
  margin: 0 -15px;
}
.getintouch_item {
  flex: 0 1 33.333%;
}
.item-getintouch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 50px 15px;
}
.item-getintouch > *:not(:last-child) {
  margin: 0 0 15px 0;
}
.item-getintouch_active {
  background-color: #252B42;
  color: #fff;
  padding: 80px 15px;
}
.item-getintouch_active .item-getintouch_button {
  border: 1px solid #fff;
  color: #fff;
}
.item-getintouch_active .item-getintouch_button:hover{
  color: #ff7b47;
  background-color: #fff;
}
.item-getintouch_icon {}
.item-getintouch_emails {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.item-getintouch_email {
  color: inherit;
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
}
.item-getintouch_email:hover {
  text-decoration: underline;
}
.item-getintouch_label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.item-getintouch_button {
  border: 1px solid #FF7B47;
  border-radius: 5px;
  min-height: 44px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 142.5%;
  padding: 5px 20px;
  color: #FF7B47;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.item-getintouch_button:hover {
  background-color: #FF7B47;
  color: #fff;
}

/*-----------------------------------------*/

.contact {
  background-color: #fff;
  padding: 42px 0;
}
.contact_container {}
.contact_content {
  padding: 0 20px 20px 0;
}
.contact_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
}
.contact_title:not(:last-child) {
  margin: 0 0 10px 0;
}
.contact_text {
  color: #737373;
  line-height: 1.425;
}
.contact_button {
  display: flex;
  min-height: 58px;
  background: #FF7B47;
  border-radius: 5px;
  padding: 5px 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: background-color 0.3s ease 0s;
}
.contact_button:hover {
  background-color: #aa5330;
}

/*-----------------------------------------*/

.footer {}
.footer_top {
  background-color: #17213c;
  padding: 40px 0;
}
.footer_main {}
.footer_row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.footer_column {
  flex: 0 1 16.667%;
  padding: 10px 15px;
}
.footer_column:last-child {
  flex: 0 1 33.333%;
}
.footer_label {
  color: #fff;
  font-weight: 700; 
  font-size: 16px;  
  line-height: 1.5; 
  letter-spacing: 0.1px;
  margin: 0 0 20px 0;
}

.footer_menu {}
.menu-footer {}
.menu-footer_list {}
.menu-footer_item {}
.menu-footer_item:not(:last-child) {
  margin: 0 0 10px 0;
}
.menu-footer_link {
  color: #fff;
  letter-spacing: 0.2px;
  display: inline-block;
  line-height: 171%;
}
.menu-footer_link:hover {
  text-decoration: underline;
}

.footer_contacts {}
.contacts-footer {
  display: flex;
  flex-direction: column;

}
.contacts-footer_item {
  padding: 0 0 0 34px;
  display: flex;
  align-items: center;
  min-height: 30px;
  color: #fff;
  line-height: 1.425;
}
.contacts-footer_item:hover {
  text-decoration: underline;
}
.contacts-footer_item:not(:last-child) {
  margin: 0 0 12px 0;
}
.contacts-footer_item_phone {
  background: url('../img/footer01.svg') 0 0 no-repeat;
}
.contacts-footer_item_map {
  background: url('../img/footer02.svg') 0 0 no-repeat;
}
.contacts-footer_item_mail {
  background: url('../img/footer03.svg') 0 0 no-repeat;
}

.footer_bottom {
  padding: 25px 0;
}
.footer_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.footer_copy {
  color: #737373;
  line-height: 171%;
}
.footer_social {}

.social {
  display: flex;
  align-items: center;
}
.social_item {}
.social_item:not(:last-child) {
  margin: 0 20px 0 0;
}


/*-----------------------------------------*/

@media(max-width: 1300px) {
  .main-block_image img{
    object-position: right;
  }
}

@media(max-width: 1080px) {
  .whoweare_content {
    padding: 0px 0 0 50px;
  }
}

@media(min-width: 1070px) {
  .subscribe_body {
    margin: 0 30px;
  }
}

@media(max-width: 1040px) {
  .practice_column {
    flex: 0 1 50%;
  }
}

@media(max-width: 1000px) {
  .advantages_column {
    flex: 0 1 50%;
  }
}

/*Tablet*/
@media(max-width: 992px) {
  .header_menu {
    margin: 0 0 0 80px;
  }
  .main-block_image {
    opacity: 0.5;
  }
  .main-block_body {
    padding: 120px 0 191px 0;
  }
  .services_column {
    flex: 0 1 50%;
    margin: 0 0 30px;
  }
  .services_column:last-child {
    flex: 1 1 100%;
  }
  .services_column:not(:last-child) {
   margin: 0 0 30px 0;
  }
  .advantages {
   padding: 50px 0;
  }
  .header-block_title {
    font-size: 35px;
  }
  .practice {
    padding: 40px 0 80px 0
  }
  .getintouch_header {
    margin: 0 0 50px 0;
  }
  .getintouch {
    padding: 50px 0 50px 0;
  }
  .item-getintouch_active {
    padding: 50px 15px;
  }
  .footer_column {
    flex: 0 1 25%
  }
  .footer_column:last-child {
    flex: 0 1 100%
  }
}

@media(min-width: 992px) {
  .getintouch_items {
    display: flex;
    align-items: center;
    margin: 0;
  }
}

@media(max-width: 950px) {
  .whoweare_body {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .whoweare {
    padding: 50px 0 50px 0;
  }
  .whoweare_header {
    margin: 0 0 30px 0;
  }
  .whoweare_title {
    font-size: 24px;
  }
  .whoweare_content {
    padding: 0px 0 0 0px;
  }
  .whoweare_video {
    padding: 0 0 56.25% 0;
  }
  .whoweare_video:not(:last-child) {
    margin: 50px 0 0 0;
  }
}

@media(max-width: 810px) {
  .subscribe_title {
    margin: 0 0 20px 0;
  }
  .subscribe_body {
    padding: 20px 25px;
    margin: 0 -15px;
  }
  .subscribe_button {
    padding: 0 15px;
  }
  .subscribe_input {
    padding: 0 15px;
  }
}

@media(min-width: 810px) {
  .subscribe_body {
    display: flex;
    justify-content: space-between;
  }
  .subscribe_title {
    max-width: 266px;
  }
}

/*Phone*/
@media(max-width: 767px) {
  .header_menu {
    margin: 0 0 0 50px;
  }
  .advantages {
   padding: 30px 0;
  }
  .header-block_title {
    font-size: 30px;
  }
  .advantages_header {
    margin: 0 0 25px 0;
  }
  .practice {
    padding: 0px 0 40px 0
  }
  .practice_header {
    margin: 0 0 25px 0;
  }
  .whoweare {
    padding: 20px 0 50px 0;
  }
  .whoweare_video:not(:last-child) {
    margin: 30px 0 0 0;
  }
  .whoweare_top:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .clients {
    padding: 30px 0;
  }
  .getintouch_header {
    margin: 0 0 30px 0;
  }
  .footer_container {
    flex-direction: column;
  }
  .footer_copy {
    margin: 0 0 15px 0;;
    text-align: center;
  }
  .footer_column {
    flex: 0 1 50%
  }
}

@media(min-width: 767px) {
  .contact_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact_content {
    padding: 0 20px 20px 0;
  }
  .footer_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media(min-width: 670px) {
  .services_body {
    display: flex;
    margin: 0 -15px -30p;
    flex-wrap: wrap;
  }
  .services_column {
    padding: 0 15px;
  }
}

@media(max-width: 630px) {
  .practice_column {
    flex: 0 1 100%
  }
}

@media(max-width: 560px) {
  .advantages_column {
    flex: 0 1 100%;
  }
}

/*Small Phone*/
@media(max-width: 479px) {
  .header_menu {
    margin: 0 0 0 20px;
  }
  .menu_link {
    font-size: 18px;
  }
  .header_container {
    min-height: 70px;
  }
  .main-block_title {
    font-size: 42px;
  }
  .main-block_button {
    flex: 1 1 100%;
  }
  .main-block_text {
    color: #585757;
  }
  .services_item {
    padding: 25px;
  }
  .main-block_body {
    padding: 115px 0 16.services {}0px 0;
  }
}
@media(min-width: 479px) {
  .main-block_button:not(:last-child) {
    margin-right: 10px;
  }
}
