a {
  text-decoration: none;
  color: inherit;
}
.relative {
  position: relative;
}
.inside {
  width: 1190px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-sserif;
}
body.home {
  background: url(../images/anim.jpg) no-repeat -130px 1246px;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nowrap {
  flex-wrap: nowrap;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.flex-l {
  justify-content: flex-start;
}
img {
  display: block;
  max-width: 100%;
}
.header {
  font-size: 14px;
  z-index: 2;
  position: relative;
}
.header .blue-line {
  padding: 14px 0;
  color: #fff;
  background: #689cd2;
}
.header .blue-line .phone {
  margin-right: 50px;
}
.header .nav {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
}
.header .nav .navigation li {
  margin-left: 36px;
  position: relative;
}
.header .nav .navigation nav > div ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header .nav .navigation a {
  transition: all 0.3s ease 0s;
  padding: 10px 0;
}
.header .nav .navigation a:hover {
  color: #ff9a02;
  transition: all 0.3s ease 0s;
}
.title {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.main .slide-item {
  position: relative;
  background-position: center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 200px;
}
.main .slide-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.main .caption {
  color: #fff;
  position: relative;
  z-index: 2;
}
.main .caption h1 {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 46px;
}
.main .caption .button a {
  display: inline-block;
  width: 256px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #ff9a02;
  letter-spacing: 1px;
}
.dirrection-list {
  margin-top: -40px;
  z-index: 1;
  position: relative;
}
.dirrection-list .item {
  padding: 10px;
  color: #505050;
  font-size: 24px;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.08);
  width: 270px;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  background: #fff;
}
.dirrection-list .item .item-inner {
  border: 1px solid #689cd2;
  padding-top: 40px;
  height: 216px;
  text-align: center;
  box-sizing: border-box;
}
.dirrection-list .item .item-inner img {
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
.dirrection-list .item .item-inner p {
  margin-top: 20px;
}
.dirrection-list .item:hover {
  background: #689cd2;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.dirrection-list .item:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease 0s;
}
.about-us {
  padding-top: 110px;
}
.about-us .title {
  letter-spacing: 1.6px;
  padding: 0 60px;
  margin-bottom: 60px;
}
.about-us .video {
  width: 664px;
  max-width: 100%;
}
.about-us .video .frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-us .video .frame {
    max-width: 100%;
    position: relative;
}
.about-us .video img {
  max-width: 100%;
  display: block;
}
.about-us .description {
  width: 460px;
  line-height: 1.65;
  font-size: 18px;
  color: #0f0f0f;
}
.about-us .description p {
  margin-bottom: 20px;
}
.about-us .description .button {
  padding-top: 20px;
}
.about-us .description .button a {
  color: #0f0f0f;
  width: 264px;
  height: 62px;
  text-align: center;
  line-height: 56px;
  border: 2px solid #0f0f0f;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.about-us .description .button a:hover {
  transition: all 0.3s ease 0s;
  color: #fff;
  background: #0f0f0f;
}
.team-list {
  padding-top: 136px;
}
.team-list .item {
  text-align: center;
  width: 272px;
}
.team-list .item .img {
  border-bottom: 5px solid #4188d2;
}
.team-list .item .desc {
  padding: 10px;
  line-height: 1.2;
}
.team-list .item p {
  margin-bottom: 8px;
}
.team-list .item p strong {
  font-size: 24px;
  font-weight: 700;
}
.team-list.team-page {
  padding-top: 60px;
  padding-bottom: 80px;
  background: url(../images/anim.jpg), url(../images/anim2.jpg);
  background-position: -240px 260px, right -380px bottom 200px;
  background-repeat: no-repeat;
}
.team-list.team-page .item {
  margin-bottom: 46px;
}
.team-list .button {
  margin-top: 26px;
  text-align: center;
}
.team-list .button a {
  width: 256px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  background: #ff9a02;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.concurse-list {
  padding-top: 140px;
}
.concurse-list .item {
  position: relative;
  max-width: 32%;
}
.concurse-list .item .caption {
  font-weight: 600;
  position: absolute;
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
  line-height: 1.4;
  text-align: center;
  background: rgba(65, 136, 210, 0.7);
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.concurse-list .item:hover .caption {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.page-title {
  padding: 36px 0;
  background: #383838 url(../images/vector.png) no-repeat 80% center;
  text-align: left;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-title .ttl {
  padding-left: 200px;
}
.page-title .inside {
  position: relative;
}
.page-title .inside:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 5px;
  background: #689cd2;
  left: 12px;
  top: 50%;
}
.partners {
  padding: 130px 0;
}
.partners .item {
  padding: 0 10px;
}
.partners img {
  max-width: 100%;
}
.footer {
  background: #383838;
  color: #fff;
  padding: 50px 0;
  font-weight: 600;
}
.footer .logo {
  margin-bottom: 28px;
}
.footer li a {
  transition: all 0.3s ease 0s;
}
.footer li a:hover {
  color: #ff9a02;
  transition: all 0.3s ease 0s;
}
.footer .address {
  line-height: 1.8;
  font-size: 14px;
}
.footer .coll {
  padding-top: 12px;
  width: 35%;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
}
.footer .coll.coll-1 {
  padding-top: 0;
}
.footer .coll.coll-1 a:hover {
  text-decoration: underline;
}
.footer .coll li:not(:last-child) {
  margin-bottom: 18px;
}
.footer .coll .button {
  margin-top: 52px;
}
.footer .coll .button a {
  display: inline-block;
  width: 256px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #ff9a02;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 1px;
}
.footer .coll.coll-2 {
  width: 35%;
}
.footer .coll.coll-3 {
  width: 20%;
}
.copy {
  background: #383838;
  color: #fff;
  padding: 16px 0 30px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
}
.button a {
  transition: all 0.3s ease 0s;
}
.button a:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.navigation-mobile {
  display: none;
}
.toggler {
  margin-left: 30px;
  position: relative;
  width: 24px;
  height: 25px;
  z-index: 5;
  display: none;
}
.toggler .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 30px;
  z-index: 2;
}
.toggler .menu-btn .line {
  padding: 0;
  width: 24px;
  background: #ff9a02;
  height: 2px;
  margin: 5px 0;
  transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}
.toggler .menu-btn .line.line--1 {
  width: 30px;
  transform: rotate(0) translateY(0);
}
.toggler .menu-btn .line.line--1.line-cross {
  width: 24px;
  transform: rotate(45deg) translateY(10px);
}
.toggler .menu-btn .line.line--2 {
  width: 28px;
  transform: translateX(0);
}
.toggler .menu-btn .line.line--2.line-fade-out {
  width: 28px;
  transform: translate(30px);
  opacity: 0;
}
.toggler .menu-btn .line.line--3 {
  width: 20px;
  transform: rotate(0) translateY(0);
}
.toggler .menu-btn .line.line--3.line-cross {
  width: 24px;
  transform: rotate(-45deg) translateY(-10px);
}
.form {
  
  max-width: 100%;
  
  box-sizing: border-box;
}
#writeus {
    display: none;
    width: 420px;
    background: #fff;
    padding: 30px;
}
.form .title {
  margin-bottom: 20px;
  font-size: 24px;
}
.form .field,
.form .message {
  margin-bottom: 12px;
}
.form textarea,
.form input {
  width: 100%;
  display: block;
  height: 54px;
  border: 1px solid #efecec;
  padding: 0 16px;
  font-family: 'Roboto', sans-sserif;
  font-size: 14px;
}
.form textarea {
  padding-top: 16px;
  resize: none;
  height: 86px;
  outline: none !important
}
.form .button button {
  display: inline-block;
  width: 256px;
  height: 54px;
  text-align: center;
  background: #ff9a02;
  width: 100%;
  text-transform: none;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
}
.bookin-list {
  padding: 50px 0 100px;
}
.bookin-list .item {
  width: 270px;
  padding: 26px 15px 50px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  margin-bottom: 36px;
}
.bookin-list .item:not(.hidden) {
  box-shadow: 0px 6px 4.75px 0.25px rgba(0, 0, 0, 0.09);
  border: 2px solid #a9c5e2;
}
.bookin-list .item p {
  margin-top: 28px;
  font-size: 18px;
  color: #010101;
  line-height: 1.3;
  font-weight: 700;
}
.bookin-list .item img {
  margin: 0 auto;
}
.bookin-list .item:hover {
  transition: all 0.3s ease 0s;
  box-shadow: 0px 8px 28px 7px rgba(0, 0, 0, 0.12);
}
.bookin-list .item.hidden {
  visibility: hidden;
}
.content-page {
  background: #f3f7fa;
}
.content-page .inside .content-text {
  box-shadow: 0px 8px 25.23px 3.77px rgba(0, 0, 0, 0.1);
  padding: 60px 90px;
  background: #fff;
  line-height: 1.6;
}
.content-page .inside .content-text p {
  margin-bottom: 12px;
}
.content-page .inside .content-text ul {
  margin-top: 20px;
}
.content-page .inside .content-text ul li {
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}
.content-page .inside .content-text ul li.simple:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background: #000;
    width:6px;
    height: 6px;
}
.content-page .inside .content-text ul li.simple {
    padding-left: 20px;
}
.content-page .inside .content-text ul li a:before {
  position: absolute;
  content: "";
  background: url(../images/link.png) no-repeat center;
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
}
.content-page .inside .content-text ul li a {
  color: #000a8a;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.content-page .inside .content-text ul li a:hover {
  transition: all 0.3s ease 0s;
  text-decoration: underline;
}
.contact-page .inside {
    padding: 100px 170px;
    background: #fff;
    box-shadow: 0px 8px 25.23px 3.77px rgba(0, 0, 0, 0.1);
}
.contact-page .inside h3 {
    font-size: 18px;
    color: #494745;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}
 
.contact-page {
    background: #f3f7fa;
}
.contact-page .inside p {
    font-size: 14px;
    color: #494745;
    line-height: 1.6;
}
.contact-page .contacts {
    margin-bottom: 60px;
}
.contact-page input[type="text"] {
    width: 370px;
}
.contact-page textarea {
    width: 100%;
    box-sizing: border-box;
    outline: none !important;
    padding: 10px 10px 10px 20px;
    height: 140px;
    font-family: 'Roboto', sans-sserif;
    font-size: 14px;
}
.contact-page .fields {
    margin-bottom: 20px;
}
.contact-page label {
    display: block;
    font-size: 15px;
    margin-bottom: 18px;
    color: #4a4545;
    font-weight: 600;
}
.contact-page p.required {
    font-size: 11px;
    color: #7b7b7b;
    margin-bottom: 10px;
}
.form .button button {
    width: 270px;
    border-radius: 0;
    height: 60px;
}
.header .nav .navigation li .sub-menu {
    position: absolute;
    left: 0;
    padding-left: 0;
    padding: 20px;
     
    display: none;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px 0.25px rgb(0 0 0 / 9%);
    top: 60px;
    
    background: #fff;
    width: 310px;
    z-index: 2;
}
.nofound {
    text-align: center;
    padding: 100px 0 200px;
    line-height: 1.6;
    font-size: 18px;
}
.header .nav .navigation li:hover .sub-menu {
    top: 26px;
    display: block;
}
.header .nav .navigation li .sub-menu li {
    margin-left: 0;
    line-height: 1.2;
}
.header .nav .navigation li .sub-menu li:not(:last-child) {
    margin-bottom: 14px;
}
.header .nav .navigation li .sub-menu li a {
    padding: 0;
}
.template-blog {
    padding: 60px 0;
}
.template-blog .image {
    width: 400px;
}
.template-blog .item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec
}
.template-blog .image a {
    max-width: 100%;
}
.template-blog h3 {
    margin-bottom: 10px;
}
.template-blog .date {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666; 
}
.template-blog .date span {
    color: #000;
}
.template-blog h3 a {
    font-size: 22px;
    font-weight: 900;
    color: #689cd2;
    transition: 0.3s;
}
.template-blog h3 a:hover {
    color: #383838;
    transition: 0.3s;
}
.template-blog .desc:not(.noimage) {
    width: calc(100% - 420px);
}
.template-blog .desc .excerpt,
.template-blog .desc p {
    line-height: 1.6;
    font-size: 16px;
}
.template-blog .desc .more {
    margin-top: 30px;
}
.template-blog .desc .more a {
    background: #689cd2;
    transition: 0.3s;
    color: #fff;
    padding: 10px 22px;
    font-size: 14px;
    display: inline-block;
}
.template-blog .desc .more a:hover {
    transition: 0.3s;
    background: #383838;
}
.content-page .content-text strong {
    font-weight: bold;
}
.content-page .content-text em {
    font-style: italic;
}
.content-page .content-text h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom:  16px;
}
.content-page .content-text h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 18px;
}
.content-page .content-text h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 22px;
}
.content-page .content-text h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}
.content-page .content-text .posttitle {
    line-height: 1.2;
}
.content-page .inside .content-text img {
    max-width: 100%;
    height: auto !important;
}
.content-page .content-text li {
    margin-bottom: 10px;
    line-height: 1.4;
}
.gallery {
    margin-top: 40px;
}
.gallery .gal-image .gal-image-inner {
    padding: 0 4px;
}
.gallery .gal-image .gal-image-inner a {
    height: 240px;
}
.gallery .gal-image .gal-image-inner a img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.gallery .slick-prev {
    background: url(../images/prev.svg) no-repeat center left;
    width: 34px;
    height: 25px;
    position: absolute;
    left: -22px;
    top: 50%;
    margin-top: -10px;
    border: none;
    cursor: pointer;
    z-index: 9;
}
.gallery .slick-next {
    background: url(../images/next.svg) no-repeat center right;
    width: 34px;
    height: 25px;
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -10px;
    border: none;
    z-index: 9;
    cursor: pointer;
}
div.wpcf7 form .wpcf7-not-valid-tip {
    font-size: 12px;
}
div.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    padding: 10px;
}