@charset "UTF-8";

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.center {
    overflow: hidden;
}

.tac {
    text-align: center;
}

.nav {
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

button,
textarea,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

@font-face {
    font-family: 'Optima';
    src: url("fonts/Optima.eot");
    src: url("fonts/Optima.eot?#iefix") format("embedded-opentype"), url("fonts/Optima.woff2") format("woff2"), url("fonts/Optima.woff") format("woff"), url("fonts/Optima.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url("fonts/Optima-Bold.eot");
    src: url("fonts/Optima-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Optima-Bold.woff2") format("woff2"), url("fonts/Optima-Bold.woff") format("woff"), url("fonts/Optima-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

.icon-arr {
    display: inline-block;
    width: 61px;
    height: 13px;
    background: url(../images/svg/arr.svg) no-repeat;
    vertical-align: middle;
}

.text_in {
    font-weight: 500;
}

.text_in li {
    box-sizing: border-box;
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 0 21px;
}

.text_in ul li:after {
    content: '▪';
    position: absolute;
    color: #a78080;
    top: 0;
    left: 0;
}

.text_in ol {
    counter-reset: li;
}

.text_in ol li {
    counter-increment: li;
    padding: 0 0 0 50px;
}

.text_in ol li:after {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    text-align: left;
    color: #262f40;
    position: absolute;
    left: 0;
    top: -2px;
    content: counter(li) ".";
}

.text_in h3 {
    margin: 47px 0 26px;
}

.text_in h3:first-child {
    margin-top: 0;
}

.text_in p {
    margin: 0 0 23px;
}

.text_in blockquote {
    background: #f7f4f2;
    position: relative;
    padding: 60px 0 51px 150px;
    margin: 0 0 51px -100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
}

.text_in blockquote:before {
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    top: 50px;
    left: 100px;
    line-height: 1.2;
    text-align: left;
    color: #262f40;
    content: '!';
}

.text_in blockquote:after {
    background: #f7f4f2;
    left: 100%;
    width: 100000px;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
}

.text_in a {
    color: #a78080;
    text-decoration: underline;
}

.text_in a:hover {
    text-decoration: none;
}

.text_in img {
    max-width: 100%;
}

* {
    outline: none;
}

body {
    font: 18px/28px "Optima";
    min-width: 320px;
    color: #262F40;
    position: relative;
}

body.home {
    background: #F7F4F2;
}

body.home .content {
    padding: 0;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1720px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 65px;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.btn {
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    box-sizing: border-box;
    background: none;
    border: none;
    font-family: "Optima";
}

.btn-color {
    background: #a78080;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 25px 38px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
}

.btn-color .icon-arr {
    margin: -3px 3px 0 11px;
}

.btn-color:hover {
    background: #906464;
}

.btn-color-empty {
    background: #fff;
    text-transform: uppercase;
    padding: 27px 54.5px 25px 50.5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #262f40;
    line-height: 1;
    border: solid 1px #a78080;
}

.btn-color-empty .icon-arr {
    margin: -3px 3px 0 11px;
}

.btn-color-empty:hover {
    background: #a78080;
    color: #fff;
}

.btn-color-empty:hover path {
    stroke: #fff;
}

.btn-color-empty svg {
    vertical-align: middle;
    margin: -3px 3px 0 11px;
    display: inline-block;
}

line,
path {
    transition: all 0.2s ease-in-out;
}

h1 {
    font: 80px/1.5 "Cormorant Garamond", serif;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: left;
    color: #262f40;
}

h1 b {
    margin: -9px 0 0;
    display: block;
    font-size: 120px;
    font-weight: bold;
    padding: 0 0 0 110px;
    line-height: 1;
    background: url(../images/svg/line.svg) no-repeat left top;
    color: #262f40;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 26px;
    color: #262f40;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #262f40;
    text-transform: uppercase;
}

.wow {
    visibility: hidden;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    background: rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
    animation-iteration-count: 1;
    animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
    animation-iteration-count: 2;
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
    animation-iteration-count: 3;
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
    animation-delay: 1s;
    animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
    animation-delay: 2s;
    animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
    animation-delay: 3s;
    animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
    animation-delay: 4s;
    animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
    animation-delay: 5s;
    animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
    animation-duration: .5s;
    animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
    animation-duration: .8s;
    animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
    animation-duration: 3s;
    animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
    .animate__animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important;
    }

    .animate__animated[class*=Out] {
        opacity: 0;
    }
}

@keyframes bounce {
    0%, 20%, 53%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

.animate__bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.animate__flash {
    animation-name: flash;
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scaleX(1);
    }
}

.animate__pulse {
    animation-name: pulse;
    animation-timing-function: ease-in-out;
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scaleX(1);
    }
}

.animate__rubberBand {
    animation-name: rubberBand;
}

@keyframes shakeX {
    0%, to {
        transform: translateZ(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.animate__shakeX {
    animation-name: shakeX;
}

@keyframes shakeY {
    0%, to {
        transform: translateZ(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(0, -10px, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(0, 10px, 0);
    }
}

.animate__shakeY {
    animation-name: shakeY;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.animate__headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.animate__swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

.animate__tada {
    animation-name: tada;
}

@keyframes wobble {
    0% {
        transform: translateZ(0);
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        transform: translateZ(0);
    }
}

.animate__wobble {
    animation-name: wobble;
}

@keyframes jello {
    0%, 11.1%, to {
        transform: translateZ(0);
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.animate__jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

.animate__heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-duration: calc(var(--animate-duration) * 1.3);
    animation-timing-function: ease-in-out;
}

@keyframes backInDown {
    0% {
        transform: translateY(-1200px) scale(0.7);
        opacity: .7;
    }

    80% {
        transform: translateY(0) scale(0.7);
        opacity: .7;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.animate__backInDown {
    animation-name: backInDown;
}

@keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(0.7);
        opacity: .7;
    }

    80% {
        transform: translateX(0) scale(0.7);
        opacity: .7;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.animate__backInLeft {
    animation-name: backInLeft;
}

@keyframes backInRight {
    0% {
        transform: translateX(2000px) scale(0.7);
        opacity: .7;
    }

    80% {
        transform: translateX(0) scale(0.7);
        opacity: .7;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.animate__backInRight {
    animation-name: backInRight;
}

@keyframes backInUp {
    0% {
        transform: translateY(1200px) scale(0.7);
        opacity: .7;
    }

    80% {
        transform: translateY(0) scale(0.7);
        opacity: .7;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.animate__backInUp {
    animation-name: backInUp;
}

@keyframes backOutDown {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: translateY(0) scale(0.7);
        opacity: .7;
    }

    to {
        transform: translateY(700px) scale(0.7);
        opacity: .7;
    }
}

.animate__backOutDown {
    animation-name: backOutDown;
}

@keyframes backOutLeft {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: translateX(0) scale(0.7);
        opacity: .7;
    }

    to {
        transform: translateX(-2000px) scale(0.7);
        opacity: .7;
    }
}

.animate__backOutLeft {
    animation-name: backOutLeft;
}

@keyframes backOutRight {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: translateX(0) scale(0.7);
        opacity: .7;
    }

    to {
        transform: translateX(2000px) scale(0.7);
        opacity: .7;
    }
}

.animate__backOutRight {
    animation-name: backOutRight;
}

@keyframes backOutUp {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: translateY(0) scale(0.7);
        opacity: .7;
    }

    to {
        transform: translateY(-700px) scale(0.7);
        opacity: .7;
    }
}

.animate__backOutUp {
    animation-name: backOutUp;
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.animate__bounceIn {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * 0.75);
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0) scaleY(0.9);
    }

    75% {
        transform: translate3d(0, -10px, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, 5px, 0) scaleY(0.985);
    }

    to {
        transform: translateZ(0);
    }
}

.animate__bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0) scaleX(1);
    }

    75% {
        transform: translate3d(-10px, 0, 0) scaleX(0.98);
    }

    90% {
        transform: translate3d(5px, 0, 0) scaleX(0.995);
    }

    to {
        transform: translateZ(0);
    }
}

.animate__bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }

    75% {
        transform: translate3d(10px, 0, 0) scaleX(0.98);
    }

    90% {
        transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }

    to {
        transform: translateZ(0);
    }
}

.animate__bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }

    75% {
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }

    to {
        transform: translateZ(0);
    }
}

.animate__bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.animate__bounceOut {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * 0.75);
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(0.985);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}

.animate__bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0) scaleX(0.9);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}

