@import url(https://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic&subset=latin,cyrillic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  color: #8a8a8a;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

::-moz-placeholder {
  font-family: 'Playfair Display', serif;
  color: #8a8a8a;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

/* Firefox 19+ */
:-moz-placeholder {
  font-family: 'Playfair Display', serif;
  color: #8a8a8a;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

/* Firefox 18- */
:-ms-input-placeholder {
  font-family: 'Playfair Display', serif;
  color: #8a8a8a;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

input[type=submit], button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.center-t {
  text-align: center;
}

.left-t {
  text-align: left;
}

.right-t {
  text-align: right;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.wrapper:before, .wrapper:after {
  content: '';
  display: table;
}

.wrapper:after {
  clear: both;
}

.flow-hidden {
  overflow: hidden;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.inline-bl {
  display: inline-block;
}

body {
  min-width: 980px;
  position: relative;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  color: #000;
  background: url(../img/body-img.png) center top repeat;
  text-size-adjust: 100%;
}

.wrapp-input {
  position: relative;
  display: inline-block;
  margin-bottom: 19px;
}
.wrapp-input:before, .wrapp-input:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
}
.wrapp-input:before {
  background-color: #f77c50;
  z-index: 2;
  border-radius: 5px 0 0 5px;
}
.wrapp-input.inp-1:after {
  z-index: 2;
  background: url(../img/inp-1.png) center center no-repeat;
}
.wrapp-input.inp-2:after {
  z-index: 2;
  background: url(../img/inp-2.png) center center no-repeat;
}
.wrapp-input.inp-3:after {
  z-index: 2;
  background: url(../img/inp-3.png) center center no-repeat;
}

input:not([type=submit]) {
  position: relative;
  width: 248px;
  height: 41px;
  padding-left: 54px;
  border: none;
  outline: none;
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 15px;
  font-style: italic;
  background-color: white;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  box-shadow: 0.5px 0.9px 0 white, inset 2.5px 4.3px 5px rgba(0, 0, 0, 0.25);
}

input[type=submit] {
  display: inline-block;
  border: none;
  outline: none;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 41px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  font-family: 'Arimo', sans-serif;
  color: white;
  text-transform: uppercase;
  background-color: #f77c50;
  border-radius: 4px;
  box-shadow: inset 0 -5px 0 #db653b;
}
input[type=submit]:hover {
  background-color: #f5571f;
  cursor: pointer;
}
input[type=submit]:active {
  box-shadow: none;
  transform: translateY(3px);
}

input.error {
  border: 1px solid #f77c50 !important;
}

.wrapper {
  padding: 0 20px;
  width: 980px;
  margin: 0 auto;
  position: relative;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}

.top-line {
  background: url(../img/top-line.png) center top repeat;
  min-height: 39px;
}

.nav {
  text-align: center;
}
.nav li {
  display: inline-block;
  line-height: 39px;
  margin: 0 35px;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li:last-child {
  margin-right: 0;
}
.nav a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}
.nav a:hover {
  color: #f77c50;
}

a.logo {
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}
a.logo img {
  display: block;
}

.main-header {
  padding: 16px 0 32px;
}
.main-header .call-block {
  float: right;
  position: relative;
  z-index: 10;
  text-align: right;
}
.main-header .call-block .phone-number {
  display: inline-block;
  margin-bottom: 3px;
  padding-left: 27px;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  background: url(../img/phone-icon.png) left center no-repeat;
}
.main-header .call-block .phone-number span {
  color: #7a7a7a;
  font-weight: 400;
}
.main-header .call-block .btn-1 {
  display: inline-block;
  margin-top: 5px;
  width: 220px;
  height: 32px;
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  background-color: #f77c50;
  border-radius: 4px;
  box-shadow: inset 0 -5px 0 #db653b;
}
.main-header .call-block .btn-1:hover {
  background-color: #f5571f;
}
.main-header .call-block .btn-1:active {
  box-shadow: none;
  transform: translateY(3px);
}

.sl-1 {
  padding-top: 55px;
  padding-bottom: 33px;
  position: relative;
}
.sl-1 .man {
  display: block;
  position: absolute;
  z-index: 1;
}
.sl-1.img-1 .man {
  top: 0;
  left: 465px;
}
.sl-1.img-2 .man {
  bottom: 0;
  left: 513px;
}

.slider {
  position: relative;
  top: -76px;
  margin-bottom: -76px;
}
.slider .slider-bg {
  height: 160px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 54px;
  background: url(../img/slider-bg.png) center top repeat;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
}
.slider .slider-all {
  padding: 15px 20px 10px 30px;
  height: 202px;
  position: relative;
}
.slider .bg-slider-1 {
  position: relative;
  background: url(../img/slider-1.jpg) center top no-repeat;
}
.slider .bg-slider-1 .txt-sm {
  position: absolute;
  bottom: 30px;
}
.slider .bg-slider-1 .right-text-block {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 225px;
  color: white;
}
.slider .bg-slider-1 .right-text-block .name {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  line-height: 26px;
  font-size: 28px;
}
.slider .bg-slider-1 .right-text-block .name span {
  font-size: 22px;
}
.slider .bg-slider-1 .right-text-block .about {
  margin-top: 11px;
}
.slider .bg-slider-1 .right-text-block .about li {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  position: relative;
  padding-left: 8px;
  margin-bottom: 9px;
}
.slider .bg-slider-1 .right-text-block .about li:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  background: #fff;
  left: 0;
  top: 2px;
}
.slider .bg-slider-1 .right-text-block .italic {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-style: italic;
  line-height: 15px;
}
.slider .bg-slider-2 {
  position: relative;
  background: url(../img/slider-2.jpg) center top no-repeat;
}
.slider .bg-slider-2 .txt-sm {
  position: absolute;
  bottom: 45px;
}
.slider .txt-lg {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
}
.slider .txt-lg span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
}
.slider .txt-sm {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.theme-3 input:not([type=submit]) {
  margin-right: 25px !important;
}
.theme-3 input[type=submit] {
  width: 248px;
}
.theme-3 input:not([type=submit])[type=email] {
  margin-right: 0 !important;
}

.form-popup, .modal {
  width: 848px;
  text-align: center;
  background-color: white;
  border: 3px solid black;
  box-shadow: 0 -5px 6px rgba(27, 63, 104, 0.27);
  padding: 20px 0 20px;
}

.form-popup .head-2 {
  color: #092147;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
}
.form-popup p {
  margin-top: 20px;
  margin-bottom: 33px;
  text-align: center;
  color: #2c2f35;
  font-size: 16px;
  line-height: 26px;
  padding: 0 37px;
}
.form-popup p span {
  display: block;
  text-align: left;
}

.modal {
  text-align: center;
}
.modal .head-2 {
  color: #092147;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
}
.modal .thx {
  color: #2c2f35;
  font-size: 20px;
  line-height: 26px;
  margin-top: 100px;
}

.footer {
  padding: 20px 0 15px;
  background: url(../img/footer.jpg) center top repeat;
  color: #fff;
}
.footer .logo-foot {
  display: block;
  float: left;
}
.footer .call-block {
  float: right;
  text-align: right;
}
.footer .phone-number {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 28px;
}
.footer .phone-number span {
  font-weight: 400;
}
.footer .btn-1 {
  text-decoration: none;
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 39px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 220px;
  height: 39px;
  border: 1px solid white;
  border-radius: 4px;
}
.footer p.normal {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 14px;
}
.footer p.sm {
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}
.footer p.sm span {
  font-weight: 700;
}
.footer .social {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 14px;
}
.footer .social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 21px;
}
.footer .social li a {
  text-decoration: none;
  display: inline-block;
}
.footer .social li a:hover {
  opacity: .85;
}
.footer .social li a img {
  display: block;
}
.footer .copy {
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 20px;
}

.p-block .btn-2 {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f77c50;
  border-radius: 4px;
  box-shadow: inset 0 -5px 0 #db653b;
}
.p-block .btn-2:hover {
  background-color: #f5571f;
}
.p-block .btn-2:active {
  box-shadow: none;
  transform: translateY(3px);
}

.title {
  position: relative;
  text-align: left;
  color: #2c2f35;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: #2c2f35;
}
.title span {
  position: relative;
  z-index: 1;
  padding-bottom: 2px;
  padding-right: 5px;
  display: inline-block;
  background: url(../img/body-img.png) center top repeat;
}

.title-init {
  text-align: left;
  color: #2c2f35;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.facts {
  padding-top: 10px;
  padding-bottom: 20px;
}

.facts-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 15px;
}
.facts-list li {
  width: 25%;
  padding-bottom: 28px;
  border-bottom: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.facts-list li p {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
}
.facts-list li:nth-child(5), .facts-list li:nth-child(6), .facts-list li:nth-child(7), .facts-list li:nth-child(8) {
  padding-top: 40px;
  border-bottom: none;
}
.facts-list li:nth-child(4n) {
  border-right: none;
}

.romb {
  position: relative;
  width: 80px;
  height: 91px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  background: url(../img/bg-rom.png) center top no-repeat;
}
.romb img {
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.bg-img {
  padding-top: 38px;
  padding-bottom: 20px;
  background: url(../img/slider-bg.png) center top repeat;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
}
.bg-img .title span {
  background: url(../img/slider-bg.png) 1px top repeat;
}
.bg-img.bg-img-2 {
  padding: 10px 0 6px;
}

.about-company {
  width: 620px;
  float: left;
}
.about-company p {
  margin-top: 15px;
  padding-right: 12px;
  color: #1f2024;
  font-size: 14px;
}
.about-company p span {
  font-weight: 700;
  text-transform: uppercase;
}
.about-company .hightlight {
  margin-top: 12px;
}

.all-form {
  width: 300px;
}
.all-form.form-company {
  float: right;
  margin-top: -10px;
}

.border-black {
  border: 3px solid #092147;
  text-align: center;
  color: #092147;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.hightlight {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  text-align: center;
  color: #f77c50;
  font-size: 26px;
  font-style: italic;
  padding: 10px 32px;
  background: #fff;
  position: relative;
}
.hightlight:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #f77c50;
}
.hightlight.high-bg {
  background: url(../img/slider-bg.png) center top repeat;
}

.form-theme {
  margin-top: 6px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 18px;
  background: #fff url(../img/form.png) center bottom no-repeat;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-theme .n-form {
  color: #2c2f35;
  font-size: 36px;
  margin-bottom: 13px;
}
.form-theme .n-form span {
  display: block;
  font-size: 19px;
  color: #8a8a8a;
}
.form-theme .txt-xs {
  margin-top: 12px;
}

.txt-xs {
  color: #2c2f35;
  font-size: 12px;
  line-height: 15px;
}

.comments-list li, .jobs li {
  width: 220px;
  float: left;
  margin-right: 20px;
}
.comments-list li:last-child, .jobs li:last-child {
  margin-right: 0;
}

.comments-list {
  padding-top: 16px;
}
.comments-list li {
  text-align: center;
  border-bottom: 2px solid #c9c9c9;
  padding-bottom: 10px;
}
.comments-list li p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
  color: #777;
  font-size: 15px;
  font-style: italic;
  line-height: 18px;
}
.comments-list li .date {
  margin-top: 7px;
}
.comments-list li a {
  text-decoration: none;
  display: inline-block;
}

.comment {
  padding-top: 25px;
  padding-bottom: 20px;
}

.img-center {
  display: inline-block;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.comment-name {
  color: #092147;
  font-size: 18px;
  font-weight: 700;
}

.date {
  color: #929292;
  font-size: 12px;
  font-weight: 700;
}

.jobs {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 20px;
}
.jobs.jobs-2 {
  padding-top: 0;
}
.jobs.jobs-2 li {
  width: 140px;
}
.jobs li .head {
  text-decoration: none;
  line-height: 18px;
  color: #1f2024;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.jobs li .head span {
  display: block;
  color: black;
  font-size: 14px;
  font-weight: 400;
}
.jobs li .head:hover {
  color: #f77c50;
}
.jobs li .head:hover span {
  color: #f77c50;
}
.jobs li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.not-hover .head:hover {
  color: #1f2024 !important;
}
.not-hover .head:hover span {
  color: #1f2024 !important;
}

.consultation {
  position: relative;
  background: url(../img/bg-1.jpg) center top no-repeat;
  background-size: cover;
}
.consultation:after, .consultation:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 2px;
}
.consultation:after {
  background: #fff;
  bottom: 2px;
}
.consultation:before {
  top: 2px;
  background: url(../img/slider-bg.png) center top repeat;
}
.consultation .wrapper {
  height: 320px;
}
.consultation .photo-c {
  position: absolute;
  left: -95px;
  bottom: 0;
  height: 100%;
  width: auto;
  display: block;
}
.consultation .text-c {
  width: 270px;
  text-align: left;
  float: right;
  margin-right: 32px;
  position: relative;
  z-index: 5;
  margin-top: 50px;
  color: white;
  font-size: 33px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.consultation .text-c span {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-transform: none;
  display: block;
  margin-top: 4px;
}

.p-block {
  width: 454px;
  float: right;
  padding-top: 30px;
}
.p-block p {
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.p-block .btn-2 {
  margin-top: 30px;
  width: 430px;
  height: 40px;
  line-height: 40px;
}

.client {
  background: #fff;
  padding: 38px 0 40px;
}
.client .title span {
  background: #fff;
}

.client-list {
  padding-top: 35px;
}
.client-list li {
  width: 24.99%;
  float: left;
  margin-bottom: 20px;
  height: 125px;
  position: relative;
}
.client-list li:nth-child(1),
.client-list li:nth-child(3),
.client-list li:nth-child(5),
.client-list li:nth-child(6),
.client-list li:nth-child(8),
.client-list li:nth-child(10) {
  width: 16.66%;
}
.client-list img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.form-theme-2 {
  display: inline-block;
  text-align: center;
}
.form-theme-2 input:not([type=submit]) {
  display: inline-block !important;
  margin-right: 35px;
}
.form-theme-2 input:not([type=submit])[type=email] {
  margin-right: 0;
}
.form-theme-2 input[type=submit] {
  float: right;
  display: block;
  height: 41px;
}

.mod-form {
  min-height: 320px !important;
  padding-bottom: 30px;
  height: auto !important;
}
.mod-form input[type=submit] {
  float: right;
  display: block;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 41px;
}

.form-horiz {
  padding-bottom: 40px;
}
.form-horiz .title-xs {
  margin-top: 12px;
  margin-bottom: 35px;
}

.title-lg {
  color: #2c2f35;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 29px;
  text-align: center;
}

.title-xs {
  color: black;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
}

.how-work {
  padding-top: 95px;
  padding-bottom: 40px;
}

.work-list {
  padding-top: 10px;
  padding-bottom: 28px;
}
.work-list li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.work-list li .box-n > div {
  display: inline-block;
  position: relative;
}
.work-list li .box-n > div:first-child {
  color: #d9d9d9;
  font-size: 77px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}
.work-list li .box-n > div:last-child {
  margin-left: 7px;
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.work-list li .box-n > div:last-child .bottom-abs {
  width: 260px;
  position: absolute;
  bottom: -4px;
}
.work-list li .box-n > div:last-child .bottom-abs img {
  display: block;
  margin-bottom: 7px;
}
.work-list li .box-n > div:last-child .bottom-abs span {
  display: block;
  font-weight: 400;
}
.work-list li p {
  margin-top: 0px;
  font-size: 14px;
  line-height: 22px;
}
.work-list li:nth-child(2n+1) {
  clear: left;
  padding-right: 10px;
}
.work-list li:nth-child(2n) {
  padding-left: 10px;
}

.w-33 {
  width: 33.33%;
  float: left;
}

.some-clients {
  padding-top: 45px;
}
.some-clients .head-1 {
  color: black;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.some-clients .lists {
  margin-bottom: 40px;
}
.some-clients .lists li {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

/* accounting */
.title-3 {
  color: #f77c50;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.inside-section {
  padding: 30px 0;
  text-align: center;
}
.inside-section p {
  color: #2c2f35;
  font-size: 16px;
  line-height: 26px;
}
.inside-section .title-3 {
  margin-top: 20px;
}

.price-block .title {
  font-size: 16px;
}
.price-block .title:after {
  display: none;
}
.price-block .form-company {
  margin-top: 9px;
}

.whom-section {
  padding-top: 22px;
}
.whom-section .whom-list {
  padding-top: 35px;
  padding-bottom: 60px;
}
.whom-section .w-16 {
  width: 16.66%;
  float: left;
  text-align: center;
  color: #2c2f35;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}
.whom-section .img-h-1 {
  height: 56px;
  position: relative;
  margin-bottom: 9px;
}
.whom-section .img-h-1 img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.facts-list.mod-2 {
  padding-top: 30px;
  padding-bottom: 50px;
}
.facts-list.mod-2 li {
  width: 33.33%;
}
.facts-list.mod-2 li:nth-child(3n) {
  border-right: none;
}
.facts-list.mod-2 li:nth-child(4n) {
  border-right: 1px solid #cbcbcb;
  border-bottom: none;
}
.facts-list.mod-2 li:nth-child(4),
.facts-list.mod-2 li:nth-child(5),
.facts-list.mod-2 li:nth-child(6) {
  padding-top: 16px;
}

.tasks {
  padding-top: 23px;
}
.tasks .w-33 {
  padding-bottom: 10px;
  width: 32%;
  border-bottom: 2px solid #092147;
  margin-right: 2%;
}
.tasks .w-33:last-child {
  margin-right: 0;
}
.tasks .dsc {
  color: #2c2f35;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.tasks .ex li {
  position: relative;
  color: #2c2f35;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
  padding-left: 28px;
}
.tasks .ex li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(../img/ex.png) left top no-repeat;
}

.facts.new-bl {
  padding-bottom: 60px;
}

.navigation li {
  float: left;
  margin-right: 20px;
  position: relative;
}
.navigation li a {
  color: #2a2d33;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}
.navigation li a:hover {
  text-decoration: none;
}
.navigation li a.active {
  text-decoration: none;
}
.navigation li:after {
  content: '/';
  display: block;
  position: absolute;
  color: #2a2d33;
  font-size: 12px;
  line-height: 15px;
  right: -12px;
  top: 4px;
}
.navigation li:last-child:after {
  display: none;
}

.inside-section.p-2 .title {
  margin-bottom: 20px;
}
.inside-section.p-2 .title-3 {
  color: #092147;
}

.bonus {
  padding: 20px 0;
}
.bonus p {
  width: 910px;
  color: #1f2024;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.box-comments {
  padding: 30px 0 42px;
}
.box-comments img {
  float: left;
  display: block;
}
.box-comments p {
  margin-left: 160px;
  color: #777;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  font-family: 'Playfair Display', serif;
  margin-top: 27px;
}

.comments-all {
  padding-bottom: 15px;
}

.wrapp {
  padding-top: 24px;
}
.wrapp .left-bl {
  width: 460px;
  float: left;
}
.wrapp .right-bl {
  width: 460px;
  float: right;
}
.wrapp .container {
  padding-bottom: 23px;
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 25px;
}
.wrapp .wrapp-2 .bg-photo {
  float: left;
  text-decoration: none;
  position: relative;
}
.wrapp .wrapp-2 .bg-photo:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  display: block;
  background: url(../img/zoom.png) no-repeat;
}
.wrapp .wrapp-2 .bg-photo img {
  display: block;
}
.wrapp .wrapp-2 .text {
  margin-left: 159px;
}
.wrapp .wrapp-2 .text p {
  font-family: 'Playfair Display', serif;
  color: #777;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  margin-top: 10px;
}
.wrapp .wrapp-2 .text .auth {
  text-align: right;
  color: black;
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}
.wrapp .wrapp-2 .text .auth span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.wrapp .txt {
  color: #092147;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}

.slider-section {
  background: #fff;
  padding: 45px 0;
}
.slider-section .title {
  margin-bottom: 45px;
}
.slider-section .title span {
  background: #fff;
}

.height-2 {
  height: 124px;
  position: relative;
}
.height-2 img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contacts-section {
  padding: 35px 0 20px;
}

.contacts-d {
  padding-top: 21px;
}
.contacts-d li {
  padding-left: 40px;
  color: black;
  font-size: 16px;
  margin-bottom: 12px;
  float: left;
}
.contacts-d li:nth-child(odd) {
  width: 320px;
  padding-left: 24px;
  clear: left;
}
.contacts-d li:nth-child(1) {
  background: url(../img/icon-1.png) left center no-repeat;
}
.contacts-d li:nth-child(2) {
  background: url(../img/icon-2.png) left center no-repeat;
}
.contacts-d li:nth-child(3) {
  background: url(../img/icon-3.png) left center no-repeat;
}
.contacts-d li:nth-child(4) {
  background: url(../img/icon-4.png) 3px center no-repeat;
}

.left-c {
  width: 620px;
  float: left;
}

.map {
  margin-top: 7px;
  position: relative;
  height: 280px;
}
.map #map {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 280px;
  z-index: 4;
}

.bg-f {
  z-index: 5;
  position: absolute;
  width: 289px;
  background: #152d52 url(../img/map.png) 15px 17px no-repeat;
  right: 11px;
  top: 75px;
  color: white;
  font-size: 14px;
  line-height: 22px;
  padding: 16px 70px 16px 50px;
}
.bg-f:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 15px solid #435d84;
}

.contacts-section .form-theme {
  margin-top: 20px;
}

.wrapp-table {
  width: 620px;
  float: left;
}
.wrapp-table strong {
  font-size: 14px;
  font-weight: 700;
}

.table-2 {
  background: #f5f5f5;
  margin: 5px 0 15px;
  margin-bottom: 5px;
  margin-top: 15px;
  width: 100%;
  border: 1px solid #bcbcbc;
}
.table-2:first-child {
  margin-top: 17px;
}
.table-2 tr.color-1 {
  background: #092147;
}
.table-2 tr.color-1 td {
  font-weight: 400;
  color: #fff;
}
.table-2 td {
  width: 50%;
  padding: 4px 30px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.table-new {
  width: 620px;
  margin-top: 16px;
}
.table-new td {
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 4px 10px;
  background: #fff;
  text-align: center;
}
.table-new .color-1 {
  background: #092147;
  color: #fff;
}

.w100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.w100 tr td:first-child {
  width: 70%;
}

.jobs-3 {
  text-align: center;
}
.jobs-3 li {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.theme-3 input.margin-r:not([type=submit]) {
  margin-right: 0 !important;
}

.rows {
  text-align: left;
  padding-left: 37px;
  padding-right: 37px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.rows li {
  color: #2c2f35;
  font-size: 16px;
  line-height: 26px;
}
.rows li:first-child {
  margin-bottom: 5px;
}

#call p {
  text-align: left;
}
