.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color:transparent;
  position:relative
}
.owl-carousel {
  display:none;
  width:100%;
  z-index:1
}
.owl-carousel .owl-stage {
  position:relative;
  -ms-touch-action:pan-Y;
  touch-action:manipulation;
  -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}
.owl-carousel .owl-stage-outer {
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item {
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none
}
.owl-carousel .owl-item img {
  display:block
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display:none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display:block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor:pointer;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background:0 0;
  color:inherit;
  border:none;
  padding:0!important;
  font:inherit
}
.owl-carousel.owl-loading {
  opacity:0;
  display:block
}
.owl-carousel.owl-hidden {
  opacity:0
}
.owl-carousel.owl-refresh .owl-item {
  visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.owl-carousel.owl-grab {
  cursor:move;
  cursor:grab
}
.owl-carousel.owl-rtl {
  direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
  float:right
}
.owl-carousel .animated {
  animation-duration:1s;
  animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
  z-index:0
}
.owl-carousel .owl-animated-out {
  z-index:1
}
.owl-carousel .fadeOut {
  animation-name:fadeOut
}
@keyframes fadeOut {
  0% {
    opacity:1
  }
  100% {
    opacity:0
  }
}
.owl-height {
  transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity:0;
  transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height:0
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position:relative;
  height:100%;
  background:#000
}
.owl-carousel .owl-video-play-icon {
  position:absolute;
  height:80px;
  width:80px;
  left:50%;
  top:50%;
  margin-left:-40px;
  margin-top:-40px;
  background:url(../libs/owlcarousel2/owl.video.play.png) no-repeat;
  cursor:pointer;
  z-index:1;
  -webkit-backface-visibility:hidden;
  transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform:scale(1.3,1.3);
  transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display:none
}
.owl-carousel .owl-video-tn {
  opacity:0;
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position:relative;
  z-index:1;
  height:100%;
  width:100%
}
a.lightzoom {
  cursor:zoom-in;
  cursor:-webkit-zoom-in;
  cursor:-moz-zoom-in
}
#lz-container {
  display:block;
  height:100%;
  width:100%;
  left:0;
  top:0;
  white-space:nowrap;
  position:absolute;
  z-index:9999990!important
}
#lz-box {
  position:fixed;
  height:100%;
  width:100%;
  line-height:1px;
  text-align:center;
  display:inline-block;
  z-index:9999998!important
}
#lz-overlay {
  display:block;
  opacity:.6;
  background:#000;
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:9999991!important
}
#lz-box:before {
  content:"";
  display:inline-block;
  height:50%;
  width:1px;
  margin-right:-1px
}
#lz-box img {
  float:none;
  display:inline-block;
  max-height:80%;
  max-width:100%;
  margin:0;
  padding:0;
  width:auto;
  height:auto;
  vertical-align:middle;
  opacity:0;
  position:relative;
  z-index:9999995!important
}
#lz-box p {
  position:relative;
  bottom:0;
  margin-top:-30px;
  margin-bottom:0;
  line-height:20px;
  font-size:18px;
  z-index:9999997!important
}
#lz-close {
  display:block;
  position:absolute;
  top:2%;
  right:2%;
  background:url(../libs/lightzoom/image/close.png) no-repeat 5px 5px;
  width:21px;
  height:21px;
  text-indent:-9999px;
  padding:5px;
  opacity:.5;
  z-index:9999998!important
}
#lz-close:hover {
  opacity:1
}
#lz-loading-center {
  width:100%;
  height:100%;
  position:relative;
  z-index:9999999!important
}
#lz-loading-center>.lz-loading-center-box {
  position:fixed;
  left:50%;
  top:50%;
  height:150px;
  width:150px;
  margin-top:-75px;
  margin-left:-75px
}
.lz-object {
  width:20px;
  height:20px;
  background-color:#fff;
  float:left;
  margin-right:20px;
  margin-top:65px;
  -moz-border-radius:50% 50% 50% 50%;
  -webkit-border-radius:50% 50% 50% 50%;
  border-radius:50% 50% 50% 50%
}
#lz-object_one {
  -webkit-animation:object_one 1.5s infinite;
  animation:object_one 1.5s infinite
}
#lz-object_two {
  -webkit-animation:object_two 1.5s infinite;
  animation:object_two 1.5s infinite;
  -webkit-animation-delay:.25s;
  animation-delay:.25s
}
#lz-object_three {
  -webkit-animation:object_three 1.5s infinite;
  animation:object_three 1.5s infinite;
  -webkit-animation-delay:.5s;
  animation-delay:.5s
}
@-webkit-keyframes object_one {
  75% {
    -webkit-transform:scale(0)
  }
}
@keyframes object_one {
  75% {
    transform:scale(0);
    -webkit-transform:scale(0)
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform:scale(0)
  }
}
@keyframes object_two {
  75% {
    transform:scale(0);
    -webkit-transform:scale(0)
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform:scale(0)
  }
}
@keyframes object_three {
  75% {
    transform:scale(0);
    -webkit-transform:scale(0)
  }
}
@font-face {
  font-family:helvetica;
  font-weight:300;
  font-style:normal;
  src:url(../fonts/helvetica/HelveticaNeueCyr-Roman.eot);
  src:url(../fonts/helvetica/HelveticaNeueCyr-Roman.eot?#iefix) format("embedded-opentype"),url(../fonts/helvetica/HelveticaNeueCyr-Roman.woff) format("woff"),url(../fonts/helvetica/HelveticaNeueCyr-Roman.ttf) format("truetype")
}
@font-face {
  font-family:helvetica;
  font-weight:700;
  font-style:normal;
  src:url(../fonts/helvetica/HelveticaNeueCyr-Bold.eot);
  src:url(../fonts/helvetica/HelveticaNeueCyr-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/helvetica/HelveticaNeueCyr-Bold.woff) format("woff"),url(../fonts/helvetica/HelveticaNeueCyr-Bold.ttf) format("truetype")
}
@font-face {
  font-family:helvetica;
  font-weight:100;
  font-style:normal;
  src:url(../fonts/helvetica/HelveticaNeueCyr-Light.eot);
  src:url(../fonts/helvetica/HelveticaNeueCyr-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/helvetica/HelveticaNeueCyr-Light.woff) format("woff"),url(../fonts/helvetica/HelveticaNeueCyr-Light.ttf) format("truetype")
}
@font-face {
  font-family: copperplate;
  font-weight:500;
  font-style:normal;
  src:url(../fonts/Ccopperplate.woff2);
  src:url(../fonts/Ccopperplate.woff2) format("woff2") format("truetype");
}

*,
::after,
::before {
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
html {
  font-family:sans-serif;
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  -ms-overflow-style:scrollbar;
  -webkit-tap-highlight-color:transparent
}
@-ms-viewport {
  width:device-width
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display:block
}
body {
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#212529;
  text-align:left;
  background-color:#fff
}
[tabindex="-1"]:focus {
  outline:0!important
}
hr {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  height:0;
  overflow:visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0;
  margin-bottom:.5rem
}
p {
  margin-top:0;
  margin-bottom:1rem
}
abbr[data-original-title],
abbr[title] {
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted;
  cursor:help;
  border-bottom:0
}
address {
  margin-bottom:1rem;
  font-style:normal;
  line-height:inherit
}
dl,
ol,
ul {
  margin-top:0;
  margin-bottom:1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom:0
}
dt {
  font-weight:700
}
dd {
  margin-bottom:.5rem;
  margin-left:0
}
blockquote {
  margin:0 0 1rem
}
dfn {
  font-style:italic
}
b,
strong {
  font-weight:bolder
}
small {
  font-size:80%
}
sub,
sup {
  position:relative;
  font-size:75%;
  line-height:0;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
a {
  color:#007bff;
  text-decoration:none;
  background-color:transparent;
  -webkit-text-decoration-skip:objects
}
a:hover {
  color:#0056b3;
  text-decoration:underline
}
a:not([href]):not([tabindex]) {
  color:inherit;
  text-decoration:none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color:inherit;
  text-decoration:none
}
a:not([href]):not([tabindex]):focus {
  outline:0
}
code,
kbd,
pre,
samp {
  font-family:monospace,monospace;
  font-size:1em
}
pre {
  margin-top:0;
  margin-bottom:1rem;
  overflow:auto;
  -ms-overflow-style:scrollbar
}
figure {
  margin:0 0 1rem
}
img {
  vertical-align:middle;
  border-style:none
}
svg:not(:root) {
  overflow:hidden
}
table {
  border-collapse:collapse
}
caption {
  padding-top:.75rem;
  padding-bottom:.75rem;
  color:#6c757d;
  text-align:left;
  caption-side:bottom
}
th {
  text-align:inherit
}
label {
  display:inline-block;
  margin-bottom:.5rem
}
button {
  border-radius:0
}
button:focus {
  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color
}
button,
input,
optgroup,
select,
textarea {
  margin:0;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit
}
button,
input {
  overflow:visible
}
button,
select {
  text-transform:none
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding:0;
  border-style:none
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance:listbox
}
textarea {
  overflow:auto;
  resize:vertical
}
fieldset {
  min-width:0;
  padding:0;
  margin:0;
  border:0
}
legend {
  display:block;
  width:100%;
  max-width:100%;
  padding:0;
  margin-bottom:.5rem;
  font-size:1.5rem;
  line-height:inherit;
  color:inherit;
  white-space:normal
}
progress {
  vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  outline-offset:-2px;
  -webkit-appearance:none
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  font:inherit;
  -webkit-appearance:button
}
output {
  display:inline-block
}
summary {
  display:list-item;
  cursor:pointer
}
template {
  display:none
}
[hidden] {
  display:none!important
}
@-ms-viewport {
  width:device-width
}
html {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -ms-overflow-style:scrollbar
}
*,
::after,
::before {
  -webkit-box-sizing:inherit;
  box-sizing:inherit
}

::-webkit-input-placeholder {
  color:#666;
}
::-moz-placeholder {
  color:#666;
}
:-ms-input-placeholder {
  color:#666;
}
::-ms-input-placeholder {
  color:#666;
}
::placeholder {
  color:#666;
}
::-moz-selection {
  background-color:#eea36d;
  color:#fff;
}
::selection {
  background-color:#eea36d;
  color:#fff;
}
body {
  font-size:16px;
  min-width:320px;
  position:relative;
  line-height:1.65;
  font-family:helvetica,sans-serif;
  overflow-x:hidden;
  color:#fff;
  background:-o-linear-gradient(311.39deg,#0f496d 1.66%,#175175 98.59%);
  background:linear-gradient(138.61deg,#0f496d 1.66%,#175175 98.59%);
}
body input,
body textarea {
  border:#666 1px solid;
  outline:0;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color:red;
}
body input:required:valid,
body textarea:required:valid {
  border-color:green;
}
a {
  color:#fff;
}
a:hover {
  text-decoration:none;
  color:#fff;
}
.img-responsive {
  display:block;
  max-width:100%;
  height:auto;
}
.img-responsive.img-width {
  width:100%;
}
.text-center {
  text-align:center;
}
b,
strong {
  font-weight:700;
}
header {
  position:relative;
  overflow:hidden;
  margin-bottom:50px;
  padding-bottom:25px;
  display: flex;
    flex-direction: column;
    align-items: center;
}
header::after{
    content: "";
    position: absolute;
    top: -87px;
    right: -130px;
    height: 100%;
    width: 210px;
    background: url(../img/header-bf-right.png) no-repeat top;
    background-size: contain;
}
header::before{
  content:"";
  position:absolute;
  top: -50px;
  left: -100px;
  height:100%;
  width: 210px;
  background: url(../img/header-bf-left.png) no-repeat top;
  background-size:contain;
}
header p {
  font-size:24px;
  font-weight:100;
  color:#fff;
  line-height:24px;
  margin-top:31px;
}
.header-photo {
  width:60%;
  height:300px;
  background:url(../img/header-pen.png) no-repeat top;
  background-size:contain;
  position:absolute;
  top:0;
  right:0;
}
.topline {
  width:110%;
  top:-25px;
  right:20px;
  height:65px;
  background:rgba(15,73,109,.8);
  -webkit-filter:blur(10px);
  filter:blur(10px);
  position:relative;
  z-index:50;
  overflow-x:hidden;
}
.topline-content {
  width:100%;
  height:50px;
  position:absolute;
  top:0;
  left:0;
  z-index:98;
  padding-left:15px;
  padding-right:15px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.topline-adress {
  position:relative;
  display:none;
  margin-top:5px;
}
.topline-adress span:first-of-type {
  font-weight:700;
}
.topline-adress:before {
  content:"";
  width:70px;
  height:70px;
  background:url(../img/location-icon.png) center no-repeat;
  background-size:contain;
  position:absolute;
  left:-65px;
  top:-10px;
}
.topline-watch {
  position:relative;
  margin-top:5px;
  display:none;
}
.topline-watch span {
  line-height:-5px;
  margin-top:-15px;
}
.topline-watch span:first-of-type {
  font-weight:700;
}
.topline-watch:before {
  content:"";
  width:70px;
  height:70px;
  background:url(../img/clock-icon.png) center no-repeat;
  background-size:contain;
  position:absolute;
  left:-65px;
  top:-10px;
}
.topline-contact {
  position:relative;
  display:none;
  margin-top:5px;
}
.topline-contact span:first-of-type {
  font-weight:700;
}
.topline-contact:before {
  content:"";
  width:70px;
  height:70px;
  background:url(../img/contact-icon.png) center no-repeat;
  background-size:contain;
  position:absolute;
  left:-65px;
  top:-10px;
}
.nav-topline-adress {
  position:relative;
  margin-top:5px;
  margin-bottom:40px;
}
.nav-topline-adress span:first-of-type {
  font-weight:700;
}
.nav-topline-adress:before {
  content:"";
  width:70px;
  height:70px;
  background:url(../img/location-icon.png) center no-repeat;
  background-size:contain;
  position:absolute;
  left:-65px;
  top:-10px;
}
.nav-topline-watch {
  position:relative;
  margin-top:5px;
  margin-bottom:40px;
}
.nav-topline-watch span {
  line-height:-5px;
  margin-top:-15px;
}
.nav-topline-watch span:first-of-type {
  font-weight:700;
}
.nav-topline-watch:before {
  content:"";
  width:70px;
  height:70px;
  background:url(../img/clock-icon.png) center no-repeat;
  background-size:contain;
  position:absolute;
  left:-65px;
  top:-10px;
}
.nav-topline-contact {
  position:relative;
  margin-top:5px;
}
.nav-topline-contact span:first-of-type {
  font-weight:700;
}
.nav-topline-contact:before {
  content:"";
  width:70px;
  height:70px;
  background:url(../img/contact-icon.png) center no-repeat;
  background-size:contain;
  position:absolute;
  left:-65px;
  top:-10px;
}
.logo {
  height:55px;
}
.logo img {
  height:55px;
}
.burger {
  display:block;
  position:fixed;
  width:40px;
  height:45px;
  z-index:99;
  top:7px;
  right:20px;
}
.brg-strip {
  width:100%;
  height:4px;
  border-radius:15px;
  background:#fff;
  margin-bottom:5px;
  -webkit-box-shadow:2.3156px 2.3156px 13.8936px #b45215,.69468px .69468px 2.77873px rgba(0,0,0,.35),-2.3156px -2.3156px 13.8936px rgba(255,255,255,.75),inset .46312px .46312px .46312px #fff;
  box-shadow:2.3156px 2.3156px 13.8936px #b45215,.69468px .69468px 2.77873px rgba(0,0,0,.35),-2.3156px -2.3156px 13.8936px rgba(255,255,255,.75),inset .46312px .46312px .46312px #fff;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  position:relative;
  z-index:99;
}
.brg-strip:nth-of-type(2) {
  width:80%;
}
.burger.active {
  position:fixed;
  z-index:99;
}
.burger.active .brg-strip:nth-of-type(2) {
  width:0;
}
.burger.active .brg-strip:nth-of-type(1) {
  -webkit-transform:rotate(45deg) translateX(16px);
  -ms-transform:rotate(45deg) translateX(16px);
  transform:rotate(45deg) translateX(16px);
  margin-left:-25px;
}
.burger.active .brg-strip:nth-of-type(3) {
  -webkit-transform:rotate(-45deg) translateX(10px);
  -ms-transform:rotate(-45deg) translateX(10px);
  transform:rotate(-45deg) translateX(10px);
  margin-left:-21px;
}
nav {
  height:100%;
  width:100%;
  left:auto;
  background:-o-linear-gradient(311.39deg,#0f496d 1.66%,#175175 98.59%);
  background:linear-gradient(138.61deg,#0f496d 1.66%,#175175 98.59%);
  position:fixed;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:baseline;
  -webkit-align-items:baseline;
  -ms-flex-align:baseline;
  align-items:baseline;
  padding-left:16.66667%;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  padding-bottom:25px;
  padding-top:100px;
  -webkit-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
  z-index:97;
  top:0;
  right:0;
}
.top-test {
  right:-100%
}
.header-text {
  width:100%;
  text-align:center;
  margin-top: 180px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.h1-wrapper{
  width: fit-content;
  position: relative;
}
.header-text__top{
position: absolute;
    top: -45px;
    left: 69px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 100%;
}
.header-text__bottom {
position: absolute;
    bottom: 20px;
    right: -12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
}
h1 {
  color:#fff;
  background:-webkit-gradient(linear,left bottom,left top,from(#d18143),to(#fbc797));
  background:-o-linear-gradient(bottom,#d18143,#fbc797);
  background:linear-gradient(0deg,#d18143,#fbc797);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  font-size:56px;
  position:relative;
  z-index:97;
  position:relative;
  line-height:40px;
  width: fit-content;
  font-family: "copperplate";
  margin-bottom:0;
}

.for-mobile {
  display:block;
}
.btn-wrapper{
  width:fit-content;
  display:flex;
  position:relative;
  justify-content:center;
  margin-top:130px;
  height:150px;
}
.main-btn {
  width:260px;
  height:65px;
  background: url(../img/btn.svg) center no-repeat;
  background-size: contain;
  border:none;
  position:relative;
  color:#fff;
  z-index:1;
  padding-left:0;
  padding-right:0;
  -webkit-transition:.4s ease-in-out;
  -o-transition:.4s ease-in-out;
  transition:.4s ease-in-out;
}
.main-btn::before {
    content: "";
    width: 78px;
    height: 100%;
    position: absolute;
    bottom: -58px;
    left: -56px;
    background: url(../img/btn-paper-l.png) center no-repeat;
    background-size: contain;
    z-index: -1;
}
.main-btn::after {
    content: "";
    width: 183px;
    height: 138%;
    position: absolute;
    bottom: -7px;
    right: -138px;
    background: url(../img/btn-paper-r.png) center no-repeat;
    background-size: contain;
    z-index: 5;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.main-btn:hover {
  scale:1.03;
}
.main-btn:hover::after{
  scale:.97;
}
/* .main-btn:active {
  -webkit-box-shadow:inset -2.12824px -2.12824px 8.25647px #316586,inset 2.12824px 2.12824px 8.3534px rgba(15,59,86,.71);
  box-shadow:inset -2.12824px -2.12824px 8.25647px #316586,inset 2.12824px 2.12824px 8.3534px rgba(15,59,86,.71)
} */
.main-btn a {
  width:100%;
  height:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  text-align: center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:start;
  -webkit-justify-content:start;
  -ms-flex-pack:start;
  justify-content:center;
  color:#fff;
  font-weight:700;
  position:relative;
}
.main-btn a:hover {
  text-decoration:none;
}
.main-btn:hover .phone-icon {
  -webkit-box-shadow:2.12824px 2.12824px 8.25647px rgba(15,59,86,.71),-2.12824px -2.12824px 8.3534px #316586;
  box-shadow:2.12824px 2.12824px 8.25647px rgba(15,59,86,.71),-2.12824px -2.12824px 8.3534px #316586;
}
.phone-icon {
  height:65px;
  width:65px;
  background:url(../img/phone-icon.png) center;
  background-size:contain;
  -webkit-box-shadow:7.97468px 7.97468px 15.9494px rgba(15,59,86,.71),-7.97468px -7.97468px 20px #316586;
  box-shadow:7.97468px 7.97468px 15.9494px rgba(15,59,86,.71),-7.97468px -7.97468px 20px #316586;
  border-radius:32px;
  position:absolute;
  right:0;
  margin-left:30px;
  z-index:5;
  -webkit-animation:phone-anim 1s infinite ease-in-out;
  animation:phone-anim 1s infinite ease-in-out;
}

.bg-column {
  width:100%;
  height:686px;
  background:url(../img/column-cover-mobile.png) bottom no-repeat;
  background-size:100%;
  mix-blend-mode:multiply;
  position:absolute;
  top:20px;
  z-index:-1;
}
.bg-books {
  width:100%;
  height:2000px;
  background:url(../img/books-cover-mobile.png) center no-repeat;
  background-size:100%;
  mix-blend-mode:multiply;
  position:absolute;
  top:1100px;
  z-index:-1;
}
.about {
  width:calc(100% - 30px);
  margin-left:15px;
  margin-right:15px;
  margin-top:75px;
  -webkit-box-shadow:4px 4px 8px rgba(15,59,86,.71),-4px -4px 10px #316586;
  box-shadow:4px 4px 8px rgba(15,59,86,.71),-4px -4px 10px #316586;
  border-radius:48px;
  position:relative;
  background:-o-linear-gradient(311.39deg,#0f496d 1.66%,#175175 98.59%);
  background:linear-gradient(138.61deg,#0f496d 1.66%,#175175 98.59%);
  z-index:50;
}
.about-photo {
  width:100%;
  height:330px;
  background:url(../img/photo.png) 0 -50px no-repeat;
  border-radius:34px;
  background-size:cover;
  position:relative;
  z-index:5;
}
.about-photo-border {
  width:calc(100% + 4px);
  height:334px;
  border-radius:36px;
  top:-2px;
  left:-2px;
  position:absolute;
  border:double 2px transparent;
  background-image:-o-linear-gradient(42.06deg,#1c1942 19.6%,#28245d 77.32%),-o-linear-gradient(bottom,#d18143,#fbc797);
  background-image:linear-gradient(47.94deg,#1c1942 19.6%,#28245d 77.32%),linear-gradient(0deg,#d18143,#fbc797);
  background-origin:border-box;
  background-clip:content-box,border-box;
  z-index:1
}
.about-text {
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
}
.about-text h2 {
  font-size:24px;
  line-height:24px;
  margin-top:15px;
  background:-webkit-gradient(linear,left bottom,left top,from(#d18143),to(#fbc797));
  background:-o-linear-gradient(bottom,#d18143,#fbc797);
  background:linear-gradient(0deg,#d18143,#fbc797);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  margin-bottom:20px;
  font-family: "copperplate";
}
.about-text p {
  font-size:16px;
  font-weight:100;
  line-height:159%;
}
.about-contact-mail {
  margin-bottom:25px;
}
.about-contact-mail span {
  margin-left:50px;
  position:relative;
}
.about-contact-mail span:before {
  content:"";
  width:70px;
  height:70px;
  position:absolute;
  left:-70px;
  top:-25px;
  background:url(../img/mail-icon.png) center;
  background-size:contain;
}
.about-contact-phone {
  margin-bottom:20px;
  margin-left:50px;
  position:relative;
}
.about-contact-phone:before {
  content:"";
  width:70px;
  height:70px;
  position:absolute;
  left:-70px;
  top:-25px;
  background:url(../img/phone-icon.png) center;
  background-size:contain;
}
.owl-item.active {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.caro {
  margin-top:70px;
}
.docs {
  height:220px;
  width:calc(100% - 150px);
  -webkit-box-shadow:4px 4px 8px rgba(15,59,86,.71),-4px -4px 10px #316586;
  box-shadow:4px 4px 8px rgba(15,59,86,.71),-4px -4px 10px #316586;
  border-radius:38px;
  margin-bottom:25px;
  margin-top:25px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  background:-o-linear-gradient(311.39deg,#0f496d 1.66%,#175175 98.59%);
  background:linear-gradient(138.61deg,#0f496d 1.66%,#175175 98.59%);
}
.docs img {
  height:150px;
  width:auto;
  border-radius:14px;
  -webkit-box-shadow:2.3156px 2.3156px 13.8936px #b45215,.69468px .69468px 2.77873px rgba(0,0,0,.35),-2.3156px -2.3156px 13.8936px rgba(255,255,255,.75),inset .46312px .46312px .46312px #fff;
  box-shadow:2.3156px 2.3156px 13.8936px #b45215,.69468px .69468px 2.77873px rgba(0,0,0,.35),-2.3156px -2.3156px 13.8936px rgba(255,255,255,.75),inset .46312px .46312px .46312px #fff;
}
.owl-carousel {
  position:relative;
}
.owl-carousel .owl-nav .owl-next {
  width:70px;
  height:70px;
  background:url(../img/arrow-icon.png) center no-repeat!important;
  background-size:contain!important;
  position:absolute;
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
  right:0;
  top:50%;
  margin-top:-45px;
}
.owl-carousel .owl-nav .owl-next:focus {
  outline:0;
  border:none;
}
.owl-carousel .owl-nav .owl-prev {
  width:70px;
  height:70px;
  background:url(../img/arrow-icon.png) center no-repeat!important;
  background-size:contain!important;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-45px;
}
.owl-carousel .owl-nav .owl-prev:focus {
  outline:0;
  border:none
}
.servises {
  width:calc(100% - 30px);
  margin-left:15px;
  margin-right:15px;
  -webkit-box-shadow:inset 20px 20px 60px #316586,inset -20px -20px 60px 15,59,86,.71;
  box-shadow:inset 20px 20px 60px #316586,inset -20px -20px 60px 15,59,86,.71;
  border-radius:34px;
  position:relative;
  border:double 2px transparent;
  background-image:-o-linear-gradient(42.06deg,#0f496d 19.6%,#175175 77.32%),-o-linear-gradient(bottom,#d18143,#fbc797);
  background-image:linear-gradient(47.94deg,#0f496d 19.6%,#175175 77.32%),linear-gradient(0deg,#d18143,#fbc797);
  background-origin:border-box;
  background-clip:content-box,border-box;
  z-index:1;
}
.servises>p {
  margin-left:15px;
  margin-right:15px;
  margin-bottom:25px;
}
.servises>h3 {
  margin-left:15px;
  margin-top:25px;
}
.servise {
  width:calc(100% - 30px);
  -webkit-box-shadow:4px 4px 8px rgba(15,59,86,.71),-4px -4px 10px #316586;
  box-shadow:4px 4px 8px rgba(15,59,86,.71),-4px -4px 10px #316586;
  border-radius:38px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:25px;
  padding-left:30px;
  padding-right:30px;
}
.servise h4 {
  font-size:24px;
  line-height:24px;
  margin-bottom:30px;
  padding-top:20px;
  position:relative;
  right:-20px;
  max-width:calc(100% - 50px);
}
.servise p {
  font-size:16px;
  margin-bottom:20px;
  padding-bottom:20px;
}
.servise-1 h4:before {
  content:"";
  height:90px;
  width:90px;
  background:url(../img/serv-icon1.png) center no-repeat;
  background-size:contain;
  position:absolute;
  margin-left:-80px;
  top:50%;
  margin-top:-30px;
}
.servise-2 h4:before {
  content:"";
  height:90px;
  width:90px;
  background:url(../img/serv-icon2.png) center no-repeat;
  background-size:contain;
  position:absolute;
  margin-left:-80px;
  top:50%;
  margin-top:-30px;
}
.servise-3 h4:before {
  content:"";
  height:90px;
  width:90px;
  background:url(../img/serv-icon1.png) center no-repeat;
  background-size:contain;
  position:absolute;
  margin-left:-80px;
  top:50%;
  margin-top:-30px;
}
.servise-4 h4:before {
  content:"";
  height:90px;
  width:90px;
  background:url(../img/serv-icon3.png) center no-repeat;
  background-size:contain;
  position:absolute;
  margin-left:-80px;
  top:50%;
  margin-top:-30px;
}
.servise-5 h4:before {
  content:"";
  height:90px;
  width:90px;
  background:url(../img/serv-icon4.png) center no-repeat;
  background-size:contain;
  position:absolute;
  margin-left:-80px;
  top:50%;
  margin-top:-30px;
}
.servise-6 h4:before {
  content:"";
  height:90px;
  width:90px;
  background:url(../img/serv-icon5.png) center no-repeat;
  background-size:contain;
  position:absolute;
  margin-left:-80px;
  top:50%;
  margin-top:-30px;
}
.faq {
  padding-left:15px;
  padding-right:15px;
  margin-bottom:80px;
  margin-top:80px;
}
.accordion .accordion-item {
  background:-o-linear-gradient(311.39deg,#0f496d 1.66%,#175175 98.59%);
  background:linear-gradient(138.61deg,#0f496d 1.66%,#175175 98.59%);
  -webkit-box-shadow:8px 8px 8px rgba(15,59,86,.71),-8px -8px 12px #316586;
  box-shadow:8px 8px 8px rgba(15,59,86,.71),-8px -8px 12px #316586;
  margin-top:30px;
  border-radius:60px;
  padding-left:40px;
  padding-top:30px;
  padding-bottom:30px;
  -webkit-transition:.4s ease-in-out;
  -o-transition:.4s ease-in-out;
  transition:.4s ease-in-out;
}
.accordion button {
  position:relative;
  display:block;
  text-align:left;
  width:100%;
  padding:1em 0;
  color:#fff;
  font-size:16px;
  font-weight:100;
  border:none;
  background:0 0;
  outline:0;
  -webkit-transition:.4s ease-in-out;
  -o-transition:.4s ease-in-out;
  transition:.4s ease-in-out;
}
.accordion button:focus,
.accordion button:hover {
  cursor:pointer;
  text-shadow:2.3156px 2.3156px 13.8936px #b45215,.69468px .69468px 2.77873px rgba(0,0,0,.35),-2.3156px -2.3156px 13.8936px rgba(255,255,255,.75);
  cursor:pointer;
}
.accordion button .accordion-title {
  padding-right:80px;
  display:block;
  -webkit-transition:.4s ease-in-out;
  -o-transition:.4s ease-in-out;
  transition:.4s ease-in-out
}
.accordion button .icon {
  display:inline-block;
  position:absolute;
  top:50%;
  margin-top:-25px;
  right:25px;
  width:50px;
  height:50px;
  border-radius:30px;
  background:-o-linear-gradient(311.39deg,#0f496d 1.66%,#175175 98.59%);
  background:linear-gradient(138.61deg,#0f496d 1.66%,#175175 98.59%);
  -webkit-box-shadow:4px 4px 8px rgba(15,59,86,.71),-4px -4px 10px #316586;
  box-shadow:4px 4px 8px rgba(15,59,86,.71),-4px -4px 10px #316586;
  -webkit-transition:.4s ease-in-out;
  -o-transition:.4s ease-in-out;
  transition:.4s ease-in-out;
}
.accordion button .icon:before {
  content:"";
  width:50px;
  height:50px;
  background:url(../img/plus-icon.png) center;
  position:absolute;
  top:0;
  -webkit-transition:.4s ease-in-out;
  -o-transition:.4s ease-in-out;
  transition:.4s ease-in-out;
}
.accordion button[aria-expanded=true] .icon:before {
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.accordion button[aria-expanded=true] .icon {
  background:4px 4px 8px rgba(15,59,86,.71),-4px -4px 10px #316586;
  -webkit-box-shadow:inset 20px 20px 60px #316586,inset -20px -20px 60px 15,59,86,.71;
  box-shadow:inset 20px 20px 60px #316586,inset -20px -20px 60px 15,59,86,.71;
  -webkit-transition:.4s ease-in-out;
  -o-transition:.4s ease-in-out;
  transition:.4s ease-in-out;
  margin-top: -35px;
}
.accordion button[aria-expanded=true]+.accordion-content {
  opacity:1;
  max-height:30em;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
  will-change:opacity,max-height;
  padding-right:25px;
}
.accordion .accordion-content {
  opacity:0;
  max-height:0;
  overflow:hidden;
  -webkit-transition:opacity .2s linear,max-height .2s linear;
  -o-transition:opacity .2s linear,max-height .2s linear;
  transition:opacity .2s linear,max-height .2s linear;
  will-change:opacity,max-height;
}
.accordion .accordion-content p {
  font-size:1rem;
  font-weight:300;
  margin:2em 0;
}
.prices {
  padding-left:15px;
  padding-right:15px;
  margin-top:60px;
}
.prices b {
  font-size:1.2em;
}
.prices h3 {
  margin-bottom:40px;
}
.price {
  margin-bottom:10px;
  padding:25px 15px 90px;
  height:100%;
  position:relative;
}
.price ul li {
  list-style-type:none;
  margin-top:20px;
  position:relative;
}
.price ul li:before {
  content:"";
  width:50px;
  height:50px;
  position:absolute;
  background:url(../img/mark-icon.png);
  background-size:contain;
  left:-50px;
  top:-10px;
}
.price div:last-of-type {
  float:right;
  -webkit-box-shadow:inset 8px 8px 8px rgba(15,59,86,.71),inset -8px -8px 12px #316586;
  box-shadow:inset 8px 8px 8px rgba(15,59,86,.71),inset -8px -8px 12px #316586;
  padding:8px 22px;
  border-radius:45px;
  position:absolute;
  right:0;
  bottom:-15px;
}
.price figure {
  margin:0;
}
.str-plus {
  padding-bottom:130px;
}
.str-plus div span:last-of-type {
  font-weight:100;
  font-size:.9em;
  float:right;
  padding-bottom:15px;
  margin-top:3px;
}
.no-list {
  padding-bottom:150px;
}
.no-list div {
  margin-top:30px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:end;
  -webkit-align-items:end;
  -ms-flex-align:end;
  align-items:end;
}
.no-list div figure span:last-of-type {
  font-size:2em;
  font-weight:700;
}
.no-list div span:last-of-type {
  font-size:.9em;
  font-weight:100;
}
.prise-str {
  font-size:2em;
  font-weight:700;
  margin-left:5px;
}
.links {
  padding-left:15px;
  padding-right:15px;
}
.links h3 {
  margin-bottom:50px;
}
.links a {
  margin-bottom:40px;
  display:block;
  font-size:18px;
  color:#fff;
  position:relative;
  margin-left:80px;
}
.links a:hover {
  text-decoration:none;
  color:#fff;
}
.links a:before {
  content:"";
  height:80px;
  width:80px;
  background:url(../img/link-icon.png) no-repeat;
  background-size:contain;
  position:absolute;
  margin-left:-80px;
  top:-25px;
}
footer {
  margin-top:150px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:baseline;
  -webkit-align-items:baseline;
  -ms-flex-align:baseline;
  align-items:baseline;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  padding-left:15px;
  padding-right:15px;
}
footer h3 {
  font-size:36px;
  margin-bottom:30px;
}
.footer-logo {
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:70px;
}
.footer-logo p {
  font-size:24px;
  line-height:30px;
  font-weight:100;
}
.footer-logo img {
  height:200px;
}
.footer-workours {
  margin-top:70px;
}
.footer-adress {
  margin-top:70px;
}
.footer-contacts {
  margin-top:70px;
}
.footer-contacts a {
  color:#fff;
}
.footer-contacts a:hover {
  color:#fff;
  text-decoration:none;
}
.footer-bg {
  width:100%;
  height:1179px;
  background:url(../img/footer-cover-mobile.png) bottom no-repeat;
  background-size:100%;
  mix-blend-mode:multiply;
  position:absolute;
  bottom:0;
  z-index:-1;
}
.extra-info p{
  text-align:center;
  font-size:24px;
  margin-top:70px;
  font-family: "copperplate";
}
@-webkit-keyframes phone-anim {
  0% {
    -webkit-transform:rotate(15deg) scale(.5) skew(1deg);
    transform:rotate(15deg) scale(.5) skew(1deg);
    opacity:.1;
  }
  30% {
    -webkit-transform:rotate(-15deg) scale(.7) skew(1deg);
    transform:rotate(-15deg) scale(.7) skew(1deg);
    opacity:.5;
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
    opacity:.1;
  }
}
@keyframes phone-anim {
  0% {
    -webkit-transform:rotate(15deg) scale(.5) skew(1deg);
    transform:rotate(15deg) scale(.5) skew(1deg);
    opacity:.1;
  }
  30% {
    -webkit-transform:rotate(-15deg) scale(.7) skew(1deg);
    transform:rotate(-15deg) scale(.7) skew(1deg);
    opacity:.5;
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
    opacity:.1;
  }
}
@-webkit-keyframes phone-anim {
  0% {
    -webkit-transform:rotate(15deg) scale(.7) skew(1deg);
    transform:rotate(15deg) scale(.7) skew(1deg);
    opacity:.2;
  }
  50% {
    -webkit-transform:rotate(-15deg) scale(1) skew(1deg);
    transform:rotate(-15deg) scale(1) skew(1deg);
    opacity:.2;
  }
  100% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    transform:rotate(0) scale(.7) skew(1deg);
    opacity:.2;
  }
}
@keyframes phone-anim {
  0% {
    -webkit-transform:rotate(15deg) scale(.7) skew(1deg);
    transform:rotate(15deg) scale(.7) skew(1deg);
    opacity:.2;
  }
  50% {
    -webkit-transform:rotate(-15deg) scale(1) skew(1deg);
    transform:rotate(-15deg) scale(1) skew(1deg);
    opacity:.2
  }
  100% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    transform:rotate(0) scale(.7) skew(1deg);
    opacity:.2;
  }
}
@-webkit-keyframes phone-anim {
  0% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform:rotate(-15deg) scale(1) skew(1deg);
    transform:rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform:rotate(15deg) scale(1) skew(1deg);
    transform:rotate(15deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform:rotate(-15deg) scale(1) skew(1deg);
    transform:rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform:rotate(15deg) scale(1) skew(1deg);
    transform:rotate(15deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-anim {
  0% {
    transform10:rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform:rotate(-15deg) scale(1) skew(1deg);
    transform:rotate(-15deg) scale(1) skew(1deg)
  }
  20% {
    -webkit-transform:rotate(15deg) scale(1) skew(1deg);
    transform:rotate(15deg) scale(1) skew(1deg)
  }
  30% {
    -webkit-transform:rotate(-15deg) scale(1) skew(1deg);
    transform:rotate(-15deg) scale(1) skew(1deg)
  }
  40% {
    -webkit-transform:rotate(15deg) scale(1) skew(1deg);
    transform:rotate(15deg) scale(1) skew(1deg)
  }
  50% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg)
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
  }
}
@media (min-width:1200px) {
  header {
    padding-bottom:75px;
    overflow:hidden;
  }
  header p {
    text-align:center;
    font-size:60px;
    line-height:63px;

  }
  .topline {
    height:100px;
  }
  .topline-content {
    padding-left:150px;
    padding-right:150px;
  }
  .logo {
    height:80px;
  }
  .logo img {
    height:80px;
  }
  .topline-adress,.topline-contact,.topline-watch {
    display:block;
  }
  .burger {
    display:none;
  }
  header::after{
content: "";
    position: absolute;
    top: -150px;
    right: -305px;
    height: 100%;
    width: 610px;
    background: url(../img/header-bf-right.png) no-repeat top;
    background-size: contain;
}
header::before{
  content:"";
  position:absolute;
  top: -50px;
  left: -305px;
  height:100%;
  width: 610px;
  background: url(../img/header-bf-left.png) no-repeat top;
  background-size:contain;
}
.header-text {
  margin-top: 150px;
}
.header-text__top{
    position: absolute;
    top: -40px;
    left: 107px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 100%;
}
.header-text__bottom{
position: absolute;
bottom: 41px;
right: -325px;
font-size: 20px;
font-weight: 500;
line-height: 100%;
width: 320px;
}
  h1 {
    text-align:center;
    font-size:128px;
    line-height:96px;
  }
  .for-mobile {
    display:none;
  }
  .header-photo {
    background:url(../img/header-pen.png) no-repeat right;
    height:550px;
    background-size:contain;
  }
  .btn-wrapper{
  margin-top:90px;
}
  .main-btn {
    width:536px;
    height:126px;
  }
  .main-btn a {
    font-size:30px;
  }
  .main-btn::before{
  content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    bottom: -80px;
    left: -33px;
    background: url(../img/btn-paper-l.png) center no-repeat;
    background-size: contain;
    z-index: -1;
}
.main-btn::after{
    content: "";
    width: 231px;
    height: 196%;
    position: absolute;
    bottom: -47px;
    right: -138px;
    background: url(../img/btn-paper-r.png) center no-repeat;
    background-size: contain;
    z-index: 5;
     -webkit-transition:.4s ease-in-out;
  -o-transition:.4s ease-in-out;
  transition:.4s ease-in-out;
}
  .phone-icon {
    height:126px;
    width:126px;
    border-radius:126px;
  }
  .bg-column {
    background:url(../img/bg.png);
    height:1215px;
    background-size: cover;
  }
  .about {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-left:150px;
    width:63%;
    margin-top:150px;
  }
  .about-photo {
    width:40%;
    height:auto;
    background:url(../img/photo.png) no-repeat center;
    background-size:cover;
  }
  .about-text {
    width:55%;
  }
  .about-text h2 {
    font-size:48px;
    line-height:48px;
  }
  .about-photo-border {
    width:calc(40% + 4px);
    left:-2px;
    height:calc(100% + 4px);
    top:-2px;
    border:double 4px transparent;
  }
  h3 {
    font-size:48px;
  }
  .docs {
    width:calc(100% - 20px);
  }
  .caro {
    margin-left:150px;
    margin-right:150px;
  }
  .owl-carousel .owl-nav .owl-next {
    right:-50px;
  }
  .owl-carousel .owl-nav .owl-prev {
    left:-50px;
  }
  .servises {
    margin-top:100px;
    margin-left:150px;
    margin-right:150px;
    width:calc(100% - 300px)
  }
  .servises-wrapper {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .servise {
    width:calc(33.333% - 30px)
  }
  .faq {
    margin-top:100px;
    padding-left:150px;
    padding-right:150px;
  }
  .links {
    margin-top:100px;
    padding-right:150px;
    padding-left:150px;
  }
  .links-wrapper {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
  }
  .links-wrapper a {
    width:25%;
  }
  .prices {
    margin-left:150px;
    margin-right:150px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  .price {
    padding:25px 15px 30px;
    margin-bottom:16px;
    position:relative;
  }
  .no-list {
    height:150px;
  }
  .no-list div {
    position:absolute;
    right:55px;
    bottom:10px;
  }
  footer {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    padding-left:150px;
    padding-right:150px;
  }
  .footer-adress,.footer-contacts,.footer-logo,.footer-workours {
    width:23.333%;
    margin-top:0;
  }
  .footer-logo {
    width:30%;
    margin-top:0;
  }
  .footer-logo img {
    margin-bottom:20px;
  }
  .footer-logo p {
    padding-left:25px;
  }
  .bg-books {
    background:url(../img/bg-books.png) no-repeat;
    top:1700px;
    background-size: cover;
  }
  .footer-bg {
    background:url(../img/footer-cover.png) no-repeat bottom;
    background-size: cover;
  }
}