.animate__bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}

.animate__bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(0.985);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0) scaleY(0.9);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}

.animate__bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate__fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInTopLeft {
    animation-name: fadeInTopLeft;
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInTopRight {
    animation-name: fadeInTopRight;
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInBottomLeft {
    animation-name: fadeInBottomLeft;
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__fadeInBottomRight {
    animation-name: fadeInBottomRight;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.animate__fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.animate__fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.animate__fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.animate__fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.animate__fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.animate__fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.animate__fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.animate__fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.animate__fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0);
    }
}

.animate__fadeOutTopLeft {
    animation-name: fadeOutTopLeft;
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0);
    }
}

.animate__fadeOutTopRight {
    animation-name: fadeOutTopRight;
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0);
    }
}

.animate__fadeOutBottomRight {
    animation-name: fadeOutBottomRight;
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0);
    }
}

.animate__fadeOutBottomLeft {
    animation-name: fadeOutBottomLeft;
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animate__flipOutX {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * 0.75);
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.animate__flipOutY {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedInRight {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
    }

    to {
        transform: translateZ(0);
    }
}

.animate__lightSpeedInRight {
    animation-name: lightSpeedInRight;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedInLeft {
    0% {
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(-20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(5deg);
    }

    to {
        transform: translateZ(0);
    }
}

.animate__lightSpeedInLeft {
    animation-name: lightSpeedInLeft;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.animate__lightSpeedOutRight {
    animation-name: lightSpeedOutRight;
    animation-timing-function: ease-in;
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }

    to {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
}

.animate__lightSpeedOutLeft {
    animation-name: lightSpeedOutLeft;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    0% {
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

.animate__rotateIn {
    animation-name: rotateIn;
    transform-origin: center;
}

@keyframes rotateInDownLeft {
    0% {
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

.animate__rotateInDownLeft {
    animation-name: rotateInDownLeft;
    transform-origin: left bottom;
}

@keyframes rotateInDownRight {
    0% {
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

.animate__rotateInDownRight {
    animation-name: rotateInDownRight;
    transform-origin: right bottom;
}

@keyframes rotateInUpLeft {
    0% {
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

.animate__rotateInUpLeft {
    animation-name: rotateInUpLeft;
    transform-origin: left bottom;
}

@keyframes rotateInUpRight {
    0% {
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

.animate__rotateInUpRight {
    animation-name: rotateInUpRight;
    transform-origin: right bottom;
}

@keyframes rotateOut {
    0% {
        opacity: 1;
    }

    to {
        transform: rotate(200deg);
        opacity: 0;
    }
}

.animate__rotateOut {
    animation-name: rotateOut;
    transform-origin: center;
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }

    to {
        transform: rotate(45deg);
        opacity: 0;
    }
}

.animate__rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
    transform-origin: left bottom;
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }

    to {
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.animate__rotateOutDownRight {
    animation-name: rotateOutDownRight;
    transform-origin: right bottom;
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }

    to {
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.animate__rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
    transform-origin: left bottom;
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }

    to {
        transform: rotate(90deg);
        opacity: 0;
    }
}

.animate__rotateOutUpRight {
    animation-name: rotateOutUpRight;
    transform-origin: right bottom;
}

@keyframes hinge {
    0% {
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        transform: rotate(60deg);
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.animate__hinge {
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration) * 2);
    animation-name: hinge;
    transform-origin: top left;
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate__jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.animate__rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

.animate__rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.animate__zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.animate__zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.animate__zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.animate__zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.animate__zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.animate__zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.animate__zoomOutDown {
    animation-name: zoomOutDown;
    transform-origin: center bottom;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
}

.animate__zoomOutLeft {
    animation-name: zoomOutLeft;
    transform-origin: left center;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
    }
}

.animate__zoomOutRight {
    animation-name: zoomOutRight;
    transform-origin: right center;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.animate__zoomOutUp {
    animation-name: zoomOutUp;
    transform-origin: center bottom;
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

.animate__slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

.animate__slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

.animate__slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

.animate__slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.animate__slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.animate__slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.animate__slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.animate__slideOutUp {
    animation-name: slideOutUp;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 0 0;
}

.logo-name {
    font: bold 50px/1 "Cormorant Garamond", serif;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: left;
    float: left;
    color: #262f40;
}

.header_right {
    float: right;
    text-align: right;
    margin: 0 70px 0 0;
}

.header_right a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    color: #262f40;
    display: block;
    margin: 0 0 9px;
    transition: all 0.2s ease-in-out;
}

.header_right a:hover {
    color: #a78080;
}

.nav-icon {
    font: bold 16px/1.38 "Optima";
    cursor: pointer;
    display: block;
    position: relative;
    left: -177px;
    top: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16px;
    width: 110px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    color: #262f40;
    transition: all 0.2s ease-in-out;
}

.nav-icon:hover {
    color: #a78080;
}

.nav-icon:hover span {
    background: #a78080;
}

.nav-icon:hover line {
    stroke: #a78080;
}

.burger {
    width: 30px;
    height: 16px;
    margin: 0 7px 0 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 5;
    vertical-align: middle;
}

.burger:hover span {
    background: #a78080;
}

.burger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #262f40;
    margin: 7px 0 0;
    border-radius: 2px;
    display: block;
    transition: all .2s ease-out;
}

.burger span:first-child {
    margin-top: 0;
}

.burger span:last-child {
    width: 15px;
    margin-top: 14px;
}

.burger.open {
    z-index: 100;
}

.burger.open span {
    opacity: 0;
    top: 5px;
    margin: 6px 0 0;
}

.burger.open span:first-child {
    opacity: 1;
    transform: rotate(45deg);
}

.burger.open span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
}

.nav-menu {
    background: #f7f4f2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 140px 0 115px;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
}

.nav-menu.open {
    transform: translateY(0%);
}

.nav-menu li {
    margin: 0 0 25px;
}

.nav-menu a {
    font: 500 24px/1.4 "Cormorant Garamond", serif;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    color: #262f40;
}

.nav-menu a:hover {
    color: #a78080;
}

.nav-menu .current-menu-item a ,
.nav-menu .active a {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #262f40 !important;
}

.nav-menu .current-menu-item a:after ,
.nav-menu .active a:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/svg/line.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -31px;
    display: inline-block;
}

.nav-menu .nav-icon {
    position: absolute;
    left: 50%;
    top: 61px;
    line-height: 16px;
    transform: translateX(-50%);
}

.nav-menu .nav-icon svg {
    float: left;
    margin: 0 10px 0 0;
}

.nav-menu_top {
    background: #f7f4f2;
    position: fixed;
    height: 140px;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
}

.content {
    padding: 140px 0 0;
    overflow: hidden;
}

.masthead {
    font: 44px/1.36 "Cormorant Garamond", serif;
    position: relative;
    overflow: hidden;
    padding: 249px 0 165px;
    text-align: left;
    color: #262f40;
}

.masthead i {
    font-style: italic;
}

.masthead .photo {
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    top: 0;
}

.masthead .btn {
    margin: 37px 0 0;
}

.about-study {
    overflow: hidden;
}

.about-study_left {
    float: left;
    width: 490px;
    box-sizing: border-box;
    padding: 96px 30px 0 0;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 500;
    text-align: left;
    color: #262f40;
}

.about-study_left i {
    color: #a78080;
    display: block;
}

.about-study_left b {
    display: block;
}

.about-study_left li {
    max-width: 350px;
    position: relative;
    margin: 0 0 65px;
    padding: 39px 0 0;
}

.about-study_left li:first-child:after {
    display: none;
}

.about-study_left li:after {
    background: #a78080;
    width: 40px;
    height: 1px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.about-study_in {
    background: #ffffff;
    overflow: hidden;
    padding: 116px 160px 60px 100px;
    margin-right: -10px;
}

.about-study_in .title {
    font: bold 100px/1.1 "Cormorant Garamond", serif;
    background: url(../images/svg/line.svg) no-repeat 0 23px;
    text-align: left;
    color: #262f40;
    padding: 0 0 36px 40px;
    text-transform: uppercase;
}

.about-study_in .tab-menu {
    padding: 0 40px;
}

.about-study_in .tab-menu li {
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    font-size: 24px;
    padding: 0 0 6px;
    text-shadow: 0 0 1px #262f40;
    border-bottom: solid 2px transparent;
    text-align: left;
    margin: 0 44px 0 0;
    line-height: 1.25;
    color: #262f40;
}

.about-study_in .tab-menu .active {
    font-weight: bold;
    text-shadow: none;
    color: #262f40;
    border-bottom: solid 2px #a78080;
}

.about-study_in table {
    width: 100%;
    table-layout: fixed;
}

.about-study_in tr:first-child td {
    border-top: none;
    color: #a78080;
}

.about-study_in tr:first-child td:first-child {
    color: #262f40;
}

.about-study_in td {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.36px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    color: #262f40;
    border-top: solid 1px #8a8174;
    padding: 49px 20px 40px 0;
}

.about-study_in td:first-child {
    width: 134px;
    padding: 41px 20px 40px 38px;
    border: none;
    font-size: 40px;
    line-height: 1.5;
}

.about-study_in .choice {
    background: #f7f4f2;
}

.about-study_in .choice + tr td {
    border: none;
}

.about-study_in .choice td {
    border: none;
    vertical-align: top;
}

.about-study_in .choice td:after {
    background: #f7f4f2;
    content: '';
    left: 100%;
    top: 0;
    height: 100%;
    width: 10000px;
    position: absolute;
    display: inline-block;
}

.about-study_in .choice td:first-child {
    color: #a78080;
}

.title-item {
    font: 60px/1.33 "Cormorant Garamond", serif;
    text-align: left;
    text-transform: uppercase;
    color: #262f40;
    margin: 0 0 62px;
}

.title-item b {
    margin: 2px 0 0;
    padding: 0 0 0 40px;
    display: block;
    font-size: 100px;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
    color: #262f40;
    background: url(../images/svg/line.svg) no-repeat left top 19px;
}

.curse-list {
    margin: 0 0 118px;
    padding: 97px 0 0;
}

.curse-list table {
    border-top: 4px solid #262f40;
    width: 100%;
    max-width: 1518px;
    margin: 0 0 58px;
}

.curse-list tr {
    position: relative;
}

.curse-list td {
    overflow: hidden;
    padding: 45px 30px 62px;
    vertical-align: top;
    position: relative;
    color: #262f40;
    z-index: 2;
    border-bottom: 1px solid #262f40;
    transition: all 0.2s ease-in-out;
}

.curse-list td:last-child:after {
    left: 0;
}

.curse-list td:after {
    background: #262f40;
    content: '';
    top: 0;
    height: 0;
    right: -87px;
    left: -115px;
    transition: all 0.2s ease-in-out;
    z-index: -1;
    position: absolute;
}

.curse-list td:first-child {
    overflow: visible;
    padding-left: 0;
}

.curse-list td:last-child {
    overflow: visible;
    padding-right: 0;
}

.curse-list .name {
    max-width: 460px;
    padding: 32px 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    text-transform: uppercase;
}

.curse-list .name i {
    display: block;
    color: #a78080;
}

.curse-list .day {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    font-size: 110px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

.curse-list .day small {
    margin: 7px 0 -8px -30px;
    display: inline-block;
    color: inherit;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    text-align: left;
}

.curse-list .cash {
    margin: 21px 0 16px;
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    float: left;
    position: relative;
}

.curse-list .cash:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/svg/line.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -31px;
    display: inline-block;
}

.curse-list .cash2 {
    overflow: hidden;
    padding: 17px 0 12px 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    text-align: left;
    text-transform: uppercase;
}

.curse-list .people {
    text-transform: uppercase;
    clear: both;
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
}

.curse-list .btn {
    margin: 28px 0 0;
    float: right;
}

.curse-list tr:hover td {
    color: #fff;
}

.curse-list tr:hover td small {
    color: #fff;
}

.curse-list tr:hover td:after {
    height: 100%;
}

.curse-list_bottom {
    overflow: hidden;
    margin: 0 52px 0 -19px;
}

.curse-list_bottom_item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 19px 63px 20px;
    position: relative;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #262f40;
    text-transform: uppercase;
}

.curse-list_bottom_item p {
    margin: 0 0 10px;
}

.curse-list_bottom_item i {
    color: #a78080;
}

.curse-list_bottom_item .btn {
    float: none;
}

.curse-list_bottom_item:after {
    content: '';
    bottom: 0;
    left: 19px;
    right: 20px;
    background: #262f40;
    height: 4px;
    position: absolute;
}

.pluses-list {
    margin: 0 0 94px;
}

.pluses-list .wrapper {
    background: #fff;
    padding: 103px 65px;
}

.pluses-list_in {
    display: -ms-flexbox;
    display: flex;
    padding: 2px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.pluses_item {
    padding: 62px 20px 50px;
    position: relative;
    float: left;
    width: 25%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    text-align: left;
    color: #262f40;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.pluses_item:hover {
    color: #fff;
}

.pluses_item:hover h3 {
    color: #fff;
}

.pluses_item:hover:after {
    height: 100%;
    left: 0;
    right: 0;
}

.pluses_item h3 {
    transition: all 0.2s ease-in-out;
    min-height: 93px;
    margin: 0 0 29px;
}

.pluses_item p {
    max-width: 350px;
}

.pluses_item:after {
    transition: all 0.2s ease-in-out;
    content: '';
    top: 0;
    z-index: -1;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #262f40;
    position: absolute;
    display: inline-block;
}

.pluses_item i {
    display: block;
    margin: 0 0 8px;
    min-height: 50px;
}

.reviews-list_logo {
    position: relative;
    margin: 0 0 114px;
    transform: translateZ(0);
}

.reviews-list_logo ul {
    white-space: nowrap;
}

.reviews-list_logo li {
    display: inline-block;
    width: 360px;
    vertical-align: top;
    height: 80px;
    box-sizing: border-box;
    line-height: 80px;
    border-left: 1px solid rgba(38, 47, 64, 0.2);
    text-align: center;
}

.reviews-list_logo li:first-child {
    border-left: none;
}

.reviews-list_logo img {
    vertical-align: middle;
    max-height: 80px;
}

.reviews-list {
    margin: 0 0 120px;
}

.reviews-list .title-item {
    margin: 0 0 106px 392px;
}

.reviews-list_in h3 {
    margin: 0 0 38px;
}

.reviews-list_in p {
    margin: 0 0 25px;
}

.reviews-list_in .slick-arrow {
    border: none;
    position: absolute;
    background: none;
    left: 57px;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.reviews-list_in .slick-arrow:hover path {
    stroke: #a78080;
}

.reviews-list_in .slick-next {
    left: auto;
    right: 57px;
}

.reviews-list_in a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    text-align: left;
    color: #a78080;
    text-decoration: underline;
}

.reviews-list_in a:hover {
    text-decoration: none;
}

.reviews-list_in .in {
    width: 741px;
    margin: 0 auto;
}

.social-contacts {
    margin: 0 0 29px;
    overflow: hidden;
}

.social-contacts a {
    background: #f7f4f2;
    border: solid 1px #a78080;
    float: left;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    width: 60px;
    height: 60px;
    position: relative;
}

.social-contacts a:hover svg {
    transform: translate(-50%, -50%) scale(1.2);
}

.social-contacts svg {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in-out;
    left: 50%;
}

.content-contacts {
    padding: 0 0 90px;
}

.content-contacts_right {
    font-size: 20px;
    line-height: 1.3;
    float: right;
    width: 360px;
    text-align: left;
    padding: 17px 0 0 100px;
    color: #262f40;
}

.content-contacts_right .title {
    font: bold 60px/1.33 "Cormorant Garamond", serif;
    margin: 0 0 119px;
    text-align: left;
    color: #262f40;
    text-transform: uppercase;
    position: relative;
}

.content-contacts_right .title:after {
    background: url(../images/svg/line.svg) no-repeat;
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: 100%;
    display: inline-block;
}

.content-contacts_right li {
    margin: 0 0 43px;
}

.content-contacts_right span {
    text-transform: uppercase;
    display: block;
    margin: 0 0 11px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.13;
    text-align: left;
    color: #a78080;
}

.content-contacts_right a {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    color: #262f40;
}

.content-contacts_right p {
    margin: 0 -100px 0 0;
}

.content-contacts_form {
    background: #262f40;
    overflow: hidden;
    padding: 87px 100px 100px 99px;
}

.content-contacts_form .title-item {
    color: #fff;
    font-size: 24px;
    margin: 0 0 66px;
    line-height: 1.3;
}

.content-contacts_form .title-item b {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.17;
    margin: 14px 0 0;
    color: #fff;
}

.content-contacts_form .form-item {
    padding: 0 20px;
    overflow: hidden;
    margin: 0 0 60px;
}

.content-contacts_form .form-item:first-child {
    float: left;
    width: 346px;
    padding-left: 0;
}

.content-contacts_form input {
    font: 24px/1.33 "Optima";
    background: none;
    padding: 1px 2px 21px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.content-contacts_form input::-webkit-input-placeholder {
    color: #fff;
}

.content-contacts_form input::-moz-placeholder {
    color: #fff;
}

.content-contacts_form input:-moz-placeholder {
    color: #fff;
}

.content-contacts_form input:-ms-input-placeholder {
    color: #fff;
}

.content-contacts_form .btn {
    width: 341px;
    margin: 0 50px 0 0;
    float: left;
}

.content-contacts_form .polit {
    padding: 14px 0 0;
    font-size: 13px;
    font-weight: 500;
    max-width: 330px;
    width: 100%;
    overflow: hidden;
    line-height: 1.54;
    text-align: left;
    color: #ffffff;
}

.content-contacts_form a {
    font-weight: bold;
    color: #a78080;
    text-decoration: underline;
}

.content-contacts_form a:hover {
    text-decoration: none;
}

.error input {
    border-color: red;
    color: red;
}

.curse-list--page {
    padding-top: 27px;
}

.curse-list--page .curse-list_bottom_item:after {
    display: none;
}

.crumbs {
    text-align: left;
    padding-top: 58px;
    box-sizing: border-box;
}

.crumbs a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: left;
    display: block;
    color: #262f40;
}

.crumbs a:hover {
    color: #a78080;
    text-decoration: underline;
}

.crumbs li {
    float: left;
    position: relative;
    padding: 0 0 0 20px;
}

.crumbs li:first-child {
    padding: 0;
}

.crumbs li:first-child:before {
    display: none;
}

.crumbs li:before {
    top: 7px;
    left: 2px;
    width: 6px;
    position: absolute;
    content: '';
    height: 6px;
    background: #262f40;
    border-radius: 100px;
}

.crumbs .delimiter {
    display: none;
}

.crumbs ul {
    overflow: hidden;
}

.crumbs h1 {
    font: bold 60px/1.17 "Cormorant Garamond", serif;
    text-align: left;
    position: relative;
    color: #262f40;
    margin: 3px 0 33px 40px;
    padding: 0 0 42px;
    border-bottom: 4px solid #262f40;
}

.crumbs h1:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/svg/line.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -31px;
    display: inline-block;
}

.page-left {
    width: 770px;
    float: left;
    position: relative;
    z-index: 10;
    padding: 0 130px 0 0;
    box-sizing: border-box;
}

.page-left .time {
    float: left;
    font-size: 110px;
    font-weight: bold;
    text-align: left;
    color: #a78080;
    margin: 0 0 48px;
    line-height: 1;
    margin-left: 40px;
}

.page-left .time small {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    margin: 12px 0 0 -31px;
    text-align: left;
    color: #a78080;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
}

.page-left .cash {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    padding: 12px 0 0 55px;
    overflow: hidden;
    background: url(../images/svg/line.svg) no-repeat 30px 14px;
    color: #262f40;
    line-height: 1;
}

.page-left .cash span {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.29;
    text-transform: uppercase;
    text-align: left;
    color: #262f40;
}

.page-left .btn {
    clear: both;
    display: block;
    margin-left: 40px;
    max-width: 320px;
}

.page-left .people {
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    padding: 0 0 0 55px;
    text-transform: uppercase;
    color: #262f40;
    overflow: hidden;
}

.page-left .link-list {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    margin: 119px 0 0;
    padding: 0;
}

.page-left .link-list.to-fix ol {
    position: fixed;
    top: 0;
}

.page-left .link-list.stop-fix ol {
    position: absolute;
}

.page-left .link-list a {
    color: #262f40;
    text-transform: uppercase;
    display: block;
}

.page-left .link-list a:hover {
    color: #a78080;
}

.page-left .link-list .active {
    color: #a78080;
    background: url(../images/svg/arr-link.svg) no-repeat center right;
}

.page-left .link-list ol {
    padding: 20px 0 0;
    counter-reset: li;
    width: 600px;
}

.page-left .link-list ol li {
    counter-increment: li;
    position: relative;
    padding: 0 0 0 37px;
    margin: 0 0 36px;
}

.page-left .link-list ol li:after {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: rgba(167, 128, 128, 0.3);
    top: 0;
    left: 0;
    content: "0" counter(li);
}

.content-in {
    padding: 0 0 191px;
}

.content-in .text_in {
    padding: 55px 30px 0 870px;
    box-sizing: border-box;
}

.content-in .text_in p {
    max-width: 650px;
}

.content-in .text_in li {
    max-width: 650px;
}

.content-contacts--v2 .content-contacts_form {
    padding: 87px 100px 97px 99px;
}

.content-contacts--v2 .content-contacts_right {
    width: 575px;
    box-sizing: border-box;
    padding: 44px 0 46px 124px;
}

.content-contacts--v2 .content-contacts_right a,
.content-contacts--v2 .content-contacts_right .title {
    text-decoration: none;
    color: #fff;
}

.content-contacts--v2 .content-contacts_right a:after,
.content-contacts--v2 .content-contacts_right .title:after {
    left: -43px;
    top: 19px;
}

.content-contacts--v2 .content-contacts_right li {
    margin: 0 0 35px;
}

.content-contacts--v2 .content-contacts_right .title {
    margin: 0 0 25px;
}

.content-contacts--v2 .form-item {
    margin: 0 0 73px;
}

.content-contacts--v2 input {
    padding: 1px 2px 15px;
}

.content-contacts--v2 .title-item {
    margin: 0 0 61px;
}

.content-contacts--v2 .social-contacts {
    margin: 0;
    padding: 33px 0 0;
}

.content-contacts--v2 .social-contacts a {
    background: #a78080;
}

.content-contacts--v2 .content-contacts_form {
    margin: 0 -65px;
}

.copyright {
    opacity: 0.48;
    font-size: 20px;
    clear: both;
    line-height: 1.3;
    text-align: left;
    color: #ffffff;
}

.drop {
    display: none;
}

.accordion-course {
    max-width: 650px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
}

.accordion-course .accordion-item {
    border-top: solid 2px #262f40;
}

.accordion-course .accordion-item:first-child {
    border: none;
}

.accordion-course .accordion-item.active .accordion-title:after {
    transform: rotate(-180deg) translateY(-50%);
    transform-origin: top;
}

.accordion-course .accordion-title {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: left;
    color: #262f40;
    padding: 21px 0 24px 27px;
}

.accordion-course .accordion-title:after {
    content: '';
    background: url(../images/svg/arr-accordion.svg) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    width: 13px;
    height: 8px;
}

.accordion-course table {
    width: 100%;
}

.accordion-course tr:first-child td {
    padding-top: 4px;
}

.accordion-course tr:last-child td {
    border: none;
}

.accordion-course td {
    border-bottom: 1px solid #262f40;
    padding: 32px 20px 23px;
    box-sizing: border-box;
    vertical-align: top;
}

.accordion-course td:first-child {
    padding-right: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    color: #262f40;
    padding-left: 0;
    width: 130px;
}

.accordion-course th {
    background: #d3bfbf;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 20px;
    position: relative;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

.accordion-course th:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #d3bfbf;
    z-index: 2;
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
}

.document-item {
    overflow: hidden;
    border-top: solid 1px #262f40;
    padding: 25px 0 27px;
}

.document-item p {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.document-item a {
    text-transform: none;
    display: block;
}

.document-item:first-child {
    border: none;
}

.material-item {
    max-width: 650px;
}

.video-list {
    background: #f7f4f2;
    margin: 29px 0 0;
    padding: 0 0 1px;
    position: relative;
}

.video-list:after {
    background: #f7f4f2;
    content: '';
    left: -105px;
    z-index: -1;
    width: 10000px;
    position: absolute;
    top: 0;
    height: 100%;
}

.video-list p {
    border-top: solid 2px #262f40;
}
.video-list a {
    font-size: 18px;
    text-decoration: none;
    border-top: solid 2px #262f40;
    font-weight: bold;
    line-height: 1.33;
    box-sizing: border-box;
    min-height: 119px;
    text-align: left;
    color: #262f40;
    text-transform: uppercase;
    padding: 58px 20px 15px 110px;
    display: block;
    margin: 0 0 40px;
    position: relative;
}

.video-list a:hover {
    color: #a78080;
}

.video-list a:hover:after {
    transform: scale(1.2);
}

.video-list a:after,
.video-list a:before {
    background: #f7f4f2;
    width: 80px;
    content: '';
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 40px;
    left: 0;
    height: 80px;
    border: solid 1px #a78080;
}

.video-list a:after {
    border: none;
    background: url(../images/svg/play.svg) no-repeat center center;
}

.video-list p:first-of-type ,
.video-list a:first-of-type {
    border-top: none;
}

.about-info_left {
    float: left;
    text-align: right;
    margin: -140px 50px 0 0;
}

.about-info_left .btn {
    margin: 90px 0 0;
}

.about-info {
    margin: 0 0 59px;
}

.about-info_in {
    padding: 50px 0 0 50px;
    overflow: hidden;
}

.about-info_in h1 {
    font-size: 100px;
    line-height: 0.7;
    margin: 56px 0 39px 0;
    border: none;
}

.about-info_in h2 {
    max-width: 600px;
    margin: 0 0 22px;
}

.about-info_in h3 {
    margin: 22px 0 57px;
}

.about-info_in p {
    max-width: 615px;
    margin: 0 0 28px;
}

.about-info-study {
    margin: 0 0 95px;
}

.about-info-study .wrapper {
    background: #f7f4f2;
    padding: 106px 100px 99px;
}

.about-info-study .title {
    padding: 21px 0 9px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #262f40;
    text-transform: uppercase;
}

.about-info-study .row {
    margin: 0 -50px;
    overflow: hidden;
}

.about-info-study .column {
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 50%;
    padding: 0 50px;
}

.about-info-study .column:after {
    border-top: 4px solid #262f40;
    left: 50px;
    right: 50px;
    position: absolute;
    height: 4px;
    top: 0;
    content: '';
}

.about-info-study .name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.36px;
    text-align: left;
    color: #262f40;
    padding: 10px 0;
    overflow: hidden;
}

.about-info-study .date {
    width: 139px;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    -ms-flex: 139px 0 0px;
    flex: 139px 0 0;
    text-align: left;
    color: #262f40;
    float: left;
    padding: 25px 20px 24px 0;
    box-sizing: border-box;
}

.about-info-study .js-more {
    cursor: pointer;
    margin: 25px 0 0;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.36px;
    text-align: left;
    color: #a78080;
    text-transform: uppercase;
}

.about-info-study .js-more:hover {
    text-decoration: underline;
}

.study-item {
    border-bottom: 1px solid #8a8174;
}

.study-item:last-child .center {
    margin: 0;
}

.study-item .center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 -1px;
}

.certificate-list_in {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.certificate-item {
    width: 50%;
    box-sizing: border-box;
    margin: 0 0 60px;
    padding: 0 67px;
}

.certificate-item a {
    background: #ffffff;
    overflow: hidden;
    border: solid 1px #a78080;
    box-sizing: border-box;
    display: block;
    padding: 30px;
}

.certificate-item img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.2s ease-in-out;
}

.certificate-item img:hover {
    transform: scale(1.01);
}

.certificate-list {
    margin: 0 0 94px;
}

.certificate-list .wrapper {
    padding: 0 100px;
}

.certificate-list .title-item {
    margin: 0 0 53px;
}

.crumbs--small h1 {
    border: none;
    max-width: 1000px;
}

.title-sidebar {
    position: relative;
    margin: 0 0 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 29px;
}

.title-sidebar:after {
    background: #262f40;
    width: 41px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    display: inline-block;
    content: '';
}

.article-right {
    margin: 0 70px 0 80px;
    float: right;
    width: 280px;
}

.article-right a {
    font-weight: bold;
    line-height: 1.56;
    text-transform: uppercase;
    margin: 0 0 22px;
    display: block;
    text-align: left;
    color: #a78080;
    border-bottom: 1px solid #262f40;
    padding: 0 0 27px;
}

.article-right a:hover {
    color: #bc9e9e;
}

.article-right a:last-child {
    border: none;
}

.article-right .date {
    font-size: 14px;
    display: block;
    line-height: 2;
    text-align: left;
    font-weight: 400;
}

.article-right .article-left {
    display: none;
}

.article-info {
    padding: 1px 0 129px;
}

.article-info_in {
    overflow: hidden;
    padding: 24px 0;
}

.article-info_in h2 {
    max-width: 800px;
    margin: 81px 0 15px;
}

.article-info_in h2:first-child {
    margin-top: 0;
}

.article-info_in li {
    margin: 0 0 8px;
}

.article-info_in ol,
.article-info_in ul {
    margin: 0 0 25px;
}

.article-info_in ol li {
    padding: 0 0 0 46px;
    margin: 0 0 17px;
    font-weight: 700;
}

.article-info_in ol li:after {
    background: #f7f4f2;
    content: counter(li);
    width: 30px;
    height: 30px;
    border: solid 0.5px #a78080;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #a78080;
}

.article-info_in .accordion-item {
    border-bottom: solid 1px #262f40;
    padding-bottom: 7px;
}

.article-info_in .accordion-item:first-child {
    border-top: solid 1px #262f40;
}

.article-info_in .accordion-item.active {
    padding-bottom: 0;
}

.article-info_in .accordion-item.active .accordion-title:after {
    transform: translateY(-50%) scale(-1);
}

.article-info_in .accordion-title {
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #262f40;
    position: relative;
    padding: 23px 10px 13px 27px;
}

.article-info_in .accordion-title:hover {
    color: #a78080;
}

.article-info_in .accordion-title:after {
    content: '';
    background: url(../images/svg/arr-accordion2.svg) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    margin: 5px 0 0;
    left: 0;
    position: absolute;
    width: 13px;
    height: 8px;
}

.article-info_in .drop {
    padding: 0 0 0 27px;
}

.article-info_in .drop li {
    padding: 0 0 0 20px;
    margin: 0 0 12px;
}

.article-info_in blockquote {
    background: none;
    font-size: 24px;
    position: relative;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    margin: 80px 0 52px;
    padding: 0 0 0 40px;
    color: #a78080;
}

.article-info_in blockquote:before,
.article-info_in blockquote:after {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/svg/line.svg) no-repeat;
}

.article-info_in blockquote:before {
    top: 0;
    left: 10px;
}

.article-left {
    float: left;
    width: 200px;
    padding: 19px 0 0;
}

.article-left a {
    border: none;
    font-size: 18px;
    text-align: left;
    text-transform: none;
    padding: 0;
    line-height: 1.25;
    margin: 0 0 16px;
    color: #a78080;
    display: block;
}

.article-left a:hover {
    text-decoration: underline;
    font-weight: 700;
}

.article-left .date {
    margin: 0 0 49px;
}

.crumbs--articles h1 {
    font-weight: 400;
    padding: 0 0 69px;
    margin: 30px 0 0;
    max-width: 1520px;
}

.crumbs--articles h1:after {
    display: none !important;
}

.crumbs--articles h1 b {
    margin: 12px 0 0;
    background-position: left top 14px;
    padding: 0 0 0 42px;
    font-size: 100px;
}

.articles-nav {
    overflow: hidden;
    margin: 0 0 47px;
}

.articles-nav li {
    float: left;
    margin: 0 20px 10px 0;
}

.articles-nav a {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1.25;
    text-transform: uppercase;
    color: #262f40;
}

.articles-nav a:hover {
    color: #a78080;
    text-decoration: underline;
}

.articles-nav .current-cat a,
.articles-nav .active a {
    color: #a78080;
    text-decoration: underline;
}

.articles-list {
    padding: 23px 0 0;
}

.articles-list_in {
    position: relative;
    max-width: 1560px;
    margin: 0 -20px 100px;
    overflow: hidden;
}

.articles-list_in .item {
    float: left;
    box-sizing: border-box;
    margin: 0 0 81px;
    padding: 0 20px;
    width: 25%;
}

.articles-list_in .item:nth-child(4n+1) {
    clear: left;
}

.articles-list_in .date {
    margin: 0 0 6px;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #a78080;
}

.articles-list_in .preview {
    display: block;
    height: 250px;
    margin: 0 0 19px;
    position: relative;
    overflow: hidden;
}

.articles-list_in img {
    position: absolute;
    transition: all 0.2s ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles-list_in a:hover img {
    transform: scale(1.1);
}

.articles-list_in a:hover .name {
    color: #a78080;
}

.articles-list_in .name {
    display: block;
    text-transform: uppercase;
    color: #262f40;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;
}

.header_language {
    position: absolute;
    right: 138px;
    top: 100%;
}
@media screen and (max-width: 1720px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 65px;
    }

    h1 b {
        padding-left: 70px;
        font-size: 100px;
    }

    h3 {
        font-size: 20px;
    }

    .nav-icon {
        left: 0;
    }

    .masthead .photo {
        top: 75px;
    }

    .about-study_left {
        width: 421px;
        font-size: 20px;
    }

    .about-study .wrapper {
        padding-right: 0;
    }

    .about-study_in {
        margin-right: -65px;
        padding: 50px;
    }

    .about-study_in .title {
        font-size: 80px;
    }

    .btn-color,
    .btn-color-empty {
        padding: 27px 40px 25px;
        font-size: 15px;
    }

    .title-item {
        font-size: 45px;
    }

    .title-item b {
        font-size: 80px;
    }

    .about-study_in td {
        padding: 30px 20px 30px 0;
        font-size: 16px;
    }

    .about-study_in td:first-child {
        padding: 30px 20px;
        font-size: 30px;
    }

    .about-study_in .tab-menu {
        padding: 0 20px;
    }

    .curse-list .name {
        font-size: 20px;
    }

    .curse-list .day {
        font-size: 80px;
    }

    .curse-list .day small {
        margin-left: -15px;
    }

    .curse-list .cash {
        font-size: 40px;
    }

    .curse-list_bottom_item {
        font-size: 20px;
    }

    .pluses_item {
        padding: 45px 20px 40px;
        font-size: 16px;
    }

    .reviews-list_in .slick-arrow {
        width: 100px;
        overflow: hidden;
    }

    .reviews-list_in .slick-arrow svg {
        float: left;
    }

    .reviews-list_in .slick-next svg {
        float: right;
    }

    .content-contacts .wrapper {
        padding-left: 0;
    }

    .content-contacts_form {
        padding: 70px 50px 80px 65px;
    }

    .content-contacts_form .title-item {
        font-size: 20px;
    }

    .content-contacts_form .title-item b {
        font-size: 45px;
    }

    .content-contacts_form .form-item:first-child {
        width: 260px;
    }

    .content-contacts_form .btn {
        width: 260px;
        margin: 0 30px 0 0;
    }

    .content-contacts_right {
        font-size: 18px;
        padding: 0 0 0 65px;
    }

    .content-contacts_right .title {
        margin: 0 0 90px;
    }

    .content-contacts_right p {
        margin: 0;
    }

    .content-contacts_right span {
        font-size: 14px;
    }

    .content-contacts_right a {
        font-size: 25px;
    }

    .content-contacts {
        padding: 0;
    }

    .header_right {
        margin: 0;
    }

    .curse-list_bottom {
        margin: 0 -20px;
    }

    .about-info_left {
        margin-right: 30px;
    }

    .about-info_left img {
        width: 500px;
    }

    .about-info_in {
        padding: 20px 0 0 30px;
    }

    .about-info_in h1 {
        line-height: 1.2;
        font-size: 80px;
    }

    .content-contacts--v2 .content-contacts_right {
        width: 500px;
    }

    .content-contacts--v2 .content-contacts_form {
        padding: 87px 100px 30px 99px;
    }

    .crumbs--articles h1 {
        padding: 0 0 20px;
    }

    .crumbs--articles h1 b {
        font-size: 80px;
    }

    .articles-nav {
        margin: 0 0 35px;
    }

    .articles-nav a {
        font-size: 20px;
    }

    .articles-list_in {
        margin-bottom: 50px;
    }

    .article-right {
        margin: 0 0 0 50px;
    }

    .page-left {
        width: 620px;
        padding: 0 50px 0 0;
    }

    .page-left .link-list {
        margin: 50px 0 0;
    }

    .page-left .link-list ol {
        width: 500px;
    }

    .content-in {
        padding: 0 0 50px;
    }

    .content-in .text_in {
        padding: 55px 30px 0 670px;
    }

    .header_language {
        right: 70px;
    }
}

@media screen and (max-width: 1260px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-color,
    .btn-color-empty {
        padding: 23px 20px;
        font-size: 14px;
    }

    .masthead {
        padding: 246px 0 150px;
    }

    .about-study_left {
        width: 335px;
    }

    .about-study_in {
        padding: 40px 20px 40px 40px;
    }

    .about-study_in .title {
        font-size: 60px;
    }

    .curse-list .cash2 {
        padding: 20px 0 12px 15px;
        font-size: 12px;
    }

    .curse-list td {
        padding: 30px;
    }

    .curse-list .name {
        padding: 20px 0;
    }

    .curse-list .btn {
        margin-top: 20px;
    }

    .pluses-list {
        margin: 0 0 50px;
    }

    .pluses-list .wrapper {
        padding: 40px 20px;
    }

    .pluses_item {
        width: 33.3%;
    }

    .pluses_item h3 {
        min-height: 70px;
    }

    .reviews-list .title-item {
        margin: 0 0 50px;
    }

    .title-item {
        font-size: 38px;
        margin: 0 0 50px;
    }

    .title-item b {
        font-size: 60px;
    }

    .reviews-list_in .slick-arrow {
        left: 20px;
    }

    .reviews-list_in .slick-next {
        right: 20px;
        left: auto;
    }

    .reviews-list {
        margin: 0 0 50px;
    }

    .content-contacts .wrapper {
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .content-contacts_right {
        width: 100%;
        padding: 30px 20px 20px;
        box-sizing: border-box;
    }

    .content-contacts_right .title {
        margin: 0 0 50px;
    }

    .content-contacts_right ul {
        overflow: hidden;
    }

    .content-contacts_right li {
        width: 50%;
        float: left;
    }

    .about-info_left img {
        width: 425px;
    }

    .about-info_left .btn {
        margin: 30px 0 0;
    }

    .about-info_in h1 {
        margin: 30px 0 15px;
        font-size: 60px;
    }

    .about-info-study .wrapper {
        padding: 50px 20px;
    }

    .about-info-study .row {
        margin: 0 -30px;
    }

    .about-info-study .column {
        padding: 0 20px;
    }

    .about-info-study .column:after {
        left: 25px;
        right: 25px;
    }

    .about-info {
        margin: 0 0 50px;
    }

    .about-info-study {
        margin: 0 0 50px;
    }

    .about-info-study .date {
        width: 100px;
        -ms-flex: 100px 0 0px;
        flex: 100px 0 0;
    }

    .certificate-list {
        margin: 0 0 1px;
    }

    .certificate-list .wrapper {
        padding: 0 20px;
    }

    .certificate-item {
        padding: 0 20px;
        margin: 0 0 30px;
    }

    .certificate-list_in {
        margin: 0 -10px;
    }

    .crumbs {
        padding: 0;
    }

    .articles-list_in .item {
        width: 33.3%;
    }

    .articles-list_in .item:nth-child(4n+1) {
        clear: none;
    }

    .articles-list_in .item:nth-child(3n+1) {
        clear: both;
    }

    .content-contacts--v2 .content-contacts_right {
        padding: 0 0 50px 50px;
        width: 400px;
    }

    .content-contacts--v2 .content-contacts_right li {
        width: 100%;
    }

    .content-contacts_form .polit {
        max-width: 260px;
    }

    .copyright {
        padding-top: 30px;
    }

    .article-left {
        display: none;
    }

    .article-right .article-left {
        display: block;
    }

    .article-right .article-left .date {
        margin: 0 0 5px;
    }

    .article-info_in h2 {
        margin: 50px 0 20px;
    }

    .article-info_in h2:first-child {
        margin-top: 0;
    }

    .article-info_in blockquote {
        margin: 50px 0;
    }

    .link-list {
        display: none;
    }

    .page-left {
        width: 100%;
        padding: 0;
        overflow: hidden;
        float: none;
    }

    .page-left .btn {
        position: absolute;
        bottom: 60px;
        margin: 0;
        right: 0;
    }

    .content-in {
        padding: 0;
    }

    .content-in .text_in {
        width: 100%;
        padding: 20px 0 0;
    }

    .content-in .text_in ul,
    .content-in .text_in li,
    .content-in .text_in p {
        max-width: 100%;
    }


    .header_language {
        right: 20px;
    }
}

.only-mobile {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 50px;
    }

    h1 b {
        font-size: 62px;
    }

    .header {
        padding: 30px 0 0;
    }

    .logo-name {
        padding: 12px 0 0;
        font-size: 30px;
    }

    .masthead {
        padding: 150px 0 150px;
        font-size: 30px;
    }

    .masthead .photo {
        margin: 0;
        top: auto;
        transform: none;
        left: auto;
        right: -150px;
        bottom: 0;
        width: 1000px;
    }

    .about-study_left {
        width: 250px;
    }

    .about-study_in .title {
        font-size: 40px;
        background-position: top left;
    }

    .about-study_in .tab-menu li {
        margin: 0 20px 0 0;
        font-size: 20px;
    }

    .about-study_in td:first-child {
        width: 100px;
    }

    .curse-list {
        margin: 0 0 50px;
        padding: 50px 0 0;
    }

    .title-item {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .title-item b {
        font-size: 45px;
    }

    .curse-list tr {
        overflow: hidden;
        display: block;
        border-bottom: 1px solid #262f40;
        padding-bottom: 15px;
    }

    .curse-list td {
        -ms-flex-align: center;
        align-items: center;
        border: none;
        display: block;
        padding: 15px 0;
        width: 33.3%;
        box-sizing: border-box;
        float: left;
    }

    .curse-list td:first-child {
        width: 100%;
        padding: 0;
    }

    .pluses_item {
        width: 50%;
    }

    .reviews-list_logo {
        margin: 0 0 30px;
    }

    .reviews-list_in {
        padding: 0 0 60px;
    }

    .reviews-list_in .slick-arrow {
        bottom: 0;
        top: auto;
    }

    .reviews-list_in .in {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        max-width: 100%;
    }

    .nav-menu .current-menu-item a ,
    .nav-menu .active a {
        font-size: 40px;
    }

    .nav-menu li {
        margin: 0 0 20px;
    }

    .nav-menu a {
        font-size: 20px;
    }

    .about-info_left {
        float: none;
        width: 100%;
        padding: 150px 0 0;
        text-align: center;
    }

    .about-info_left img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }

    .about-info_left .crumbs {
        padding: 0 0 20px;
    }

    .about-info_left .crumbs .title {
        font-weight: 700;
        font-size: 60px;
        font-family: "Cormorant Garamond", serif;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .about-info_in {
        padding: 0;
    }

    .about-info_in .crumbs {
        display: none;
    }

    h2 {
        font-size: 25px;
    }

    .about-info_in h1 {
        margin: 10px 0 0;
    }

    .about-info-study .title {
        font-size: 30px;
    }

    .content-contacts--v2 .wrapper {
        display: block;
    }

    .content-contacts--v2 .content-contacts_form {
        padding: 30px 85px 310px;
    }

    .content-contacts--v2 .content-contacts_right {
        position: absolute;
        padding: 30px 20px 20px;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .content-contacts--v2 .copyright {
        margin: 0;
        padding: 30px 0 0;
    }

    .content-contacts--v2 .social-contacts {
        padding: 0;
    }

    .only-mobile {
        display: block !important;
    }

    .crumbs h1 {
        font-size: 40px;
    }

    .crumbs h1 b {
        font-size: 60px;
    }

    .articles-list_in {
        margin: 0 -10px;
    }

    .articles-list_in .item {
        padding: 0 10px;
        margin: 0 0 30px;
    }

    .articles-list_in .preview {
        height: 220px;
    }

    .content-contacts--v2 .content-contacts_right li {
        float: left;
        width: 50%;
    }

    .articles-nav {
        margin: 0 0 10px;
    }

    .articles-nav a {
        font-size: 18px;
    }

    .content-contacts--v2 .content-contacts_form {
        padding: 310px 85px 20px;
    }

    .content-contacts--v2 .content-contacts_right {
        position: absolute;
        bottom: auto;
        top: 0;
    }

    .crumbs--small h1 {
        margin-bottom: 0;
        padding: 0;
    }

    .article-info {
        padding: 0;
    }

    .article-info .wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .article-info h2 {
        margin: 30px 0 10px;
    }

    .article-info h2:first-child {
        margin-top: 0;
    }

    .article-info blockquote {
        margin: 30px 0;
    }

    .article-right {
        margin: 0;
        width: 100%;
    }

    .article-right .in {
        float: right;
        width: 500px;
    }

    .article-left {
        padding: 0;
    }

    .document-item {
        padding: 20px 0;
    }

    .page-left .btn {
        position: static;
        margin: 0 auto 20px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding: 5px 0 0;
    }

    .logo-name {
        display: block;
        float: none;
        margin: 0 0 15px;
        text-align: center;
    }

    .header_right a {
        font-size: 16px;
    }

    .nav-icon {
        width: 105px;
        float: left;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 40px;
    }

    h1 b {
        font-size: 55px;
        padding: 0 0 0 40px;
    }

    .masthead {
        font-size: 20px;
        padding-bottom: 250px;
    }

    .masthead .photo {
        width: auto;
        height: 250px;
        transform: translateX(-50%);
        margin-left: -80px;
        left: 50%;
    }

    .masthead .btn .icon-arr {
        display: none;
    }

    .btn {
        width: 100%;
    }

    .about-study .wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about-study_in {
        margin: 0 -20px;
        padding: 25px 20px;
    }

    .about-study_in td {
        padding-top: 20px;
        vertical-align: middle;
        padding-bottom: 20px;
    }

    .about-study_in td:first-child {
        width: 80px;
    }

    .about-study_in .title {
        padding-left: 20px;
        font-size: 35px;
    }

    .about-study_in .tab-menu {
        padding: 0;
    }

    .about-study_in .tab-menu li {
        margin: 0 15px 0 0;
        font-size: 18px;
    }

    .about-study_left {
        padding: 30px 20px 0 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    .about-study_left li {
        padding: 15px 0 0;
        margin: 0 0 15px;
    }

    .about-study_left li:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .content-contacts_form .title-item,
    .title-item {
        font-size: 20px;
    }

    .content-contacts_form .title-item b,
    .title-item b {
        font-size: 30px;
        padding: 0 0 0 20px;
        background-position: top left;
    }

    .curse-list table {
        margin: 0;
    }

    .curse-list td {
        width: 65%;
    }

    .curse-list td:nth-child(2) {
        width: 35%;
    }

    .curse-list td:last-child,
    .curse-list td:first-child {
        width: 100%;
        text-align: center;
    }

    .curse-list .name {
        text-align: center;
    }

    .curse-list .cash {
        margin: 10px 0 16px;
    }

    .curse-list .btn {
        margin-top: 0;
    }

    .curse-list .day small {
        margin: 0;
        display: block;
    }

    .curse-list .cash2 {
        clear: both;
        padding: 5px 0;
        width: 100%;
    }

    .curse-list_bottom_item {
        width: 100%;
        font-size: 18px;
        padding: 30px 20px;
    }

    .pluses_item {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .pluses_item h3 {
        text-align: center;
        min-height: 1px;
    }

    .reviews-list_in .slick-arrow {
        transform: scale(0.5);
    }

    .reviews-list {
        margin: 0 0 10px;
    }

    .content-contacts_form {
        padding: 30px 20px 20px;
    }

    .content-contacts_form .title-item {
        margin: 0 0 20px;
    }

    .content-contacts_form .polit {
        text-align: center;
        width: 100%;
    }

    .content-contacts_form .form-item {
        padding: 0;
        float: none;
        margin: 0 0 20px;
    }

    .content-contacts_form .form-item:first-child {
        float: none;
        width: 100%;
    }

    .content-contacts_form .btn {
        width: 100%;
        margin: 0;
    }

    .content-contacts_form input {
        font-size: 18px;
        padding: 0 0 10px;
    }

    .content-contacts_right .title {
        font-size: 35px;
    }

    .content-contacts_right li {
        width: 100%;
    }

    .nav-menu_top {
        height: 100px;
    }

    .nav-menu .nav-icon {
        top: 40px;
    }

    .nav-menu {
        padding: 100px 0 20px;
    }

    .crumbs {
        padding-top: 20px;
    }

    .crumbs a {
        font-size: 15px;
    }

    .crumbs li:before {
        left: 8px;
        margin-top: -1px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    .about-info_in h1 {
        text-align: center;
        font-size: 40px;
    }

    .about-info_in h3 {
        margin: 15px 0 37px;
    }

    .about-info-study .column {
        width: 100%;
        margin: 0 0 30px;
    }

    .about-info-study .column:last-child:after {
        display: none;
    }

    .about-info-study .wrapper {
        padding: 20px;
    }

    .about-info-study .title {
        font-size: 25px;
        text-align: center;
    }

    .about-info-study {
        margin: 0 0 20px;
    }

    .certificate-item {
        width: 100%;
    }

    .certificate-list_in {
        margin: 0 -20px;
    }

    .content-contacts--v2 .content-contacts_form {
        padding-bottom: 370px;
    }

    .about-info_left {
        margin: 0 0 30px;
        padding: 0;
    }

    .about-info_left .crumbs .title {
        font-size: 45px;
    }

    .about-info_in p {
        margin-bottom: 15px;
    }

    .crumbs h1 {
        font-size: 30px;
    }

    .crumbs h1 b {
        font-size: 45px;
    }

    .articles-list_in .item {
        width: 100%;
        clear: both;
    }

    .content-contacts--v2 .content-contacts_right li {
        width: 100%;
    }

    .content-contacts--v2 .content-contacts_form {
        padding-top: 370px;
        padding-bottom: 30px;
    }

    .content-contacts--v2 .social-contacts a {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 3px 10px;
    }

    .content-contacts--v2 .content-contacts_right {
        text-align: center;
    }

    .content-contacts--v2 .content-contacts_right .title,
    .content-contacts--v2 .content-contacts_right span {
        text-align: center;
    }

    .content-contacts_form .polit {
        width: 100%;
        max-width: 100%;
    }

    .article-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .article-right .in {
        width: 100%;
    }

    .article-right a {
        padding: 0 0 10px;
        margin: 0 0 10px;
    }

    .title-sidebar {
        padding: 0 0 5px;
    }

    .crumbs--articles h1 {
        margin: 10px 0 0;
    }

    .crumbs--articles h1 b {
        font-size: 40px;
        margin-top: 0;
        padding-left: 20px;
    }

    .video-list a {
        font-size: 16px;
        line-height: 1.33;
        min-height: 1px;
        display: block;
        padding: 35px 20px 35px 60px;
        margin: 0;
    }

    .video-list a:after,
    .video-list a:before {
        width: 50px;
        height: 50px;
        top: 50%;
        transform: translateY(-50%);
        background-position: center center;
    }

    .page-left .time {
        text-align: center;
        width: 100%;
        float: none;
        font-size: 80px;
        margin: 0 0 20px;
    }

    .page-left .time small {
        margin-left: -20px;
    }

    .page-left .cash {
        padding-bottom: 10px;
        float: none;
        clear: both;
    }

    .content-in h3 {
        margin: 20px 0 10px;
    }

    .content-in h3:first-child {
        margin-top: 0;
    }

    .accordion-course .accordion-title {
        font-size: 18px;
    }

    .accordion-course td:first-child {
        width: 100px;
    }
}
