@charset "UTF-8";
@font-face {
  font-family: 'BlissPro';
  font-display: swap;
  src: url("../fonts/BlissPro_0.eot");
  src: local("☺"), url("../fonts/BlissPro_0.woff") format("woff"), url("../fonts/BlissPro_0.ttf") format("truetype"), url("../fonts/BlissPro_0.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BlissPro';
  font-display: swap;
  src: url("../fonts/BlissPro-ExtraBold_0.eot");
  src: local("☺"), url("../fonts/BlissPro-ExtraBold_0.woff") format("woff"), url("../fonts/BlissPro-ExtraBold_0.ttf") format("truetype"), url("../fonts/BlissPro-ExtraBold_0.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'BlissPro';
  font-display: swap;
  src: url("../fonts/BlissPro-ExtraLight_0.eot");
  src: local("☺"), url("../fonts/BlissPro-ExtraLight_0.woff") format("woff"), url("../fonts/BlissPro-ExtraLight_0.ttf") format("truetype"), url("../fonts/BlissPro-ExtraLight_0.svg") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'BlissPro';
  font-display: swap;
  src: url("../fonts/BlissPro-Heavy_0.eot");
  src: local("☺"), url("../fonts/BlissPro-Heavy_0.woff") format("woff"), url("../fonts/BlissPro-Heavy_0.ttf") format("truetype"), url("../fonts/BlissPro-Heavy_0.svg") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'BlissPro';
  font-display: swap;
  src: url("../fonts/BlissPro-Light_0.eot");
  src: local("☺"), url("../fonts/BlissPro-Light_0.woff") format("woff"), url("../fonts/BlissPro-Light_0.ttf") format("truetype"), url("../fonts/BlissPro-Light_0.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BlissPro';
  font-display: swap;
  src: url("../fonts/BlissPro-Medium_0.eot");
  src: local("☺"), url("../fonts/BlissPro-Medium_0.woff") format("woff"), url("../fonts/BlissPro-Medium_0.ttf") format("truetype"), url("../fonts/BlissPro-Medium_0.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *: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; }

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

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "BlissPro";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }

input, button, textarea {
  font-family: "BlissPro"; }

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; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.container {
  max-width: 1090px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1102px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767px) {
    .container {
      max-width: none;
      padding: 0 30px; } }

.popup {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100; }
  .popup.active .popup-content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .popup.show {
    display: block; }
    .popup.show .popup-content {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.popup-table {
  height: 100%;
  table-layout: fixed; }
  .popup-table > .cell {
    height: 100%;
    vertical-align: middle;
    padding: 30px 10px 60px 10px; }

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 345px;
  margin: 0px auto;
  border: 1px solid #20409a;
  border-bottom: none;
  background-color: #fff;
  padding: 50px 40px 5px 40px; }
  @media (max-width: 370px) {
    .popup-content {
      max-width: 300px;
      padding: 50px 20px 5px 20px; } }

.popup-content__decor {
  position: absolute;
  bottom: -44px;
  height: 45px;
  width: 100%;
  left: 0;
  overflow: hidden; }
  .popup-content__decor:before {
    content: '';
    border: 1px solid #20409a;
    height: 781px;
    width: 781px;
    position: absolute;
    bottom: 4px;
    left: -220px;
    border-radius: 50%;
    background-color: #fff; }
  .popup-content__decor:after {
    content: '';
    background: url("../img/popup-decor.svg") 0 0 no-repeat;
    width: 220px;
    height: 26px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px); }
  @media (max-width: 370px) {
    .popup-content__decor {
      bottom: -38px; }
      .popup-content__decor:before {
        height: 701px;
        width: 701px;
        left: -201px; }
      .popup-content__decor:after {
        bottom: -1px; } }

.popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: url("../img/icons/close.svg") center no-repeat; }

.popup__title {
  color: #20409a;
  font-size: 18px;
  font-weight: 500;
  text-align: center; }

.popup-form {
  text-align: center;
  padding: 35px 0px 0px 0px; }

.popup-video .popup-close {
  width: 40px;
  height: 40px;
  background-color: #000;
  top: 0;
  right: 0; }

.popup-video__value {
  max-width: 99%;
  height: 99%;
  border: none; }
  .popup-video__value iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }

header {
  padding: 95px 0px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px; }
  header .container {
    position: relative;
    z-index: 5; }
  @media (max-width: 992px) {
    header {
      padding: 20px 0px 0px 0px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
      flex: 0 0 120px; } }
  @media (max-width: 767px) {
    header {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 50;
      padding: 13px 0px 22px 0px; }
      header:after {
        background-color: #fff;
        content: '';
        width: 2000px;
        height: 2000px;
        bottom: 0;
        left: 50%;
        margin: 0px 0px 0px -1000px;
        border-radius: 50%;
        position: absolute;
        -webkit-box-shadow: 0 0 8px rgba(4, 53, 133, 0.2);
        box-shadow: 0 0 8px rgba(4, 53, 133, 0.2); } }
  @media (max-width: 640px) {
    header:after {
      width: 1800px;
      height: 1800px;
      margin: 0px 0px 0px -900px; } }

.header-menu__icon {
  display: none; }
  @media (max-width: 767px) {
    .header-menu__icon {
      display: block;
      position: absolute;
      top: 4px;
      right: 30px;
      width: 30px;
      height: 20px;
      cursor: pointer;
      z-index: 5; }
      .header-menu__icon span {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 9px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #20409a; }
        .header-menu__icon span:first-child {
          top: 0px; }
        .header-menu__icon span:last-child {
          top: auto;
          bottom: 0px; }
      .header-menu__icon.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
        .header-menu__icon.active span:first-child {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 9px; }
        .header-menu__icon.active span:last-child {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 9px; } }

.header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .header-menu {
      height: 82px; } }
  @media (max-width: 767px) {
    .header-menu {
      display: none;
      padding: 20px 0px 0px 0px;
      height: auto;
      text-align: center; } }

.header-menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 110px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }
  .header-menu-list:first-child {
    padding: 0px 110px 0px 0px; }
  .header-menu-list:last-child {
    padding: 0px 0px 0px 110px; }
  @media (max-width: 1102px) {
    .header-menu-list:first-child {
      padding: 0px 95px 0px 0px; }
    .header-menu-list:last-child {
      padding: 0px 0px 0px 95px; } }
  @media (max-width: 992px) {
    .header-menu-list:first-child {
      padding: 0px 70px 0px 0px; }
    .header-menu-list:last-child {
      padding: 0px 0px 0px 70px; } }
  @media (max-width: 767px) {
    .header-menu-list {
      display: block;
      max-width: none; }
      .header-menu-list li {
        margin: 0px 0px 15px 0px; }
      .header-menu-list:first-child {
        padding: 0px 0px 0px 0px; }
      .header-menu-list:last-child {
        padding: 0px 0px 0px 0px; } }

.header-menu__link {
  display: inline-block;
  line-height: 31px;
  padding: 0px 25px;
  color: #20409a;
  font-size: 20px;
  font-weight: 100;
  position: relative; }
  .header-menu__link span {
    position: relative;
    z-index: 3; }
  .header-menu__link:hover:after {
    content: '';
    border: 1px solid #99ddf9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 25px; }
  .header-menu__link:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 2; }
  .header-menu__link.active:after {
    content: '';
    border: 1px solid #20409a;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 25px; }
  .header-menu__link.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 2; }
  .header-menu__link.pl {
    font-weight: 500;
    color: #f00;
    border: 1px solid #ff0000;
    border-radius: 25px;
    line-height: 29px;
    padding: 0px 17px; }
    .header-menu__link.pl:hover {
      background-color: #f00;
      color: #fff; }
      .header-menu__link.pl:hover:after, .header-menu__link.pl:hover:before {
        display: none; }
    .header-menu__link.pl:before {
      content: '';
      width: 3px;
      height: 14px;
      background-color: #fff;
      position: absolute;
      left: -1px;
      top: 50%;
      margin: -7px 0px 0px 0px; }
    .header-menu__link.pl:after {
      content: '';
      width: 3px;
      height: 14px;
      background-color: #fff;
      position: absolute;
      right: -1px;
      top: 50%;
      margin: -7px 0px 0px 0px; }
    @media (max-width: 1102px) {
      .header-menu__link.pl {
        padding: 0px 15px; } }
    @media (max-width: 992px) {
      .header-menu__link.pl {
        padding: 0px 10px; } }
  @media (max-width: 1102px) {
    .header-menu__link {
      padding: 0px 15px; } }
  @media (max-width: 992px) {
    .header-menu__link {
      padding: 0px 10px;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .header-menu__link {
      padding: 0;
      font-size: 18px;
      line-height: 1;
      text-decoration: underline;
      font-weight: 400; }
      .header-menu__link:after, .header-menu__link:before {
        display: none; }
      .header-menu__link.pl {
        text-decoration: none;
        font-weight: 500;
        margin: 10px 0px 0px 0px; }
        .header-menu__link.pl:after, .header-menu__link.pl:before {
          display: block; } }

.header-menu__phone {
  display: none;
  background: url("../img/icons/phone.svg") 0 0 no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 1px; }
  @media (max-width: 767px) {
    .header-menu__phone {
      display: block; } }

.header__logo {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translate3d(-50%, 0px, 0px);
  transform: translate3d(-50%, 0px, 0px); }
  .header__logo img {
    width: 146px; }
  @media (max-width: 992px) {
    .header__logo {
      top: 0px; }
      .header__logo img {
        width: 100px; } }
  @media (max-width: 767px) {
    .header__logo {
      width: 100px;
      height: 83px;
      margin: 0px auto;
      display: block;
      top: 0;
      position: relative;
      left: 0;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); } }

.header__text {
  display: none; }
  @media (max-width: 767px) {
    .header__text {
      color: #20409a;
      font-size: 18px;
      font-weight: 500;
      line-height: 16px;
      text-align: center; } }

/*
	.header-menu__icon{
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width:30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span{@include anim(0.3s,0s);top: 8px;left: 0px;position: absolute;width: 100%;height: 2px;background-color: #000;
			&:first-child{top: 0px;}
			&:last-child{top: auto;bottom: 0px;}
		}
		&.active{
			span{@include scale(0);
				&:first-child{@include rotate(-45deg);top: 8px;}
				&:last-child{@include rotate(45deg);bottom: 8px;}
			}
		}
	}
*/
footer {
  background: url("../img/bg_footer.png") top no-repeat;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 183px;
  flex: 0 0 183px;
  max-width: px;
  padding: 100px 0px 0px 0px; }
  @media (max-width: 992px) {
    footer {
      padding: 100px 0px 30px 0px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  @media (max-width: 640px) {
    footer {
      padding: 30px 0px 0px 0px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px;
      background: url("../img/bg_footer_m.png") top no-repeat; } }

.footer-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .footer-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.footer__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  text-align: center; }
  .footer__column:first-child {
    text-align: left; }
  .footer__column:last-child {
    text-align: right; }
  @media (max-width: 992px) {
    .footer__column {
      max-width: none; }
      .footer__column:first-child {
        text-align: center;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin: 0px 0px 15px 0px; }
      .footer__column:nth-child(2) {
        margin: 0px 0px 17px 0px; }
      .footer__column:last-child {
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }
  @media (max-width: 640px) {
    .footer__column:first-child {
      margin: 0px 0px 10px 0px; } }

.mainpage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .mainpage.active .mainpage-header-circle {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .mainpage.active .mainpage-header-lines {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
    opacity: 1; }
  .mainpage.active .mainpage-header-menu__item:nth-child(1) {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0.8s;
    -moz-transition: all 0.8s ease 0.8s;
    -ms-transition: all 0.8s ease 0.8s;
    -o-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s; }
  .mainpage.active .mainpage-header-menu__item:nth-child(2) {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 1.1s;
    -moz-transition: all 0.8s ease 1.1s;
    -ms-transition: all 0.8s ease 1.1s;
    -o-transition: all 0.8s ease 1.1s;
    transition: all 0.8s ease 1.1s; }
  .mainpage.active .mainpage-header-menu__item:nth-child(3) {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 1.4s;
    -moz-transition: all 0.8s ease 1.4s;
    -ms-transition: all 0.8s ease 1.4s;
    -o-transition: all 0.8s ease 1.4s;
    transition: all 0.8s ease 1.4s; }
  .mainpage.active .mainpage-header-menu__item:nth-child(4) {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 1.7s;
    -moz-transition: all 0.8s ease 1.7s;
    -ms-transition: all 0.8s ease 1.7s;
    -o-transition: all 0.8s ease 1.7s;
    transition: all 0.8s ease 1.7s; }
  .mainpage.active .mainpage-header-menu__item:nth-child(5) {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 2s;
    -moz-transition: all 0.8s ease 2s;
    -ms-transition: all 0.8s ease 2s;
    -o-transition: all 0.8s ease 2s;
    transition: all 0.8s ease 2s; }
  .mainpage.active .mainpage-header-menu__item:nth-child(6) {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 2.3s;
    -moz-transition: all 0.8s ease 2.3s;
    -ms-transition: all 0.8s ease 2.3s;
    -o-transition: all 0.8s ease 2.3s;
    transition: all 0.8s ease 2.3s; }

.mainpage-header {
  background: url("../img/bg_main.jpg") top no-repeat;
  padding: 60px 0px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 813px;
  flex: 0 0 813px; }
  @media (max-width: 640px) {
    .mainpage-header {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
      flex: 0 0 350px;
      background-size: cover;
      padding: 25px 0px 0px 0px; } }

.mainpage-header-block {
  max-width: 526px;
  height: 526px;
  margin: 0px auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 640px) {
    .mainpage-header-block {
      width: 227px;
      height: 227px; } }

.mainpage-header-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 5; }

.mainpage-header-menu__item {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mainpage-header-menu__item img {
    position: relative;
    z-index: 2;
    min-width: 27px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .mainpage-header-menu__item span {
    display: none;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    position: relative;
    z-index: 2; }
  .mainpage-header-menu__item:before {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #20409a; }
  .mainpage-header-menu__item:hover img {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  .mainpage-header-menu__item:hover:before {
    width: 85px;
    height: 85px;
    -webkit-box-shadow: 0 0 27px rgba(4, 53, 133, 0.23);
    box-shadow: 0 0 27px rgba(4, 53, 133, 0.23);
    background-color: #ff5a00; }
  .mainpage-header-menu__item:nth-child(1) {
    top: 40px;
    left: 50%;
    margin: 0px 0px 0px -27.5px; }
  .mainpage-header-menu__item:nth-child(2) {
    top: 175px;
    right: 50px; }
  .mainpage-header-menu__item:nth-child(3) {
    bottom: 78px;
    right: 121px; }
  .mainpage-header-menu__item:nth-child(4) {
    bottom: 78px;
    left: 121px; }
  .mainpage-header-menu__item:nth-child(5) {
    top: 175px;
    left: 50px; }
  @media (max-width: 640px) {
    .mainpage-header-menu__item img {
      display: none; }
    .mainpage-header-menu__item span {
      display: block; }
    .mainpage-header-menu__item:nth-child(1) {
      top: 5px;
      left: 50%;
      margin: 0px 0px 0px -27.5px; }
    .mainpage-header-menu__item:nth-child(2) {
      top: 65px;
      right: 10px; }
    .mainpage-header-menu__item:nth-child(3) {
      bottom: 20px;
      right: 41px; }
    .mainpage-header-menu__item:nth-child(4) {
      bottom: 20px;
      left: 41px; }
    .mainpage-header-menu__item:nth-child(5) {
      top: 65px;
      left: 10px; } }

.mainpage-header-circle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 70px;
  margin: 0px 0px 0px -196px;
  width: 392px;
  height: 392px;
  border: 1px solid #20409a; }
  @media (max-width: 640px) {
    .mainpage-header-circle {
      width: 170px;
      height: 170px;
      margin: 0px 0px 0px -85px;
      top: 30px; } }

.mainpage-header-lines {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  position: absolute;
  top: 105px;
  left: 50%;
  width: 312px;
  height: 312px;
  margin: 0px 0px 0px -157px;
  border-radius: 50%; }
  @media (max-width: 640px) {
    .mainpage-header-lines {
      top: 45px;
      left: 50%;
      width: 140px;
      height: 140px;
      margin: 0px 0px 0px -70px; } }

.mainpage-header-lines__item {
  position: absolute;
  width: 120px;
  height: 80px;
  overflow: hidden; }
  .mainpage-header-lines__item:before {
    content: '';
    position: absolute;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    border: 1px solid #99ddf9;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  .mainpage-header-lines__item:nth-child(1) {
    right: 0;
    top: 0; }
    .mainpage-header-lines__item:nth-child(1):before {
      right: 0;
      top: 0; }
  .mainpage-header-lines__item:nth-child(2) {
    right: -48px;
    top: 160px;
    -moz-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg);
    -o-transform: rotate(-33deg);
    transform: rotate(-33deg); }
    .mainpage-header-lines__item:nth-child(2):before {
      right: 0;
      bottom: 0; }
  .mainpage-header-lines__item:nth-child(3) {
    left: 50%;
    bottom: 0px;
    margin: 0px 0px 0px -60px; }
    .mainpage-header-lines__item:nth-child(3):before {
      left: 50%;
      bottom: 0;
      margin: 0px 0px 0px -157px; }
  .mainpage-header-lines__item:nth-child(4) {
    left: -48px;
    top: 160px;
    -moz-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    -webkit-transform: rotate(33deg);
    -o-transform: rotate(33deg);
    transform: rotate(33deg); }
    .mainpage-header-lines__item:nth-child(4):before {
      left: 0;
      bottom: 0; }
  .mainpage-header-lines__item:nth-child(5) {
    left: 0;
    top: 0; }
    .mainpage-header-lines__item:nth-child(5):before {
      left: 0;
      top: 0; }
  .mainpage-header-lines__item.active:before {
    border: 1px solid #ff5a00; }
  @media (max-width: 640px) {
    .mainpage-header-lines__item {
      width: 40px;
      height: 25px; }
      .mainpage-header-lines__item:before {
        width: 140px;
        height: 140px; }
      .mainpage-header-lines__item:nth-child(2) {
        right: -25px;
        top: 78px;
        -moz-transform: rotate(-33deg);
        -ms-transform: rotate(-33deg);
        -webkit-transform: rotate(-33deg);
        -o-transform: rotate(-33deg);
        transform: rotate(-33deg); }
        .mainpage-header-lines__item:nth-child(2):before {
          right: 0;
          bottom: 0; }
      .mainpage-header-lines__item:nth-child(3) {
        left: 50%;
        bottom: 0px;
        margin: 0px 0px 0px -12.5px;
        width: 25px; }
        .mainpage-header-lines__item:nth-child(3):before {
          left: 50%;
          bottom: 0;
          margin: 0px 0px 0px -70px; }
      .mainpage-header-lines__item:nth-child(4) {
        left: -25px;
        top: 78px; } }

.mainpage-header-content {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mainpage-header-content.active {
    top: 0;
    opacity: 1; }

.mainpage-header-content__item {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #20409a;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  display: none; }
  .mainpage-header-content__item.active {
    display: block; }

.mainpage-header__logo {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 0; }
  .mainpage-header__logo.hide {
    top: 0px;
    opacity: 0; }
  .mainpage-header__logo img {
    width: 201px; }
  @media (max-width: 640px) {
    .mainpage-header__logo img {
      width: 86px; } }

.mainpage-body {
  padding: 70px 20px 70px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media (max-width: 640px) {
    .mainpage-body {
      padding: 30px 20px 30px 20px; } }

.mainpage-button {
  text-align: center;
  margin: 0px 0px 60px 0px; }
  @media (max-width: 640px) {
    .mainpage-button {
      margin: 0px 0px 20px 0px; } }

.mainpage-contacts {
  max-width: 700px;
  margin: 0px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mainpage-contacts__item {
  color: #00192a;
  font-size: 24px;
  font-weight: 300;
  line-height: 27px;
  padding: 0px 0px 0px 45px;
  display: inline-block; }
  .mainpage-contacts__item--phone {
    background: url("../img/icons/phone.svg") left no-repeat; }
  .mainpage-contacts__item--email {
    background: url("../img/icons/mail.svg") left no-repeat; }
  @media (max-width: 640px) {
    .mainpage-contacts__item {
      font-size: 11px;
      line-height: 17px;
      padding: 0px 0px 0px 25px;
      background-size: 17px; } }

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 0px 55px 0px; }
  @media (max-width: 767px) {
    .body {
      padding: 155px 0px 30px 0px; } }

.company.active .company__title {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s; }

.company.active .company-image {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s; }

.company.active .company__text {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s; }

.company-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  padding: 100px 0px 0px 0px; }
  @media (max-width: 992px) {
    .company-body {
      padding: 40px 0px 0px 0px;
      display: block; } }
  @media (max-width: 767px) {
    .company-body {
      padding: 0; } }

.company__column {
  padding: 0px 95px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }
  .company__column:first-child {
    padding: 0px 95px 0px 0px; }
  .company__column:last-child {
    padding: 0px 0px 0px 95px; }
  @media (max-width: 1102px) {
    .company__column:first-child {
      padding: 0px 50px 0px 0px; }
    .company__column:last-child {
      padding: 0px 0px 0px 50px; } }
  @media (max-width: 992px) {
    .company__column {
      max-width: none; }
      .company__column:first-child {
        padding: 0px 0px 50px 0px; }
      .company__column:last-child {
        padding: 0px 0px 0px 0px; } }
  @media (max-width: 640px) {
    .company__column:first-child {
      padding: 0px 0px 30px 0px; } }

.company__title {
  margin: 0px 0px 110px 0px;
  opacity: 0;
  top: 20px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
  color: #20409a;
  text-transform: uppercase;
  text-align: right;
  font-weight: 500; }
  .company__title p {
    margin: 0px 0px 5px 0px; }
    .company__title p:last-child {
      margin: 0px 0px 0px 0px; }
  @media (max-width: 992px) {
    .company__title {
      text-align: left; } }
  @media (max-width: 640px) {
    .company__title {
      margin: 0px 0px 30px 0px;
      font-size: 12px;
      line-height: 24px; } }

.company-image {
  top: 20px;
  opacity: 0;
  height: 519px;
  width: 450px;
  position: relative; }
  @media (max-width: 992px) {
    .company-image {
      margin: 0px auto; } }
  @media (max-width: 640px) {
    .company-image {
      width: 265px;
      height: 265px; } }

.company-image__value {
  position: absolute;
  right: -40px;
  bottom: 0; }
  @media (max-width: 640px) {
    .company-image__value {
      right: 0; }
      .company-image__value img {
        width: 400px; } }

.company__text {
  position: relative;
  top: 20px;
  opacity: 0;
  font-size: 18px;
  line-height: 36px;
  font-weight: 100;
  margin: 0px 0px 15px 0px; }
  .company__text:last-child {
    margin: 0px 0px 0px 0px; }
  .company__text strong {
    font-weight: 400; }
  @media (max-width: 640px) {
    .company__text {
      font-size: 11px;
      line-height: 21px; } }

.principles-body {
  padding: 40px 0px 0px 0px; }
  @media (max-width: 767px) {
    .principles-body {
      padding: 0; } }

.principles__title {
  margin: 0px 0px 55px 0px; }
  @media (max-width: 767px) {
    .principles__title {
      margin: 0px 0px 30px 0px; } }

.principles-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 30px 0px; }
  .principles-list.active .principles-list__column:nth-child(1) .principles-list-item__number {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0.3s;
    -moz-transition: all 0.8s ease 0.3s;
    -ms-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s; }
  .principles-list.active .principles-list__column:nth-child(1) .principles-list-item__text {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.6s;
    -moz-transition: all 0.8s ease 0.6s;
    -ms-transition: all 0.8s ease 0.6s;
    -o-transition: all 0.8s ease 0.6s;
    transition: all 0.8s ease 0.6s; }
  .principles-list.active .principles-list__column:nth-child(2) .principles-list-item__number {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0.6s;
    -moz-transition: all 0.8s ease 0.6s;
    -ms-transition: all 0.8s ease 0.6s;
    -o-transition: all 0.8s ease 0.6s;
    transition: all 0.8s ease 0.6s; }
  .principles-list.active .principles-list__column:nth-child(2) .principles-list-item__text {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.9s;
    -moz-transition: all 0.8s ease 0.9s;
    -ms-transition: all 0.8s ease 0.9s;
    -o-transition: all 0.8s ease 0.9s;
    transition: all 0.8s ease 0.9s; }
  .principles-list.active .principles-list__column:nth-child(3) .principles-list-item__number {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0.9s;
    -moz-transition: all 0.8s ease 0.9s;
    -ms-transition: all 0.8s ease 0.9s;
    -o-transition: all 0.8s ease 0.9s;
    transition: all 0.8s ease 0.9s; }
  .principles-list.active .principles-list__column:nth-child(3) .principles-list-item__text {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 1.2s;
    -moz-transition: all 0.8s ease 1.2s;
    -ms-transition: all 0.8s ease 1.2s;
    -o-transition: all 0.8s ease 1.2s;
    transition: all 0.8s ease 1.2s; }
  .principles-list.active .principles-list__column:nth-child(4) .principles-list-item__number {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 1.2s;
    -moz-transition: all 0.8s ease 1.2s;
    -ms-transition: all 0.8s ease 1.2s;
    -o-transition: all 0.8s ease 1.2s;
    transition: all 0.8s ease 1.2s; }
  .principles-list.active .principles-list__column:nth-child(4) .principles-list-item__text {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 1.5s;
    -moz-transition: all 0.8s ease 1.5s;
    -ms-transition: all 0.8s ease 1.5s;
    -o-transition: all 0.8s ease 1.5s;
    transition: all 0.8s ease 1.5s; }
  @media (max-width: 767px) {
    .principles-list {
      display: block; } }

.principles-list__column {
  margin: 0px 0px 30px 0px; }

.principles-list-item {
  max-width: 150px; }
  @media (max-width: 767px) {
    .principles-list-item {
      max-width: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.principles-list-item__number {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../img/principles/circles.svg") 0 0 no-repeat;
  background-size: 135px;
  margin: 0px 0px 40px 0px; }
  .principles-list-item__number span {
    position: relative;
    top: -4px;
    font-size: 65px;
    line-height: 1;
    color: #ff5a00;
    font-weight: 900; }
  @media (max-width: 767px) {
    .principles-list-item__number {
      margin: 0 20px 0 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px;
      max-width: 130px; } }
  @media (max-width: 490px) {
    .principles-list-item__number {
      width: 80px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
      flex: 0 0 75px;
      width: 75px;
      background-size: 75px;
      height: 75px;
      margin: 0px 15px 0px 0px; }
      .principles-list-item__number span {
        font-size: 35px; } }

.principles-list-item__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  top: 20px;
  opacity: 0; }
  @media (max-width: 490px) {
    .principles-list-item__text {
      font-size: 16px;
      line-height: 20px; } }

.principles-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 0px 0px;
  height: 392px;
  background: url("../img/principles/bg.png") top no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px 0px 80px 0px; }
  .principles-block.active .principles-block-text {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
  @media (max-width: 600px) {
    .principles-block {
      background: #20409a;
      display: block;
      height: auto;
      padding: 30px 0;
      margin: 0px 0px 30px 0px; } }

.principles-block__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }
  @media (max-width: 600px) {
    .principles-block__column {
      max-width: none; } }

.principles-block-text {
  max-width: 360px;
  position: relative;
  top: 40px;
  opacity: 0;
  position: relative; }

.principles-block__title {
  color: #ff5a00;
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px; }
  @media (max-width: 600px) {
    .principles-block__title {
      font-size: 20px;
      line-height: 30px; } }

.principles-block__text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px; }
  @media (max-width: 600px) {
    .principles-block__text {
      font-size: 16px;
      line-height: 28px; } }

.principles-goals.view .principles-goals-list > li:nth-child(1) > span {
  background-color: #ff5a00;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s; }
  .principles-goals.view .principles-goals-list > li:nth-child(1) > span:before {
    width: 15px;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s; }

.principles-goals.view .principles-goals-list > li:nth-child(1) > i:before {
  width: 30px;
  -webkit-transition: all 0.3s ease 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  -ms-transition: all 0.3s ease 0.5s;
  -o-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s; }

.principles-goals.view .principles-goals-list > li:nth-child(1) > p {
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
  top: 0;
  opacity: 1; }

.principles-goals.view .principles-goals-list > li:nth-child(2) > span {
  background-color: #ff5a00;
  -webkit-transition: all 0.3s ease 0.8s;
  -moz-transition: all 0.3s ease 0.8s;
  -ms-transition: all 0.3s ease 0.8s;
  -o-transition: all 0.3s ease 0.8s;
  transition: all 0.3s ease 0.8s; }
  .principles-goals.view .principles-goals-list > li:nth-child(2) > span:before {
    width: 15px;
    -webkit-transition: all 0.3s ease 0.6s;
    -moz-transition: all 0.3s ease 0.6s;
    -ms-transition: all 0.3s ease 0.6s;
    -o-transition: all 0.3s ease 0.6s;
    transition: all 0.3s ease 0.6s; }

.principles-goals.view .principles-goals-list > li:nth-child(2) > i:before {
  width: 30px;
  -webkit-transition: all 0.3s ease 0.8s;
  -moz-transition: all 0.3s ease 0.8s;
  -ms-transition: all 0.3s ease 0.8s;
  -o-transition: all 0.3s ease 0.8s;
  transition: all 0.3s ease 0.8s; }

.principles-goals.view .principles-goals-list > li:nth-child(2) > p {
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
  top: 0;
  opacity: 1; }

.principles-goals.view .principles-goals-list > li:nth-child(3) > span {
  background-color: #ff5a00;
  -webkit-transition: all 0.3s ease 1.2s;
  -moz-transition: all 0.3s ease 1.2s;
  -ms-transition: all 0.3s ease 1.2s;
  -o-transition: all 0.3s ease 1.2s;
  transition: all 0.3s ease 1.2s; }
  .principles-goals.view .principles-goals-list > li:nth-child(3) > span:before {
    width: 15px;
    -webkit-transition: all 0.3s ease 0.9s;
    -moz-transition: all 0.3s ease 0.9s;
    -ms-transition: all 0.3s ease 0.9s;
    -o-transition: all 0.3s ease 0.9s;
    transition: all 0.3s ease 0.9s; }

.principles-goals.view .principles-goals-list > li:nth-child(3) > i:before {
  width: 30px;
  -webkit-transition: all 0.3s ease 1.1s;
  -moz-transition: all 0.3s ease 1.1s;
  -ms-transition: all 0.3s ease 1.1s;
  -o-transition: all 0.3s ease 1.1s;
  transition: all 0.3s ease 1.1s; }

.principles-goals.view .principles-goals-list > li:nth-child(3) > p {
  -webkit-transition: all 0.8s ease 0.9s;
  -moz-transition: all 0.8s ease 0.9s;
  -ms-transition: all 0.8s ease 0.9s;
  -o-transition: all 0.8s ease 0.9s;
  transition: all 0.8s ease 0.9s;
  top: 0;
  opacity: 1; }

.principles-goals.view .principles-goals-list > li:nth-child(4) > span {
  background-color: #ff5a00;
  -webkit-transition: all 0.3s ease 1.6s;
  -moz-transition: all 0.3s ease 1.6s;
  -ms-transition: all 0.3s ease 1.6s;
  -o-transition: all 0.3s ease 1.6s;
  transition: all 0.3s ease 1.6s; }
  .principles-goals.view .principles-goals-list > li:nth-child(4) > span:before {
    width: 15px;
    -webkit-transition: all 0.3s ease 1.2s;
    -moz-transition: all 0.3s ease 1.2s;
    -ms-transition: all 0.3s ease 1.2s;
    -o-transition: all 0.3s ease 1.2s;
    transition: all 0.3s ease 1.2s; }

.principles-goals.view .principles-goals-list > li:nth-child(4) > i:before {
  width: 30px;
  -webkit-transition: all 0.3s ease 1.4s;
  -moz-transition: all 0.3s ease 1.4s;
  -ms-transition: all 0.3s ease 1.4s;
  -o-transition: all 0.3s ease 1.4s;
  transition: all 0.3s ease 1.4s; }

.principles-goals.view .principles-goals-list > li:nth-child(4) > p {
  -webkit-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -ms-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
  top: 0;
  opacity: 1; }

.principles-goals.view .principles-goals-list > li:nth-child(5) > span {
  background-color: #ff5a00;
  -webkit-transition: all 0.3s ease 2s;
  -moz-transition: all 0.3s ease 2s;
  -ms-transition: all 0.3s ease 2s;
  -o-transition: all 0.3s ease 2s;
  transition: all 0.3s ease 2s; }
  .principles-goals.view .principles-goals-list > li:nth-child(5) > span:before {
    width: 15px;
    -webkit-transition: all 0.3s ease 1.5s;
    -moz-transition: all 0.3s ease 1.5s;
    -ms-transition: all 0.3s ease 1.5s;
    -o-transition: all 0.3s ease 1.5s;
    transition: all 0.3s ease 1.5s; }

.principles-goals.view .principles-goals-list > li:nth-child(5) > i:before {
  width: 30px;
  -webkit-transition: all 0.3s ease 1.7s;
  -moz-transition: all 0.3s ease 1.7s;
  -ms-transition: all 0.3s ease 1.7s;
  -o-transition: all 0.3s ease 1.7s;
  transition: all 0.3s ease 1.7s; }

.principles-goals.view .principles-goals-list > li:nth-child(5) > p {
  -webkit-transition: all 0.8s ease 1.5s;
  -moz-transition: all 0.8s ease 1.5s;
  -ms-transition: all 0.8s ease 1.5s;
  -o-transition: all 0.8s ease 1.5s;
  transition: all 0.8s ease 1.5s;
  top: 0;
  opacity: 1; }

.principles-goals__title {
  margin: 0px 0px 60px 0px; }
  @media (max-width: 767px) {
    .principles-goals__title {
      margin: 0px 0px 30px 0px; } }

.principles-goals-list {
  max-width: 640px;
  margin: 0px auto; }
  .principles-goals-list li {
    padding: 0px 0px 0px 100px;
    position: relative;
    min-height: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin: 0px 0px 30px 0px;
    line-height: 24px; }
    .principles-goals-list li span {
      left: 0;
      top: 14px;
      position: absolute;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 15px;
      height: 5px;
      background-color: #fff;
      border-radius: 3px;
      overflow: hidden;
      z-index: 2; }
      .principles-goals-list li span:before {
        content: '';
        left: 0;
        top: 0px;
        position: absolute;
        width: 0px;
        height: 5px;
        background-color: #ff5a00;
        border-radius: 3px;
        overflow: hidden; }
    .principles-goals-list li i {
      left: 6px;
      top: 10px;
      position: absolute;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 30px;
      height: 5px;
      background-color: #fff;
      border-radius: 3px;
      overflow: hidden; }
      .principles-goals-list li i:before {
        content: '';
        left: 0px;
        top: 0px;
        position: absolute;
        width: 0px;
        height: 5px;
        background-color: #ff5a00;
        border-radius: 3px;
        overflow: hidden; }
    .principles-goals-list li p {
      position: relative;
      top: 20px;
      opacity: 0; }
    .principles-goals-list li:last-child {
      margin: 0px 0px 0px 0px; }
    @media (max-width: 767px) {
      .principles-goals-list li {
        padding: 0px 0px 0px 50px; } }

.services-body {
  padding: 60px 0px 0px 0px; }
  @media (max-width: 767px) {
    .services-body {
      padding: 0; } }

.services-block {
  padding: 70px 160px;
  background: url("../img/services/image.png") top no-repeat;
  background-size: 100%;
  position: relative;
  margin: 0px 0px 75px 0px;
  border-radius: 120px;
  overflow: hidden;
  background-size: cover; }
  .services-block.active .services-block-lines__item {
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.3s;
    -moz-transition: all 0.8s ease 0.3s;
    -ms-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s; }
    .services-block.active .services-block-lines__item:first-child {
      left: 0; }
    .services-block.active .services-block-lines__item:last-child {
      right: 0; }
  .services-block.active .services-block__text {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.5s;
    -moz-transition: all 0.8s ease 0.5s;
    -ms-transition: all 0.8s ease 0.5s;
    -o-transition: all 0.8s ease 0.5s;
    transition: all 0.8s ease 0.5s; }
  @media (max-width: 1102px) {
    .services-block {
      padding: 50px 120px; } }
  @media (max-width: 992px) {
    .services-block {
      padding: 30px 100px; } }
  @media (max-width: 767px) {
    .services-block {
      margin: 0px 0px 30px 0px;
      padding: 30px 80px;
      border-radius: 120px;
      overflow: hidden;
      background-size: cover; } }
  @media (max-width: 600px) {
    .services-block {
      padding: 30px;
      border-radius: 50px; } }

.services-block__text {
  top: 50px;
  opacity: 0;
  max-width: 290px;
  color: #20409a;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  position: relative;
  z-index: 2; }
  @media (max-width: 992px) {
    .services-block__text {
      font-size: 16px;
      line-height: 30px; } }

.services-block-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  @media (max-width: 600px) {
    .services-block-lines {
      display: none; } }

.services-block-lines__item {
  position: absolute;
  width: 27px;
  height: 193px;
  overflow: hidden;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px); }
  .services-block-lines__item:before {
    content: '';
    width: 340px;
    height: 340px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin: -170px 0px 0px 0px;
    border: 1px solid #20409a; }
  .services-block-lines__item:first-child {
    left: 100px; }
    .services-block-lines__item:first-child:before {
      left: 0; }
  .services-block-lines__item:last-child {
    right: 100px; }
    .services-block-lines__item:last-child:before {
      right: 0; }
  @media (max-width: 1102px) {
    .services-block-lines__item:before {
      width: 300px;
      height: 300px;
      margin: -150px 0px 0px 0px; } }
  @media (max-width: 992px) {
    .services-block-lines__item:before {
      width: 240px;
      height: 240px;
      margin: -120px 0px 0px 0px; } }

.services-list.view .services-list-items > li:nth-child(1) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -ms-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s; }

.services-list.view .services-list-items > li:nth-child(1):before {
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -ms-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(2) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s; }

.services-list.view .services-list-items > li:nth-child(2):before {
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(3) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s; }

.services-list.view .services-list-items > li:nth-child(3):before {
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(4) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  -ms-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s; }

.services-list.view .services-list-items > li:nth-child(4):before {
  -webkit-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  -ms-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(5) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s; }

.services-list.view .services-list-items > li:nth-child(5):before {
  -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(6) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s; }

.services-list.view .services-list-items > li:nth-child(6):before {
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(7) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.7s;
  -moz-transition: all 0.8s ease 0.7s;
  -ms-transition: all 0.8s ease 0.7s;
  -o-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s; }

.services-list.view .services-list-items > li:nth-child(7):before {
  -webkit-transition: all 0.8s ease 0.7s;
  -moz-transition: all 0.8s ease 0.7s;
  -ms-transition: all 0.8s ease 0.7s;
  -o-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(8) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -ms-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s; }

.services-list.view .services-list-items > li:nth-child(8):before {
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -ms-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(9) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.9s;
  -moz-transition: all 0.8s ease 0.9s;
  -ms-transition: all 0.8s ease 0.9s;
  -o-transition: all 0.8s ease 0.9s;
  transition: all 0.8s ease 0.9s; }

.services-list.view .services-list-items > li:nth-child(9):before {
  -webkit-transition: all 0.8s ease 0.9s;
  -moz-transition: all 0.8s ease 0.9s;
  -ms-transition: all 0.8s ease 0.9s;
  -o-transition: all 0.8s ease 0.9s;
  transition: all 0.8s ease 0.9s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(10) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1s;
  -moz-transition: all 0.8s ease 1s;
  -ms-transition: all 0.8s ease 1s;
  -o-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s; }

.services-list.view .services-list-items > li:nth-child(10):before {
  -webkit-transition: all 0.8s ease 1s;
  -moz-transition: all 0.8s ease 1s;
  -ms-transition: all 0.8s ease 1s;
  -o-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(11) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1.1s;
  -moz-transition: all 0.8s ease 1.1s;
  -ms-transition: all 0.8s ease 1.1s;
  -o-transition: all 0.8s ease 1.1s;
  transition: all 0.8s ease 1.1s; }

.services-list.view .services-list-items > li:nth-child(11):before {
  -webkit-transition: all 0.8s ease 1.1s;
  -moz-transition: all 0.8s ease 1.1s;
  -ms-transition: all 0.8s ease 1.1s;
  -o-transition: all 0.8s ease 1.1s;
  transition: all 0.8s ease 1.1s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(12) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -ms-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s; }

.services-list.view .services-list-items > li:nth-child(12):before {
  -webkit-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -ms-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(13) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1.3s;
  -moz-transition: all 0.8s ease 1.3s;
  -ms-transition: all 0.8s ease 1.3s;
  -o-transition: all 0.8s ease 1.3s;
  transition: all 0.8s ease 1.3s; }

.services-list.view .services-list-items > li:nth-child(13):before {
  -webkit-transition: all 0.8s ease 1.3s;
  -moz-transition: all 0.8s ease 1.3s;
  -ms-transition: all 0.8s ease 1.3s;
  -o-transition: all 0.8s ease 1.3s;
  transition: all 0.8s ease 1.3s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(14) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1.4s;
  -moz-transition: all 0.8s ease 1.4s;
  -ms-transition: all 0.8s ease 1.4s;
  -o-transition: all 0.8s ease 1.4s;
  transition: all 0.8s ease 1.4s; }

.services-list.view .services-list-items > li:nth-child(14):before {
  -webkit-transition: all 0.8s ease 1.4s;
  -moz-transition: all 0.8s ease 1.4s;
  -ms-transition: all 0.8s ease 1.4s;
  -o-transition: all 0.8s ease 1.4s;
  transition: all 0.8s ease 1.4s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(15) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1.5s;
  -moz-transition: all 0.8s ease 1.5s;
  -ms-transition: all 0.8s ease 1.5s;
  -o-transition: all 0.8s ease 1.5s;
  transition: all 0.8s ease 1.5s; }

.services-list.view .services-list-items > li:nth-child(15):before {
  -webkit-transition: all 0.8s ease 1.5s;
  -moz-transition: all 0.8s ease 1.5s;
  -ms-transition: all 0.8s ease 1.5s;
  -o-transition: all 0.8s ease 1.5s;
  transition: all 0.8s ease 1.5s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(16) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1.6s;
  -moz-transition: all 0.8s ease 1.6s;
  -ms-transition: all 0.8s ease 1.6s;
  -o-transition: all 0.8s ease 1.6s;
  transition: all 0.8s ease 1.6s; }

.services-list.view .services-list-items > li:nth-child(16):before {
  -webkit-transition: all 0.8s ease 1.6s;
  -moz-transition: all 0.8s ease 1.6s;
  -ms-transition: all 0.8s ease 1.6s;
  -o-transition: all 0.8s ease 1.6s;
  transition: all 0.8s ease 1.6s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(17) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1.7s;
  -moz-transition: all 0.8s ease 1.7s;
  -ms-transition: all 0.8s ease 1.7s;
  -o-transition: all 0.8s ease 1.7s;
  transition: all 0.8s ease 1.7s; }

.services-list.view .services-list-items > li:nth-child(17):before {
  -webkit-transition: all 0.8s ease 1.7s;
  -moz-transition: all 0.8s ease 1.7s;
  -ms-transition: all 0.8s ease 1.7s;
  -o-transition: all 0.8s ease 1.7s;
  transition: all 0.8s ease 1.7s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(18) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1.8s;
  -moz-transition: all 0.8s ease 1.8s;
  -ms-transition: all 0.8s ease 1.8s;
  -o-transition: all 0.8s ease 1.8s;
  transition: all 0.8s ease 1.8s; }

.services-list.view .services-list-items > li:nth-child(18):before {
  -webkit-transition: all 0.8s ease 1.8s;
  -moz-transition: all 0.8s ease 1.8s;
  -ms-transition: all 0.8s ease 1.8s;
  -o-transition: all 0.8s ease 1.8s;
  transition: all 0.8s ease 1.8s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(19) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 1.9s;
  -moz-transition: all 0.8s ease 1.9s;
  -ms-transition: all 0.8s ease 1.9s;
  -o-transition: all 0.8s ease 1.9s;
  transition: all 0.8s ease 1.9s; }

.services-list.view .services-list-items > li:nth-child(19):before {
  -webkit-transition: all 0.8s ease 1.9s;
  -moz-transition: all 0.8s ease 1.9s;
  -ms-transition: all 0.8s ease 1.9s;
  -o-transition: all 0.8s ease 1.9s;
  transition: all 0.8s ease 1.9s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list.view .services-list-items > li:nth-child(20) span {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  -ms-transition: all 0.8s ease 2s;
  -o-transition: all 0.8s ease 2s;
  transition: all 0.8s ease 2s; }

.services-list.view .services-list-items > li:nth-child(20):before {
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  -ms-transition: all 0.8s ease 2s;
  -o-transition: all 0.8s ease 2s;
  transition: all 0.8s ease 2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.services-list-items {
  -webkit-column-gap: 115px;
  column-gap: 115px;
  -webkit-column-count: 2;
  column-count: 2;
  max-width: 825px;
  margin: 0px auto; }
  .services-list-items li {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    position: relative;
    padding: 0px 0px 0px 60px; }
    .services-list-items li span {
      top: 20px;
      position: relative;
      opacity: 0; }
    .services-list-items li:before {
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      content: '';
      background: url("../img/services/item.svg") 0 0 no-repeat;
      background-size: 100%;
      position: absolute;
      top: 5px;
      left: 0;
      width: 27px;
      height: 27px; }
  @media (max-width: 992px) {
    .services-list-items {
      -webkit-column-gap: 50px;
      column-gap: 50px; } }
  @media (max-width: 767px) {
    .services-list-items {
      -webkit-column-gap: 0px;
      column-gap: 0px;
      -webkit-column-count: 1;
      column-count: 1; }
      .services-list-items li {
        margin: 0px 0px 15px 0px;
        padding: 0px 0px 0px 40px;
        line-height: 30px; }
        .services-list-items li:last-child {
          margin: 0px 0px 0px 0px; } }

.customers-body {
  padding: 60px 0px 0px 0px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .customers-body {
      padding: 0; } }

.customers__text {
  color: #20409a;
  font-size: 18px;
  max-width: 750px;
  margin: 0px auto 80px auto;
  font-weight: 500;
  line-height: 36px;
  top: 20px;
  opacity: 0;
  position: relative; }
  .customers__text.active {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.3s;
    -moz-transition: all 0.8s ease 0.3s;
    -ms-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s; }
  @media (max-width: 767px) {
    .customers__text {
      margin: 0px auto 30px auto;
      font-size: 16px;
      line-height: 28px; } }

.customers-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -50px; }
  .customers-block.view .customers-block__column:nth-child(1) .customers-block-item-image-decors__item {
    -webkit-transition: all 0.8s ease 0.7s;
    -moz-transition: all 0.8s ease 0.7s;
    -ms-transition: all 0.8s ease 0.7s;
    -o-transition: all 0.8s ease 0.7s;
    transition: all 0.8s ease 0.7s;
    opacity: 1; }
    .customers-block.view .customers-block__column:nth-child(1) .customers-block-item-image-decors__item:first-child {
      left: 0; }
    .customers-block.view .customers-block__column:nth-child(1) .customers-block-item-image-decors__item:last-child {
      right: 0; }
  .customers-block.view .customers-block__column:nth-child(1) .customers-block-item-image__item {
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.7s;
    -moz-transition: all 0.8s ease 0.7s;
    -ms-transition: all 0.8s ease 0.7s;
    -o-transition: all 0.8s ease 0.7s;
    transition: all 0.8s ease 0.7s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .customers-block.view .customers-block__column:nth-child(1) .customers-block-item-body {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.7s;
    -moz-transition: all 0.8s ease 0.7s;
    -ms-transition: all 0.8s ease 0.7s;
    -o-transition: all 0.8s ease 0.7s;
    transition: all 0.8s ease 0.7s; }
  .customers-block.view .customers-block__column:nth-child(2) .customers-block-item-image-decors__item {
    -webkit-transition: all 0.8s ease 0.9s;
    -moz-transition: all 0.8s ease 0.9s;
    -ms-transition: all 0.8s ease 0.9s;
    -o-transition: all 0.8s ease 0.9s;
    transition: all 0.8s ease 0.9s;
    opacity: 1; }
    .customers-block.view .customers-block__column:nth-child(2) .customers-block-item-image-decors__item:first-child {
      left: 0; }
    .customers-block.view .customers-block__column:nth-child(2) .customers-block-item-image-decors__item:last-child {
      right: 0; }
  .customers-block.view .customers-block__column:nth-child(2) .customers-block-item-image__item {
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.9s;
    -moz-transition: all 0.8s ease 0.9s;
    -ms-transition: all 0.8s ease 0.9s;
    -o-transition: all 0.8s ease 0.9s;
    transition: all 0.8s ease 0.9s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .customers-block.view .customers-block__column:nth-child(2) .customers-block-item-body {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.9s;
    -moz-transition: all 0.8s ease 0.9s;
    -ms-transition: all 0.8s ease 0.9s;
    -o-transition: all 0.8s ease 0.9s;
    transition: all 0.8s ease 0.9s; }
  .customers-block.view .customers-block__column:nth-child(3) .customers-block-item-image-decors__item {
    -webkit-transition: all 0.8s ease 1.1s;
    -moz-transition: all 0.8s ease 1.1s;
    -ms-transition: all 0.8s ease 1.1s;
    -o-transition: all 0.8s ease 1.1s;
    transition: all 0.8s ease 1.1s;
    opacity: 1; }
    .customers-block.view .customers-block__column:nth-child(3) .customers-block-item-image-decors__item:first-child {
      left: 0; }
    .customers-block.view .customers-block__column:nth-child(3) .customers-block-item-image-decors__item:last-child {
      right: 0; }
  .customers-block.view .customers-block__column:nth-child(3) .customers-block-item-image__item {
    opacity: 1;
    -webkit-transition: all 0.8s ease 1.1s;
    -moz-transition: all 0.8s ease 1.1s;
    -ms-transition: all 0.8s ease 1.1s;
    -o-transition: all 0.8s ease 1.1s;
    transition: all 0.8s ease 1.1s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .customers-block.view .customers-block__column:nth-child(3) .customers-block-item-body {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 1.1s;
    -moz-transition: all 0.8s ease 1.1s;
    -ms-transition: all 0.8s ease 1.1s;
    -o-transition: all 0.8s ease 1.1s;
    transition: all 0.8s ease 1.1s; }
  @media (max-width: 992px) {
    .customers-block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px -15px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.customers-block__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0px 50px;
  margin: 0px 0px 40px 0px; }
  @media (max-width: 992px) {
    .customers-block__column {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      padding: 0px 15px; } }
  @media (max-width: 767px) {
    .customers-block__column {
      max-width: none;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

@media (max-width: 767px) {
  .customers-block-item {
    text-align: center; } }

.customers-block-item-image {
  position: relative;
  margin: 0px 0px 50px 0px;
  padding: 15px;
  display: inline-block; }
  @media (max-width: 767px) {
    .customers-block-item-image {
      text-align: center;
      margin: 0px 0px 20px 0px; } }

.customers-block-item-image__item {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
  border-radius: 50px;
  overflow: hidden;
  display: inline-block; }

.customers-block-item-image-decors {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.customers-block-item-image-decors__item {
  opacity: 0;
  width: 72px;
  height: 143px;
  position: absolute;
  top: 0;
  overflow: hidden; }
  .customers-block-item-image-decors__item:after {
    content: '';
    width: 143px;
    height: 143px;
    opacity: 0.6;
    border: 31px solid #20409a;
    position: absolute;
    top: 50%;
    margin: -71px 0px 0px 0px;
    border-radius: 50%; }
  .customers-block-item-image-decors__item:first-child {
    left: -30px; }
    .customers-block-item-image-decors__item:first-child:after {
      left: 0; }
  .customers-block-item-image-decors__item:last-child {
    right: -30px; }
    .customers-block-item-image-decors__item:last-child:after {
      right: 0; }

.customers-block-item-body {
  line-height: 36px;
  font-size: 18px;
  position: relative;
  top: 30px;
  opacity: 0; }
  @media (max-width: 767px) {
    .customers-block-item-body {
      font-size: 16px;
      line-height: 28px; } }

.customers-block-item__title {
  color: #ff5a00;
  font-weight: 500; }

.customers-block-item__text {
  font-weight: 300; }

.customers-sector {
  padding: 45px 0px 0px 0px; }
  @media (max-width: 767px) {
    .customers-sector {
      padding: 0; } }

.customers-sector__title {
  background-color: #20409a;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 35px; }
  .customers-sector__title span {
    position: relative;
    top: 50px;
    opacity: 0; }
  .customers-sector__title.active span {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    top: 0;
    opacity: 1; }
  @media (max-width: 992px) {
    .customers-sector__title br {
      display: none; } }
  @media (max-width: 640px) {
    .customers-sector__title {
      padding: 20px 15px;
      font-size: 16px;
      line-height: 25px; } }

.customers-sector__image {
  margin: 0px 0px 70px 0px;
  position: relative; }
  .customers-sector__image img {
    max-width: 100%; }
  @media (max-width: 767px) {
    .customers-sector__image {
      margin: 0px 0px 30px 0px; } }

.customers-sector-textrow {
  max-width: 770px;
  margin: 0px auto; }
  .customers-sector-textrow.view .customers-sector-textrow__column {
    top: 0;
    opacity: 1; }
    .customers-sector-textrow.view .customers-sector-textrow__column:first-child {
      -webkit-transition: all 0.8s ease 0.2s;
      -moz-transition: all 0.8s ease 0.2s;
      -ms-transition: all 0.8s ease 0.2s;
      -o-transition: all 0.8s ease 0.2s;
      transition: all 0.8s ease 0.2s; }
    .customers-sector-textrow.view .customers-sector-textrow__column:last-child {
      -webkit-transition: all 0.8s ease 0.5s;
      -moz-transition: all 0.8s ease 0.5s;
      -ms-transition: all 0.8s ease 0.5s;
      -o-transition: all 0.8s ease 0.5s;
      transition: all 0.8s ease 0.5s; }

.customers-sector-textrow-row {
  margin: 0px -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 767px) {
    .customers-sector-textrow-row {
      display: block;
      margin: 0; } }

.customers-sector-textrow__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  position: relative;
  top: 50px;
  opacity: 0; }
  @media (max-width: 767px) {
    .customers-sector-textrow__column {
      max-width: none;
      padding: 0;
      font-size: 16px;
      line-height: 25px; } }

.contacts {
  padding-bottom: 0; }

.contacts-body {
  padding: 60px 0px 0px 0px; }
  @media (max-width: 767px) {
    .contacts-body {
      padding: 0; } }

.contacts__title {
  margin: 0px 0px 60px 0px; }
  @media (max-width: 767px) {
    .contacts__title {
      margin: 0px 0px 30px 0px; } }

.contacts-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .contacts-row.active .contacts__column:nth-child(1) .contacts-item__text {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.4s;
    -moz-transition: all 0.8s ease 0.4s;
    -ms-transition: all 0.8s ease 0.4s;
    -o-transition: all 0.8s ease 0.4s;
    transition: all 0.8s ease 0.4s; }
  .contacts-row.active .contacts__column:nth-child(2) .contacts-item__text {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.6s;
    -moz-transition: all 0.8s ease 0.6s;
    -ms-transition: all 0.8s ease 0.6s;
    -o-transition: all 0.8s ease 0.6s;
    transition: all 0.8s ease 0.6s; }
  .contacts-row.active .contacts__column:nth-child(3) .contacts-item__text {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0.8s;
    -moz-transition: all 0.8s ease 0.8s;
    -ms-transition: all 0.8s ease 0.8s;
    -o-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s; }
  @media (max-width: 992px) {
    .contacts-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.contacts__column {
  padding: 0px 15px;
  margin: 0px 0px 80px 0px; }

.contacts-item {
  text-align: center;
  max-width: 292px;
  display: inline-block;
  position: relative;
  border: 1px solid #20409a;
  border-bottom: none;
  padding: 25px;
  position: relative; }
  .contacts-item:hover .contacts-item__image {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  @media (max-width: 350px) {
    .contacts-item {
      max-width: 260px; } }

.contacts-item__decor {
  position: absolute;
  bottom: -36px;
  height: 45px;
  width: 100%;
  left: 0;
  overflow: hidden; }
  .contacts-item__decor:before {
    content: '';
    border: 1px solid #20409a;
    height: 700px;
    width: 700px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin: 0px 0px 0px -350px; }
  .contacts-item__decor:after {
    content: '';
    background: url("../img/popup-decor.svg") 0 0 no-repeat;
    width: 220px;
    height: 26px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px); }
  @media (max-width: 350px) {
    .contacts-item__decor {
      bottom: -34px; }
      .contacts-item__decor:before {
        width: 600px;
        height: 600px;
        margin: 0px 0px 0px -300px; }
      .contacts-item__decor:after {
        bottom: 1px; } }

.contacts-item__image {
  margin: 0px 0px 40px 0px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s; }
  .contacts-item__image img {
    max-width: 100%; }

.contacts-item__text {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #000;
  position: relative;
  top: 20px;
  opacity: 0; }

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.form__column {
  padding: 0px 15px; }

.form-input {
  margin: 0px 0px 15px 0px; }

.form__label {
  font-size: 12px;
  color: #5c626a;
  font-weight: 100;
  margin: 0px 0px 5px 0px; }

.form-button {
  padding: 10px 0px 0px 0px; }

.btn {
  display: inline-block;
  padding: 0px 40px;
  color: #fff;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #ff0000; }
  .btn span {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    display: block; }
  .btn:hover span {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .btn.fw {
    width: 100%; }

.btn-2 {
  height: 50px;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 0px 60px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  line-height: 50px;
  letter-spacing: 2px;
  text-shadow: 0 0 5px rgba(4, 53, 133, 0.2);
  background-color: #ff5a00; }
  .btn-2 span {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    display: block; }
  .btn-2.min {
    height: 40px;
    line-height: 40px;
    padding: 0px 40px;
    font-size: 16px; }
  .btn-2:hover span {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .btn-2.fw {
    width: 100%; }
  @media (max-width: 640px) {
    .btn-2 {
      font-size: 10px;
      height: 23px;
      line-height: 23px;
      padding: 0px 20px; }
      .btn-2.min {
        font-size: 10px;
        height: 23px;
        line-height: 23px;
        padding: 0px 20px; } }

.select-block {
  position: relative; }

.select__label {
  z-index: 2;
  position: absolute;
  top: -8px;
  background-color: #f7f7f7;
  padding: 0 5px;
  color: #979797;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  left: 20px; }

.select {
  position: relative;
  cursor: pointer; }
  .select .select-title {
    z-index: 1;
    width: 100%;
    height: 55px;
    border: 1px solid #dedede;
    position: relative;
    background-color: #fff; }
  .select .select-title__arrow {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    background: url("../img/icons/select-arrow.svg") center no-repeat; }
  .select .select-title__value {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 53px;
    display: block;
    overflow: hidden;
    padding: 0 45px 0 25px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 54px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 10px 20px 10px 25px; }
  .select .select-options-scroll {
    max-height: 80px;
    overflow: auto; }
  .select .select-options-list {
    padding: 0px 0px 0px 0px; }
  .select .select-options__value {
    color: #000;
    font-size: 20px;
    margin: 0px 0px 15px 0px; }
    .select .select-options__value:last-child {
      margin: 0px 0px 0px 0px; }
    .select .select-options__value:hover {
      color: #000; }

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 10px;
  height: 28px;
  font-size: 12px;
  background-color: #f1f1f1; }

textarea.input {
  resize: none;
  height: 80px;
  padding: 10px 10px; }

.check {
  position: relative;
  padding-left: 25px;
  color: #5f5f5f;
  line-height: 18px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a3a3a3;
    position: absolute; }
  .check.active:before {
    background: url("../img/icons/check.png") center no-repeat; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("../img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color: #da0005; }
  .quantity__btn.dwn {
    top: 25px; }

.category-params-item-price-table {
  margin-bottom: 25px; }
  .category-params-item-price-table .cell:first-child {
    padding-right: 15px;
    position: relative; }
    .category-params-item-price-table .cell:first-child:after {
      content: '-';
      position: absolute;
      right: -4px;
      top: 8px;
      font-size: 20px; }
  .category-params-item-price-table .cell:last-child {
    padding-left: 15px; }
  .category-params-item-price-table .cell input {
    height: 37px;
    border: 2px solid #393939;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    width: 100%; }

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative; }
  .category-params-item-price-range .ui-slider-range {
    background-color: #000;
    height: 2px;
    position: relative; }
  .category-params-item-price-range .ui-slider-handle {
    width: 23px;
    height: 28px;
    border: 3px solid #fbfbfb;
    background-color: #ea5922;
    display: block;
    position: absolute;
    top: -14px;
    margin-left: -12px;
    cursor: pointer; }
    .category-params-item-price-range .ui-slider-handle span {
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 50px;
      text-align: center;
      font-size: 10px;
      margin-left: -25px;
      font-weight: 500;
      color: #94a6aa; }

.form__info {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  line-height: 60px;
  text-align: center;
  color: #888;
  z-index: 2;
  font-size: 14px; }
  @media (max-width: 767px) {
    .form__info {
      width: 50px;
      height: 50px;
      line-height: 50px; } }

.form-range-line {
  position: relative;
  height: 5px;
  border-radius: 0 0 4px 4px;
  background-color: #e0e0e0;
  margin: -2px 0px 0px 0px; }
  .form-range-line .ui-slider-range {
    background-color: #093454;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 4px 4px; }
  .form-range-line .ui-slider-handle {
    background: url("../img/icons/range.svg") 0 0 no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    margin: -9px 0px 0px -14px;
    top: 0;
    left: 0;
    cursor: pointer; }
  .form-range-line .ui-state-hover {
    background: url("../img/icons/range_a.svg") 0 0 no-repeat; }

.form-range-values {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0px 0px 0px; }

.form-range-values__item {
  font-size: 12px;
  color: #888; }

.title {
  text-align: center;
  color: #20409a;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; }
  @media (max-width: 767px) {
    .title {
      font-size: 20px;
      line-height: 30px; }
      .title br {
        display: none; } }

.row:after {
  display: block;
  content: '';
  clear: both; }

.rub:after {
  content: '₽'; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ol.counter {
  list-style-type: none;
  counter-reset: item; }
  ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px; }
    ol.counter li:before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      color: #818181;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 26px;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      border: 1px solid #4274bb; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1); }

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0); }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.gm-style-iw-t {
  opacity: 0; }

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important; }
  .baloon button {
    display: none !important; }
  .baloon:after {
    display: none !important; }

.baloon-style {
  display: none; }

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important; }
  .baloon-content.gm-style-iw:after {
    display: none !important; }

.baloon-close {
  top: 18px !important; }
