@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff");
  font-style: normal;
  font-weight: normal;
}
html, body {
  font-family: "Roboto-Regular";
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
  max-width: 100%;
  display: block;
}
header {
  padding: 16px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Roboto-Bold';
  color: #fff;
  box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.05);
  background-color: #295757;
  z-index: 10;
}
.container {
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.flex {
  display: flex;
  align-items: center;
}
.flex.sb {
  justify-content: space-between;
}
.flex.jc {
  justify-content: center;
}
.flex.at {
  align-items: flex-start;
}
.header-menu {
  list-style: none;
}
.logo-text {
  font-size: 16px;
  color: transparent;
}
.header-menu li a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.header-menu li.active a,
.header-menu li a:hover {
  color: #ffc973;
}
.header-menu li + li {
  margin-left: 24px;
}
.main-page {
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #345c5c;
}
.main-page .container {
  display: flex;
  align-items: center;
  height: 94vh;
  min-height: 800px;
  position: relative;
  z-index: 1;
}
.main-page h1 {
  font-size: 2.2em;
  font-family: 'Roboto-Bold';
}
.main-page h6 {
  font-size: 1.1em;
}
.first-page-left {
  text-align: left;
  position: relative;
  z-index: 1;
}
.first-page-title {
  display: inline-block;
}
.main-page-abbreviation {
  display: flex;
  justify-content: space-between;
}
.main-page-abbreviation > span > span {
  font-family: 'Roboto-Bold';
  color: #ffc973;
}
.first-page-desc {
  margin: 24px 0;
  font-size: 1.46em;
  font-style: italic;
}
.first-page-text {
  max-width: 400px;
}
.first-page-cities {
  position: absolute;
  right: 0;
  top: 57px;
  bottom: 0;
  max-height: calc(100% - 57px);
}
.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: arrow 2s infinite;
  box-sizing: border-box;
  cursor: pointer;
}
.scroll-down:hover {
  border-left-color: #ffc973;
  border-bottom-color: #ffc973;
}
.scroll-down.hide {
  display: none;
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
.lang-wrapper {
  margin-left: 32px;
}
.lang-item {
  font-size: 14px;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.lang-item + .lang-item {
  padding-right: 0;
}
.lang-item.active, .lang-item:hover {
  color: #7dbbb9;
}
.lang-item:first-child {
  border-right: 1px solid #7dbbb9;
}
.about-page {
  background-color: #295757;
}
.page {
  padding: 5.2em 0;
  position: relative;
}
.page:before, .page:after {
  content: '';
  width: 150px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  z-index: 1;
}
.page:before {
  top: 2.6em;
}
.page:after {
  bottom: 2.6em;
}
.page ul {
  list-style: none;
}
.page ul li {
  position: relative;
  padding-left: 24px;
}
.page ul.circle-before li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .25em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffc973;
}
.page ul.circle-before ul li {
  padding-left: 32px;
  margin-top: 1.1em;
}
.page ul.circle-before ul li:before {
  background-color: transparent;
  border: 1px solid #ffc973;
  left: 6px;
  width: 11px;
  height: 11px;
}
.page ul li + li {
  margin-top: 1.1em;
}
.page ul.check-before li:before {
  content: '✓';
  position: absolute;
  left: 0;
  top: .1em;
  font-size: 16px;
  font-family: 'Roboto-Bold';
  color: #ffc973;
}
.page p {
  margin-bottom: 1.1em;
}
.title {
  text-align: center;
  font-size: 2.3em;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
}
.title-small {
  margin: 32px 0;
  font-size: 1.7em;
  color: #ffc973;
}
.team-page {
  background-color: #345c5c;
}
.team-page .title {
  color: #ffc973;
}
.team-wrap {
  margin-top: 50px;
  align-items: inherit;
}
.team-block {
  width: 24%;
  box-shadow: 0 0 9px 0 rgba(125, 187, 185, .1);
  text-align: center;
}
.team-block .team-block-img {
  padding-bottom: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.team-block:first-child .team-block-img {
  background-image: url(../img/person1.jpg);
}
.team-block:nth-child(2) .team-block-img {
  background-image: url(../img/person2.jpg);
}
.team-block:nth-child(3) .team-block-img {
  background-image: url(../img/person3.jpg);
}
.team-block:last-child .team-block-img {
  background-image: url(../img/person4.jpg);
}
.team-member-name, .team-member-position {
  padding: 8px 16px;
}
.team-member-name {
  font-size: 1.3em;
  font-family: 'Roboto-Bold';
  padding-top: 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
a.team-member-name {
  transition: all .2s;
}
a.team-member-name:hover {
  color: #ffc973;
}
.team-member-position {
  padding-bottom: 20px;
  color: #7dbbb9;
}
.member-conatiner {
  text-align: center;
}
.member-conatiner p {
  text-align: left;
}
.member-conatiner img {
  margin: 0 auto;
}
.member-team-page {
  background-color: #295757;
}
.member-team-page .member-conatiner {
  max-width: 800px;
}
.services-page {
  background-color: #295757;
}
.services-page-info-text {
  width: 100%;
}
.services-page-info-count {
  font-size: 5em;
  color: #ffc973;
  padding: .19em .4em 0 0;
}
.services-page-info-attention {
  margin: 2.2em 0;
  color: #7dbbb9;
  font-size: 1.3em;
}
.services-page-info ul.circle-before li {
  padding-left: 32px;
  margin-top: 1.1em;
}
.services-page-info ul.circle-before li:before {
  content: '';
  background-color: transparent;
  border: 1px solid #ffc973;
  left: 6px;
  top: .25em;
  width: 11px;
  height: 11px;
}
.btn {
  background-color: #7dbbb9;
  border: 0;
  color: #fff;
  border-radius: 4px;
  font-family: 'Roboto-Bold';
  padding: 11px 24px;
  cursor: pointer;
  outline: none;
  margin-left: auto;
  display: block;
  margin-top: 1.1em;
  text-transform: uppercase;
  transition: all .3s;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #7dbbb9;
  background-color: #fff;
}
.acc__title {
  position: relative;
}
.acc__title br {
  display: none;
}
.acc__arrow {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  content: '';
  top: 17px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
  cursor: pointer
}
.acc__arrow.active {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.clients-page {
  background-color: #345c5c;
}
.clients-wrap {
  margin-top: 16px;
}
.client-name {
  font-family: 'Roboto-Bold';
  margin-bottom: 1.2em;
  font-size: 1.4em;
  text-align: center;
  color: #7dbbb9;
}
.client-desc {
  margin-bottom: 1.1em;
}
.client-work-volume-title {
  margin: 1.1em 0;
  font-family: 'Roboto-Bold';
  font-size: 1.2em;
  color: #7dbbb9;
  text-align: center;
}
.client-block .check-before + .client-desc {
  margin-top: 20px;
}
.client-block a {
  color: #fff;
}
.client-block {
  width: calc(100% - 100px);
  margin: 16px auto;
  padding: 32px 40px;
  height: calc(100% - 32px);
  border-radius: 16px;
  box-shadow: 0 0 9px 0 rgba(125, 187, 185, .25);
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-dots {
  text-align: center;
}
.owl-dot {
  border: 2px solid #ffc973;
  border-radius: 9px;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  display: inline-block;
}
.owl-dot.active {
  background-color: #ffc973;
}
.owl-custom-prev, .owl-custom-next {
  width: 15px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block !important;
  border: 0px solid black;
  background-size: 100% 100%;
}
.owl-custom-prev {
  left: 0;
  background-image: url(../img/left-icon.png);
}

.owl-custom-next {
  right: 0;
  background-image: url(../img/right-icon.png);
}
.contacts-page {
  position: relative;
  padding: 0;
  background-color: #295757;
}
.contacts-page .container {
  color: #fff;
  position: relative;
  align-items: center;
  height: 84vh;
  min-height: 600px;
}
.contacts-page .title-small {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto-Bold';
}
.contacts-page:before, .contacts-page:after {
  display: none;
}
.not-margin-bottom {
  margin-bottom: 0;
}
.contact-item {
  margin-top: .7em;
  align-items: flex-start;
}
.contact-item img {
  width: 24px;
}
.contact-item a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
  transition: all .3s;
}
.contact-item a:hover {
  color: #ffc973;
}
.contacts-page-cities {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
}
#form-send-result {
  margin-bottom: 1.1em;
  transition: all .3s;
}
.contacts-block {
  width: 36%;
  margin-left: auto;
}
.contacts-block:first-child {
  width: 60%;
}
.contacts-block .title-small {
  font-size: 1.3em;
}
.contacts-block:first-child .title-small {
  margin-right: 32px;
}
input, textarea {
  border-radius: 5px;
  background-color: rgb(244, 244, 244);
  width: 100%;
  height: 50px;
  border: 2px solid rgb(244, 244, 244);
  padding: 0 15px;
  outline: none;
  font-size: 17px;
  font-family: 'Roboto-Regular';
  transition: all .5s;
  display: block;
  margin-top: 1.1em;
}
textarea {
  padding: 15px;
  height: auto;
}
input:active, textarea:active, input:focus, textarea:focus {
  border-color: #ffc973;
}
footer {
  padding: 24px 0;
  text-align: center;
  font-size: 12px;
  background-color: #345c5c;
  box-shadow: 1px -3px 9px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}
@media screen and (min-width: 2000px) {
  .ceo-block + .ceo-block {
    background-size: contain;
    background-position: top center;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .ceo-block:first-child {
    padding: 2em 1em 2em calc(50vw - 500px);
  }
  .ceo-block + .ceo-block {
    min-height: auto;
    background-position: top center;
  }
}
@media screen and (max-width: 1070px) {
  .main-page .container {
    min-height: 700px;
  }
  .container {
    width: 950px;
  }
  .ceo-block:first-child {
    padding: 2em 1em 2em calc(50vw - 475px);
  }
  .team-wrap {
    flex-wrap: wrap;
  }
  .team-block {
    width: 48%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 980px) {
  .container {
    width: 800px;
  }
  .ceo-block:first-child {
    padding: 2em 1em 2em calc(50vw - 400px);
  }
  .main-page .container,
  .contacts-page .container {
    max-height: 560px;
    min-height: 560px;
  }
}
@media screen and (max-width: 880px) {
  .container {
    width: 780px;
  }
  .ceo {
    flex-direction: column;
    align-items: center;
  }
  .ceo-block {
    width: 780px;
  }
  .ceo-block:first-child {
    padding: 2em 0 2em;
  }
  .ceo-block:last-child {
    height: 30em;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 18px;
  }
  .container {
    width: calc(100% - 40px);
  }
  #hamburger {
    display: block !important;
    position: fixed;
    top: 16px;
    right: 20px;
    width: 30px;
    height: 20px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 102;
  }

  #hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }

  #hamburger span:nth-child(1) {
    top: 0px;
  }

  #hamburger span:nth-child(2) {
    top: 8px;
  }

  #hamburger span:nth-child(3) {
    top: 16px;
  }

  #hamburger.open span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
  }

  #hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #hamburger.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
  }
  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    background-color: #345c5c;
    z-index: 101;
    transition: all .5s;
    right: -90%;
    box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, .05);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
    padding-top: 70px;
  }
  .header-menu.active {
    right: 0;
  }
  .header-menu li + li {
    margin-top: .7em;
    margin-left: 0;
  }
  .ceo-block {
    width: 100%;
  }
  .ceo-block:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
  .scroll-down {
  	display: none !important;
  }
  .contacts-page .container {
    flex-direction: column;
  }
  .contacts-block:first-child .title-small {
    margin-right: 0;
  }
  .contacts-block {
    width: 100% !important;
  }
  .contacts-block + .contacts-block {
    margin-top: 2em;
  }
  .lang-wrapper {
    margin: 0 40px 0 0;
  }
  .main-page, .contacts-page {
    background-attachment: scroll;
  }
  .main-page {
    height: 90vh;
    background-position: bottom -30px center;
  }
  .acc__arrow {
    width: 16px;
    height: 16px;
    border-right: 2px solid #ffc973;
    border-bottom: 2px solid #ffc973;
  }
  .acc__title {
    padding-right: 20px;
  }
  .acc__panel {
    display: none;
  }
  .services-page-info-attention {
    margin: 1.1em 0;
  }
  .acc__title br {
    display: block;
  }
  .team-wrap {
    display: block;
  }
  .team-block {
    width: 100%
  }
  .team-block + .team-block {
    margin-top: 24px;
  }
  a.team-member-name {
    pointer-events: none;
  }
  .first-page-cities,
  .contacts-page-cities {
    display: none;
  }
  .main-page .container,
  .contacts-page .container {
    min-height: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .main-page h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 520px) {
  .main-page h1 {
    font-size: 1.7em;
  }
  .main-page h6 {
    font-size: .7em;
  }
  .main-page .container {
    margin-top: -1.5em;
  }
  .client-block {
    width: calc(100% - 14px);
    padding: 20px 10px;
    box-shadow: 0 0 4px 0 rgba(125, 187, 185, .25);
  }
  .client-block a {
    font-size: .8em;
  }
  .client-name {
    font-size: 1.2em;
  }
  .owl-custom-prev {
    left: -20px;
  }
  .owl-custom-next {
    right: -20px;
  }
  .main-page-abbreviation {
    font-size: 14px;
  }
}
@media screen and (max-width: 490px) {
  .services-page-info-count {
    font-size: 4em;
    padding: .23em .23em 0 0;
  }
  .title {
    font-size: 1.9em;
  }
  .title-small, 
  .services-page-info-attention {
    font-size: 1.2em;
  }
  .ceo-block:last-child {
    height: 25em;
  }
  .btn {
    width: 100%;
  }
  .acc__arrow {
    top: 11px;
  }
}
@media screen and (max-width: 420px) {
  .container {
    width: calc(100% - 30px);
  }
  .ceo-block:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title {
    font-size: 1.7em;
  }
  .services-page ul {
    margin-left: -3em;
  }
  .services-page-info-count {
    font-size: 3em;
    padding: .45em .23em 0 0;
  }
  .services-page ul li ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 370px) {
  .main-page h1 {
    font-size: 1.7em;
  }
  .main-page .container {
    margin-top: 0;
  }
}