/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    -webkit-transform: translateZ(0);
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    /* background: url(images/bx_loader.gif) 50% no-repeat #fff; */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) 0 -32px no-repeat;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) -43px -32px no-repeat;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}
@font-face {
    font-family: Noto Sans Regular;
    src: url(../fonts/notosans-regular.eot);
    src: url(../fonts/notosans-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/notosans-regular.woff) format("woff"), url(../fonts/notosans-regular.ttf) format("truetype"),
        url(../fonts/notosans-regular.svg#noto_sansregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Noto Sans Bold;
    src: url(../fonts/notosans-bold.eot);
    src: url(../fonts/notosans-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/notosans-bold.woff) format("woff"), url(../fonts/notosans-bold.ttf) format("truetype"), url(../fonts/notosans-bold.svg#noto_sansbold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Helvetica Neue Black;
    src: url(../fonts/HelveticaNeueCyr-Black.eot);
    src: local("☺"), url(../fonts/HelveticaNeueCyr-Black.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Black.ttf) format("truetype"), url(../fonts/HelveticaNeueCyr-Black.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Source Sans Pro Black;
    src: url(../fonts/SourceSansPro-Black.eot);
    src: local("☺"), url(../fonts/SourceSansPro-Black.woff) format("woff"), url(../fonts/SourceSansPro-Black.ttf) format("truetype"), url(../fonts/SourceSansPro-Black.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.animated-border-box .border-item,
.button-black:before,
.button-white:before,
.button:before,
.clipped-text-overlay,
.cources-wrapper .cource-section-title:before,
.cources-wrapper .cource-title:before,
.cources-wrapper .results-list .item:before,
.cources-wrapper:before,
.header-menu-holder a:after,
.header-menu-holder a:before,
.home-section-2 .col-right:before,
.home-section-3 .bg-wrapper:before,
.navigation-mobile .current .text-wrapper:before,
.pseudo,
.social-link-holder a:after,
.social-link-holder a:before {
    content: " ";
    position: absolute;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
}
ul {
    padding: 0;
    list-style: none;
}
p,
ul {
    margin: 0;
}
.stroked {
    text-decoration: line-through;
}
.button,
.button-black,
.button-white {
    border: 2px solid #1e1e1e;
    display: inline-block;
    color: #1e1e1e;
    padding: 11px 32px 11px 18px;
    text-decoration: none;
    font-family: Noto Sans Bold;
    transition: all 0.25s ease;
    transition-property: color, border-color;
    position: relative;
}
.button-black:before,
.button-white:before,
.button:before {
    border: solid #1e1e1e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: border-color 0.25s ease;
    transition-property: border-color, right;
}
.button-black:hover,
.button-white:hover,
.button:hover {
    border-color: #f4ca09;
    color: #f4ca09;
}
.button-black:hover:before,
.button-white:hover:before,
.button:hover:before {
    border-color: #f4ca09;
    right: 18px;
}
.button-white {
    color: #fff;
}
.button-white,
.button-white:before {
    border-color: #fff;
}
.button-white:hover:before {
    border-color: #f4ca09;
}
main a {
    color: #f4ca09;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.25s ease;
}
main a:hover {
    border-color: #f4ca09;
}
.page-title {
    color: #f4ca09;
    font-size: 77px;
    font-family: Noto Sans Bold;
    margin-bottom: 50px;
    text-transform: lowercase;
}
*,
:after,
:before {
    box-sizing: border-box;
}
.browsehappy {
    text-align: center;
    margin: 0;
    background: #fff8e2;
    color: #000;
    padding: 0.5em 0;
}
::-moz-selection {
    background: #f4ca09;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #f4ca09;
    text-shadow: none;
    color: #fff;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clear,
.clearfix:after {
    clear: both;
}
.clear {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
body {
    font-family: Noto Sans Regular;
    font-size: 15px;
    color: #1e1e1e;
}
img {
    max-width: 100%;
    height: auto;
}
.layout {
    overflow: hidden;
}
.header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    transition: all 0.25s ease;
    box-shadow: 0 0 0 0 #000;
}
.header-sticky.sticky {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.header-wrapper {
    max-width: 1140px;
    padding: 35px 0 20px;
    margin: 0 auto;
    transition: padding 0.25s ease;
    transition-delay: 0.3s;
}
.header-logo-holder {
    float: left;
}
.header-menu-holder {
    float: right;
}
.header-logo {
    max-width: 134px;
    display: block;
    position: relative;
}
.header-logo .logo-black-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    transition: all 0.25s ease;
    overflow: hidden;
}
.header-logo .logo-black-wrapper img {
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
}
.header-logo img {
    max-width: none;
    height: 66px;
    transition: all 0.25s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header-menu-holder {
    margin-top: 17px;
    transition: margin 0.25s ease;
}
.header-menu-holder li {
    float: left;
    margin-left: 35px;
}
.header-menu-holder li:first-child {
    margin-left: 0;
}
.header-menu-holder a {
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    position: relative;
}
.header-menu-holder a:after,
.header-menu-holder a:before {
    left: 0;
    right: 100%;
    top: 100%;
    height: 3px;
    background-color: #f4ca09;
    transition: all 0.25s cubic-bezier(0.9, 0.03, 0.69, 0.22);
    z-index: 2;
}
.header-menu-holder a:after {
    opacity: 0;
    right: 0;
    background-color: #1e1e1e;
    z-index: 1;
}
.current-menu-item a:before,
.header-menu-holder a:hover:before {
    right: 0;
}
label[for] {
    cursor: pointer;
}
textarea {
    resize: vertical;
    min-height: 50px;
    max-height: 200px;
}
.sticky {
    z-index: 10;
}
.sticky .header-wrapper {
    padding: 15px 0;
}
.sticky .header-logo img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.sticky .logo-black-wrapper {
    right: 0;
    left: 0;
}
.sticky .logo-black-wrapper img {
    -webkit-transform: translateX(0) scale(0.8);
    transform: translateX(0) scale(0.8);
}
.sticky .header-menu-holder {
    margin-top: 30px;
}
.sticky .header-menu-holder a {
    color: #1e1e1e;
}
.sticky .header-menu-holder a:after {
    opacity: 1;
}
.col {
    float: left;
}
.fake-slide {
    opacity: 0;
    position: absolute;
    left: -9999pt;
    top: -9999pt;
    font-size: 60px;
}
.footer {
    background: #161616;
    color: #adadad;
    font-size: 10px;
    padding: 40px 0 45px;
    position: relative;
}
.footer .row {
    margin-top: 45px;
}
.footer .row:first-child {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .logo-bdg {
    width: 100px;
}
.footer .logo-no-wine {
    width: 52px;
}
.footer .logo-the-nine {
    width: 86px;
}
.footer .col {
    width: 50%;
}
.footer .col-right .col-wrapper {
    float: right;
}
.footer p {
    margin-top: 10px;
    letter-spacing: 0.3px;
}
.footer p:first-child {
    margin: 0;
}
.footer .contacts-holder {
    margin-top: 15px;
}
.footer .contacts-holder .phone {
    font-family: Noto Sans Bold;
    color: #f4ca09;
    font-size: 15px;
    text-decoration: none;
}
.footer .socials-holder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer-logos,
.footer .socials-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-logos {
    max-width: 350px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer-logos li {
    margin-left: 54px;
}
.footer-logos li:first-child {
    margin: 0;
}
.footer-logos img {
    opacity: 0.3;
    transition: opacity 0.25s ease;
}
.footer-logos .logo-bdg img,
.footer-logos a:hover img {
    opacity: 1;
}
.social-link-holder {
    float: left;
    margin-left: 10px;
}
.social-link-holder:first-child {
    margin: 0;
}
.social-link-holder a {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
}
.social-link-holder a:after,
.social-link-holder a:before {
    background: #f4ca09;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    border-radius: 50%;
    transition: all 0.4s ease;
    z-index: 0;
}
.social-link-holder a:hover:before {
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}
.social-link-holder img {
    position: relative;
    z-index: 1;
}
.social-link-holder .fb-link img {
    width: 18px;
}
.social-link-holder .inst-link img {
    width: 22px;
}
.animate-queue {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition-property: opacity transform;
    transition-delay: 0.5s;
}
.animate-queue.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.section-content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}
.title-mobile {
    display: none;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
}
div.wpcf7-response-output {
    border: none !important;
    font-size: 12px;
    text-align: center;
}
div.wpcf7 .ajax-loader {
    display: none;
}
@media (max-width: 1140px) {
    .header-wrapper,
    .section-content-wrapper,
    .sticky .header-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1024px) {
    body {
        font-size: 13px;
    }
    .header.sticky .logo-black-wrapper img,
    .header.sticky img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .header.sticky .header-menu-holder {
        margin-top: 22px;
    }
    .header-logo-holder img {
        max-width: 88px;
    }
}
@media (min-width: 769px) {
    .show-on-desktop {
        display: block;
    }
    .show-on-mobile {
        display: none;
    }
}
@media (max-width: 768px) {
    .show-on-desktop {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
    .header-wrapper {
        padding-top: 12px;
    }
    .sticky .header-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header-menu-holder a {
        border-bottom-width: 2px;
    }
    .header-menu-holder a:after,
    .header-menu-holder a:before {
        height: 2px;
    }
    .footer .socials-holder {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media (max-width: 640px) {
    .footer .socials-holder {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer .col-right .col-wrapper {
        float: none;
    }
}
@media (max-width: 480px) {
    .header {
        font-size: 12px;
    }
}
[class^="home-section-"] {
    position: relative;
}
@supports (background-attachment: fixed) {
    .home-section-1 {
        background-attachment: fixed;
    }
}
.home-section-1 {
    background: url(../images/home-section-1-bg.webp) no-repeat 50% 50% / cover;
    padding-top: 140px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-section-1 .section-content-wrapper {
    padding-bottom: 70px;
    width: 100%;
}
.home-section-1 .bg-img {
    position: relative;
    z-index: 1;
    vertical-align: bottom;
    left: 10%;
}
.home-section-1 .bg-img-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 16%;
    z-index: 0;
}
.home-section-1 .bg-img-wrap .border {
    background: #fcd20c;
    position: absolute;
    z-index: 0;
    transition: all 0.4s ease;
}
.home-section-1 .bg-img-wrap .border-top {
    top: 35px;
    height: 36px;
    left: 100%;
    right: 0;
}
.home-section-1 .bg-img-wrap .border-left {
    top: 100%;
    bottom: 70px;
    width: 36px;
    left: 0;
    transition-delay: 0.1s;
}
.home-section-1 .bg-img-wrap .border-bottom {
    height: 36px;
    left: 0;
    right: 100%;
    bottom: 70px;
    transition-delay: 0.2s;
}
.home-section-1 .bg-img-wrap.animated .border-top {
    left: 0;
}
.home-section-1 .bg-img-wrap.animated .border-left {
    top: 35px;
}
.home-section-1 .bg-img-wrap.animated .border-bottom {
    right: 0;
}
.home-section-1 .section-content {
    margin-top: 40px;
    max-width: 50%;
    z-index: 1;
    position: relative;
}
.home-section-1 .subtitle,
.home-section-1 .title {
    font-family: Noto Sans Bold;
}
.home-section-1 .title {
    font-size: 48px;
    margin-bottom: 30px;
}
.home-section-1 .subtitle {
    color: #f4ca09;
    font-size: 15px;
    margin-bottom: 30px;
}
.home-section-1 .text {
    max-width: 410px;
    line-height: 22px;
}
.home-section-1 .stroked {
    display: block;
}
.home-section-1 .cources-link {
    margin-top: 45px;
}
.clipped-text-overlay,
.clipped-text-wrapper,
.cources-link.mobile {
    display: none;
}
@supports (-webkit-background-clip: text) {
    .clipped-text-fallback {
        display: none;
    }
    .clipped-text-wrapper {
        position: relative;
        font-family: Source Sans Pro Black;
        font-size: 414px;
    }
    .clipped-text-wrapper ::-moz-selection {
        background: transparent;
        color: #fff;
    }
    .clipped-text-wrapper ::selection {
        background: transparent;
        color: #fff;
    }
    .clipped-text-wrapper {
        display: block;
        margin-left: -30px;
        margin-top: 50px;
        line-height: 0.8;
    }
    .home-section-2 .clipped-text {
        background-image: url(../images/bdg-text-bg.webp);
        background-position: 0 -40%;
    }
    .clipped-text {
        position: relative;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-repeat: no-repeat;
        z-index: 0;
    }
}
@supports (mix-blend-mode: multiply) {
    .clipped-text-overlay {
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: " ";
        z-index: 1;
        mix-blend-mode: multiply;
        color: #ffdc19;
    }
}
.home-section-2 {
    padding-top: 55px;
    padding-bottom: 90px;
}
.home-section-2 .col-left {
    width: 69%;
}
.home-section-2 .col-right {
    width: 30.7017%;
    position: relative;
    padding-top: 45px;
    margin-top: 28px;
}
.home-section-2 .col-right:before {
    top: 0;
    left: 0;
    width: 117px;
    height: 6px;
    background: #1e1e1e;
}
.home-section-2 .col-right .title {
    color: #fcd20c;
    font-family: Noto Sans Bold;
    font-size: 20px;
    margin-bottom: 25px;
}
.home-section-2 .about-title {
    font-family: Noto Sans Bold;
    font-size: 77px;
    color: #302d2d;
}
.home-section-2 .text {
    line-height: 22px;
}
.home-section-2 .team-link {
    margin-top: 35px;
}
.home-section-3 {
    background: #f4ca09;
    padding-top: 110px;
    padding-bottom: 110px;
}
.home-section-3 .section-content-wrapper {
    position: relative;
}
.home-section-3 .block-wrapper {
    padding: 100px 60px 70px;
    border: 35px solid #1e1e1e;
}
.home-section-3 .block-wrapper.mobile {
    display: none;
}
.home-section-3 .text-wrapper {
    max-width: 340px;
}
.home-section-3 .about-text {
    line-height: 22px;
    margin-bottom: 25px;
}
.home-section-3 .about-description {
    font-family: Noto Sans Bold;
    font-size: 12px;
}
.home-section-3 .bg-wrapper {
    position: absolute;
    bottom: -110px;
    right: 105px;
    width: 50%;
    text-align: center;
}
.home-section-3 .bg-wrapper img {
    vertical-align: bottom;
    position: relative;
    z-index: 1;
}
.home-section-3 .animated-text {
    position: absolute;
    color: #fff;
    font-family: Helvetica Neue Black;
    left: 0;
    right: 0;
    bottom: 37px;
    font-size: 135px;
    white-space: nowrap;
    text-transform: uppercase;
}
.home-section-3 .animated-text .letter {
    position: relative;
}
.home-section-3 .animated-text .word-3 {
    letter-spacing: 32px;
    margin-left: -40px;
}
.home-section-3 .animated-text .letter-1 {
    left: -50px;
}
.home-section-3 .animated-text .letter-2 {
    right: -45px;
}
.home-section-3 .animate-queue {
    transition-delay: 0.5s;
}
@supports (margin: 1vh) {
    .home-section-1.section-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 0;
    }
    .home-section-2.section-fixed {
        margin-top: 100vh;
        background: #fff;
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.5);
    }
}
.z-0,
.z-2 {
    position: relative;
}
.z-0 {
    z-index: 0;
}
.z-2 {
    z-index: 2;
}
.cources-wrapper .navigation-mobile {
    display: none;
}
.home-section-4 .navigation-holder {
    position: relative;
}
.home-section-4 .section-content-wrapper {
    padding-top: 80px;
}
.cource-top .col-left {
    width: 42.5438%;
    margin-right: 12.561%;
}
.cource-top .col-right {
    width: 44.035%;
    text-align: right;
}
.cources-content {
    position: relative;
    overflow: hidden;
}
.cources-content .cource {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.25s ease;
    z-index: -1;
    opacity: 0;
}
.cources-content .cource.current {
    position: static;
    opacity: 1;
    z-index: 2;
}
.cources-wrapper {
    position: relative;
    transition: color 0.6s ease;
    transition-property: color, background-color;
}
.cources-wrapper.scrolled {
    background: url(../images/cource-bg.webp) no-repeat center 0 / contain;
}
.cources-wrapper:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: background 0.6s ease;
}
.cources-wrapper.cource-theme-default {
    color: #fff;
    background-color: #1e1e1e;
}
.cources-wrapper.cource-theme-default:before {
    background: rgba(30, 30, 30, 0.91);
}
.cources-wrapper.cource-theme-gray:before {
    background: rgba(78, 78, 78, 0.91);
}
.cources-wrapper.cource-theme-white {
    color: #222;
    background-color: #fff;
}
.cources-wrapper.cource-theme-white:before {
    background: hsla(0, 0%, 100%, 0.91);
}
.cources-wrapper.cource-theme-gray {
    background-color: #5e5e5e;
}
.cources-wrapper .navigation-wrapper {
    font-family: Noto Sans Bold;
}
.cources-wrapper .nav-item {
    font-size: 16px;
    opacity: 0.39;
    transition: all 0.7s ease;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.cources-wrapper .nav-item .line:last-child {
    border-bottom: 3px solid #f4ca09;
    padding-bottom: 10px;
}
.cources-wrapper .nav-item .item-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.cources-wrapper .nav-item:hover {
    opacity: 1;
}
.cources-wrapper .nav-item.current {
    font-size: 60px;
    opacity: 1;
    border-color: transparent;
}
.cources-wrapper .nav-item.current .line {
    border-color: transparent;
}
.cources-wrapper .nav-item.item-prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.cources-wrapper .nav-item.item-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cources-wrapper .line {
    white-space: nowrap;
}
.cources-wrapper .cource-bg-text-mobile {
    display: none;
}
.cources-wrapper .cource-bottom {
    background: url(../images/cource-bottom-bg.webp) no-repeat center 0 / cover;
    padding-bottom: 115px;
}
.cources-wrapper .cource-section-title,
.cources-wrapper .cource-title {
    font-size: 40px;
    font-family: Noto Sans Bold;
    color: #fcd20c;
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 36px;
}
.cources-wrapper .cource-section-title:before,
.cources-wrapper .cource-title:before {
    left: 0;
    top: 100%;
    width: 120px;
    background: #fcd20c;
    height: 6px;
    transition: background 0.25s ease;
}
.cources-wrapper .cource-date {
    color: #fff;
    transition: color 0.25s ease;
}
.cources-wrapper .cource-description {
    max-width: 450px;
    line-height: 22px;
}
.cources-wrapper .cource-description p {
    margin-top: 25px;
}
.cources-wrapper .cource-description p:first-child {
    margin-top: 0;
}
.cources-wrapper .cource-section-title {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 35px;
    display: inline-block;
}
.cources-wrapper .cource-section-title:before {
    background: #fff;
    top: 50%;
    left: 100%;
}
.cources-wrapper .results-list {
    max-width: 965px;
    margin: 75px auto 90px;
    line-height: 22px;
}
.cources-wrapper .results-list .col-left,
.cources-wrapper .results-list .col-right {
    width: 45%;
}
.cources-wrapper .results-list .col-left {
    margin-right: 10%;
}
.cources-wrapper .results-list .item {
    position: relative;
    padding-left: 20px;
    margin-top: 40px;
}
.cources-wrapper .results-list .item:first-child {
    margin-top: 0;
}
.cources-wrapper .results-list .item:before {
    left: 0;
    top: 8px;
    width: 7px;
    height: 6px;
    background: #404040;
}
.cources-wrapper .cource-summary {
    font-size: 20px;
    font-family: Noto Sans Bold;
    text-align: center;
    margin-bottom: 90px;
}
.cources-wrapper .cource-summary .text-wrapper {
    line-height: 32px;
    max-width: 800px;
    margin: 0 auto;
}
.cources-wrapper .cource-summary i {
    font-style: normal;
    color: #e0ab04;
}
.cources-wrapper .cource-content-bottom {
    line-height: 23px;
    margin-bottom: 40px;
}
.cources-wrapper .cource-content-bottom .cource-section-title {
    margin-bottom: 40px;
}
.cources-wrapper .cource-content-bottom .text-wrapper {
    padding-left: 8.596%;
}
.cources-wrapper .cource-content-bottom p {
    margin-top: 18px;
}
.cources-wrapper .cource-content-bottom p:first-child {
    margin-top: 0;
}
.cources-form-holder {
    border: 4px solid #fff;
    padding-top: 35px;
    padding: 35px 15px 55px;
    margin-top: 100px;
    transition: border-color 0.25s ease;
}
.cources-form-holder .form-title {
    text-align: center;
    color: #f4ca09;
    font-size: 25px;
    font-family: Noto Sans Bold;
    text-transform: uppercase;
}
.cources-form-holder form {
    max-width: 1005px;
    margin: 65px auto 0;
}
.cources-form-holder .col {
    margin-left: 2.485%;
    width: 31.641%;
}
.cources-form-holder .col:first-child {
    margin-left: 0;
}
.cources-form-holder label {
    font-family: Noto Sans Bold;
    font-size: 13px;
    cursor: pointer;
}
.cources-form-holder .input-container {
    margin-top: 8px;
}
.cources-form-holder .form-control {
    background: hsla(0, 0%, 100%, 0.21);
    border: none;
    color: #fff;
    font-size: 15px;
    font-family: Noto Sans Regular;
    padding: 6px 13px;
    height: 40px;
    width: 100%;
}
.cources-form-holder .submit-holder {
    text-align: center;
    margin-top: 65px;
}
.cources-form-holder .submit-holder .submit {
    background: #fcd20c;
    display: block;
    width: 37.527%;
    text-align: center;
    padding: 13px 15px;
    border: 1px solid transparent;
    color: #000;
    font-size: 20px;
    font-family: Noto Sans Bold;
    margin: 0 auto;
    cursor: pointer;
    transition: border-color 0.25s ease;
    transition-property: border-color, background;
}
.cources-form-holder .submit-holder .submit:hover {
    background: #efc501;
}
.cources-form-holder .submit-holder .submit:focus {
    border-color: #fff;
}
.animated-border-box {
    position: relative;
    padding: 80px 30px;
}
.animated-border-box .text-wrapper {
    opacity: 0;
    transition: opacity 1s ease;
    transition-property: opacity;
    transition-delay: 0.4s;
}
.animated-border-box .border-item {
    position: absolute;
    background: #fcd20c;
    transition: all 0.4s ease;
}
.animated-border-box .border-horizontal {
    height: 20px;
}
.animated-border-box .border-vertical {
    width: 20px;
}
.animated-border-box .border-right,
.animated-border-box .border-top {
    top: 0;
    right: 0;
    transition-delay: 0.4s;
}
.animated-border-box .border-top {
    left: 100%;
}
.animated-border-box .border-right {
    bottom: 100%;
}
.animated-border-box .border-bottom,
.animated-border-box .border-left {
    bottom: 0;
    left: 0;
    transition-delay: 0.6s;
}
.animated-border-box .border-left {
    top: 100%;
}
.animated-border-box .border-bottom {
    right: 100%;
}
.animated-border-box.animated .text-wrapper {
    opacity: 1;
}
.animated-border-box.animated .border-top {
    left: 0;
}
.animated-border-box.animated .border-right {
    bottom: 0;
}
.animated-border-box.animated .border-left {
    top: 0;
}
.animated-border-box.animated .border-bottom {
    right: 0;
}
.cource-theme-default,
.cource-theme-default .nav-item,
.cource-theme-gray,
.cource-theme-gray .nav-item {
    color: #fff;
}
.cource-theme-gray .results-list .item:before {
    background: #fff;
}
.cource-theme-white .nav-item {
    color: #131313;
}
.cource-theme-white .cource-date {
    color: #222;
}
.cource-theme-white .cource-section-title:before,
.cource-theme-white .cource-title:before {
    background: #222;
}
.cource-theme-white .cources-form-holder {
    border-color: #3b3b3b;
}
.cource-theme-white .cources-form-holder label {
    color: #222;
}
.cource-theme-white .cources-form-holder .form-control {
    background: hsla(0, 0%, 54%, 0.21);
    color: #4e4e4e;
}
.bx-wrapper {
    background: transparent;
    border: none;
    box-shadow: none;
}
.bx-viewport {
    min-height: 70px;
}
@media (max-width: 1140px) {
    .home-section-1 .bg-img-wrap {
        padding-right: 0;
    }
    .home-section-1 .bg-img {
        max-width: 75%;
    }
    @supports (-webkit-background-clip: text) {
        .clipped-text-wrapper {
            font-size: 365px;
            margin-top: 10px;
        }
    }
}
@media (max-width: 1024px) {
    .home-section-1 .title {
        font-size: 35px;
    }
    .home-section-1 .bg-img-wrap {
        width: 45%;
    }
    .home-section-1 .bg-img-wrap .border-bottom,
    .home-section-1 .bg-img-wrap .border-top {
        height: 20px;
    }
    .home-section-1 .bg-img-wrap .border-left {
        width: 20px;
    }
    .home-section-1 .bg-img {
        left: 23%;
    }
    .clipped-text-wrapper {
        display: none;
    }
    .clipped-text-fallback {
        margin-top: 40px;
        display: block;
        max-width: 90%;
    }
    .home-section-3 {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .home-section-3 .bg-wrapper {
        width: 40%;
        bottom: -70px;
    }
    .home-section-3 .bg-wrapper img {
        max-width: 70%;
    }
    .home-section-3 .animated-text {
        font-size: 94px;
    }
    .cources-wrapper .nav-item.current {
        font-size: 47px;
    }
}
@media (max-width: 960px) {
    .home-section-2 .col-left {
        width: 60%;
    }
    .home-section-2 .col-right {
        width: 38.702%;
    }
    .home-section-3 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .home-section-3 .block-wrapper {
        padding: 0;
        border: none;
    }
    .home-section-3 .block-wrapper.desktop {
        display: none;
    }
    .home-section-3 .block-wrapper.mobile {
        display: block;
    }
    .home-section-3 .text-wrapper {
        max-width: none;
    }
    .home-section-3 .bg-wrapper {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        border: 20px solid;
        border-bottom: none;
        margin: 0 auto 25px;
        width: 380px;
    }
    .home-section-3 .bg-wrapper:before {
        left: 0;
        right: 0;
        bottom: 0;
        height: 20px;
        background: #1e1e1e;
    }
    .home-section-3 .bg-wrapper img {
        margin-top: -40px;
    }
    .home-section-3 .animated-text {
        font-size: 61px;
        top: 55px;
    }
    .home-section-3 .animated-text .letter-1 {
        left: -26px;
    }
    .home-section-3 .animated-text .letter-2 {
        right: -19px;
    }
    .home-section-3 .animated-text .word-2 .z-0 {
        z-index: 2;
    }
    .home-section-3 .animated-text .word-3 {
        margin-left: -10px;
    }
    .home-section-3 .about-text {
        line-height: 18px;
        margin-bottom: 15px;
    }
    .cources-wrapper .nav-item {
        font-size: 14px;
    }
    .cources-wrapper .nav-item.current {
        font-size: 39px;
    }
}
@media (max-width: 768px) {
    .cources-link.desktop {
        display: none;
    }
    .cources-link.mobile {
        display: inline-block;
    }
    .home-section-2 .col {
        float: none;
        width: auto;
    }
    .home-section-2 .clipped-text-fallback {
        width: calc(100% + 41px);
        max-width: none;
        margin-left: -20px;
    }
    .home-section-2 .col-right {
        margin-top: 50px;
        max-width: 70%;
    }
    .home-section-4 .section-content-wrapper {
        padding-top: 25px;
    }
    .cources-wrapper .bx-wrapper {
        display: none;
    }
    .cources-wrapper .cource-bg-text-mobile {
        display: block;
    }
    .cources-wrapper .navigation-mobile {
        display: block;
        margin: 0 -20px;
        text-align: center;
        font-family: Noto Sans Bold;
        font-size: 13px;
        color: #1e1e1e;
        transition: height 0.25s ease;
        overflow: hidden;
    }
    .cources-wrapper .navigation-mobile .mobile-nav-item {
        background: #fff;
        margin-bottom: 2px;
        padding: 12px 20px;
        cursor: pointer;
        position: relative;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        transition: all 0.25s ease;
        transition-delay: 0.2s;
    }
    .cources-wrapper .navigation-mobile .current {
        background: hsla(0, 0%, 100%, 0.2);
        font-size: 20px;
        color: #f4ca09;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        position: relative;
    }
    .navigation-mobile .current .text-wrapper {
        position: relative;
        padding-right: 20px;
    }
    .navigation-mobile .current .text-wrapper:before {
        top: 50%;
        border: 3px solid #f4ca09;
        border-top: none;
        border-left: none;
        width: 10px;
        height: 10px;
        right: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -5px;
        transition: -webkit-transform 0.25s ease;
        transition: transform 0.25s ease;
        transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    }
    .navigation-mobile.opened .mobile-nav-item {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    }
    .navigation-mobile.opened .mobile-nav-item .text-wrapper:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .cource-theme-white .navigation-mobile .current {
        background: rgba(0, 0, 0, 0.7);
    }
    .cource-top .col-left {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .cource-top .col-right {
        display: none;
    }
    .cource-top .cource-description {
        position: relative;
        max-width: none;
        padding-right: 80px;
    }
    .cource-bg-text-mobile {
        position: absolute;
        top: 0;
        left: calc(100% - 59px);
        max-width: 355px;
    }
}
@media (max-width: 640px) {
    .home-section-1 .title {
        font-size: 27px;
        margin-bottom: 15px;
    }
    .home-section-1 .subtitle {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .home-section-1 .cources-link {
        margin-top: 30px;
    }
    .home-section-1 .bg-img-wrap {
        width: 38%;
    }
    .home-section-1 .bg-img {
        max-width: 95%;
    }
    .animated-border-box .border-horizontal {
        height: 12px;
    }
    .animated-border-box .border-vertical {
        width: 12px;
    }
    .cources-wrapper .cource-section-title {
        display: inline;
    }
    .cources-wrapper .cource-section-title:before {
        left: calc(100% + 15px);
    }
    .cources-wrapper .cource-summary {
        font-size: 16px;
        margin-bottom: 47px;
    }
    .cources-wrapper .cource-summary .text-wrapper {
        line-height: 27px;
    }
    .cources-wrapper .cource-content-bottom .text-wrapper {
        padding-left: 0;
        margin-top: 20px;
    }
    .animated-border-box {
        padding: 50px 36px;
    }
    .cources-wrapper .cource-section-title,
    .cources-wrapper .cource-title {
        font-size: 18px;
    }
    .cources-wrapper .cource-title {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .cources-wrapper .cource-title .year {
        display: inline;
    }
    .cources-wrapper .cource-description p {
        margin-top: 15px;
    }
    .cources-wrapper .cource-bottom {
        padding-bottom: 40px;
    }
    .cources-wrapper .results-list {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .cources-wrapper .results-list .col {
        float: none;
        width: auto;
        margin-right: 0;
        margin-left: 15px;
    }
    .cources-wrapper .results-list .item,
    .cources-wrapper .results-list .item:first-child {
        margin-top: 15px;
    }
    .cources-wrapper .results-list .item:before,
    .cources-wrapper .results-list .item:first-child:before {
        background-color: #f4ca09;
    }
    .cources-form-holder {
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .cources-form-holder form {
        margin-top: 37px;
    }
    .cources-form-holder .col {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    .cources-form-holder .col:last-child {
        margin-bottom: 0;
    }
    .cources-form-holder .form-title {
        font-size: 16px;
    }
    .cources-form-holder label {
        font-size: 11px;
    }
    .cources-form-holder .input-container {
        margin-top: 12px;
    }
    .cources-form-holder .submit-holder {
        margin-top: 25px;
    }
    .cources-form-holder .submit-holder .submit {
        font-size: 16px;
        width: 100%;
    }
    .footer .row {
        margin-top: 35px;
    }
    .footer .row:first-child {
        display: block;
    }
    .footer .col {
        float: none;
        width: auto;
    }
    .footer .col-right {
        margin-top: 25px;
    }
    .footer .socials-holder {
        float: none;
    }
    .footer-logos li {
        margin-left: 20px;
    }
}
@media (max-width: 480px) {
    .home-section-1 .bg-img-wrap {
        width: 50%;
    }
    .home-section-1 .bg-img {
        max-width: none;
        width: 230px;
        left: -12%;
    }
    .home-section-1 .text {
        width: 160px;
    }
    .home-section-2 {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .home-section-2 .about-title {
        font-size: 50px;
    }
    .home-section-2 .clipped-text-fallback {
        margin-top: 20px;
    }
    .home-section-2 .col-right {
        padding-top: 30px;
        margin-top: 30px;
        max-width: none;
    }
    .home-section-2 .team-link {
        margin-top: 15px;
    }
    .home-section-3 .bg-wrapper {
        width: 285px;
    }
    .home-section-3 .bg-wrapper img {
        max-width: 230px;
    }
    .home-section-3 .animated-text {
        top: 45px;
    }
    .home-section-3 .animated-text .word-3 {
        margin-left: -33px;
        letter-spacing: 19px;
    }
    .navigation-mobile .current .text-wrapper {
        font-size: 19px;
        white-space: nowrap;
    }
}
.wrapper-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    color: #fff;
    font-size: 14px;
}
.wrapper-contacts .content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(../images/contacts-bg.webp) no-repeat 50% / cover;
    background-attachment: fixed;
    padding-top: 100px;
}
.wrapper-contacts .content-wrapper .section-content-wrapper {
    padding-top: 40px;
    padding-bottom: 25px;
}
.wrapper-contacts .content-wrapper .col {
    float: left;
}
.wrapper-contacts .content-wrapper .col-left {
    width: 38.333%;
}
.wrapper-contacts .content-wrapper .col-right {
    width: 61.667%;
}
.wrapper-contacts .page-title {
    line-height: 52px;
}
.wrapper-contacts .email-link-holder {
    font-family: Noto Sans Bold;
    margin-bottom: 13px;
}
.wrapper-contacts .email-link,
.wrapper-contacts .tel-link {
    color: #fff;
    position: relative;
    border: none;
}
.wrapper-contacts .email-link:before,
.wrapper-contacts .tel-link:before {
    position: absolute;
    content: " ";
    height: 1px;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    background: linear-gradient(270deg, transparent 50%, #f4ca09 0);
    background-size: 8px 2px, 0 2px;
    z-index: 1;
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.wrapper-contacts .email-link:hover,
.wrapper-contacts .tel-link:hover {
    color: #f4ca09;
}
.wrapper-contacts .email-link:hover:before,
.wrapper-contacts .tel-link:hover:before {
    opacity: 1;
}
.wrapper-contacts .position {
    font-family: Noto Sans Bold;
    color: #f4ca09;
    margin-top: 54px;
}
.wrapper-contacts .text {
    margin-top: 15px;
    max-width: 293px;
    line-height: 22px;
}
.wrapper-contacts .text p {
    margin-bottom: 20px;
}
.wrapper-contacts .text p:last-child {
    margin-bottom: 0;
}
.wrapper-contacts .contact-form-holder {
    max-width: 595px;
    margin: 0 auto;
}
.wrapper-contacts .contact-form-holder .title {
    font-family: Noto Sans Bold;
    color: #f4ca09;
    font-size: 25px;
    text-align: center;
}
.wrapper-contacts .contact-form-holder .form-row {
    margin-bottom: 22px;
}
.wrapper-contacts .contact-form-holder .form-control {
    width: 100%;
    background: hsla(0, 0%, 100%, 0.21);
    border: none;
    color: #fff;
    font-family: Noto Sans Regular;
    font-size: 15px;
    padding: 12px;
    margin: 12px 0 0;
}
.wrapper-contacts .contact-form-holder label {
    font-family: Noto Sans Bold;
    font-size: 13px;
}
.wrapper-contacts .contact-form-holder textarea {
    height: 115px;
    resize: none;
}
.wrapper-contacts .contact-form-holder .submit {
    color: #1e1e1e;
    background: #f4ca09;
    font-family: Noto Sans Bold;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    display: block;
    width: 165px;
    margin: 0 auto;
    border: none;
    letter-spacing: 0.4px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border-color 0.25s ease;
    transition-property: border-color, background;
}
.wrapper-contacts .contact-form-holder .submit:hover {
    background: #efc501;
}
.wrapper-contacts .contact-form-holder .submit:focus {
    border-color: #fff;
}
@-webkit-keyframes a {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: -16px 0;
    }
}
@keyframes a {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: -16px 0;
    }
}
@media (max-width: 1140px) {
    .wrapper-contacts .page-title {
        font-size: 52px;
        margin-bottom: 40px;
    }
}
@media (max-width: 960px) {
    .wrapper-contacts .content-wrapper {
        background-position: 38% 0;
    }
    .wrapper-contacts .content-wrapper .col-left {
        width: 44.333%;
    }
    .wrapper-contacts .content-wrapper .col-right {
        width: 53.667%;
    }
    .wrapper-contacts .content-wrapper .text {
        max-width: 90%;
    }
}
@media (max-width: 768px) {
    .wrapper-contacts .content-wrapper {
        padding-top: 80px;
    }
    .wrapper-contacts .contact-form-holder .title {
        margin: 10px 0 50px;
    }
}
@media (max-width: 640px) {
    .wrapper-contacts .content-wrapper {
        background: transparent;
    }
    .wrapper-contacts .content-wrapper .section-content-wrapper {
        padding: 0;
    }
    .wrapper-contacts .content-wrapper .col {
        float: none;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
    }
    .wrapper-contacts .content-wrapper .col-left {
        padding-top: 40px;
        padding-bottom: 40px;
        background-image: url(../images/contacts-mobile-col-left.webp);
    }
    .wrapper-contacts .content-wrapper .col-right {
        padding-top: 40px;
        padding-bottom: 25px;
        background-image: url(../images/contacts-mobile-col-right.webp);
    }
    .wrapper-contacts .content-wrapper .text {
        max-width: none;
        font-size: 12px;
    }
    .wrapper-contacts .contact-form-holder {
        border: 4px solid #fff;
        padding: 27px 11px 21px;
    }
    .wrapper-contacts .contact-form-holder .title {
        margin-top: 0;
    }
    .wrapper-contacts .contact-form-holder label {
        font-size: 11px;
    }
    .wrapper-contacts .contact-form-holder .form-control {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .wrapper-contacts .page-title {
        font-size: 30px;
        margin-bottom: 3px;
    }
    .wrapper-contacts .content-wrapper .col-right {
        background-position: 100% 0;
    }
    .wrapper-contacts .email-link-holder {
        margin-bottom: 10px;
    }
    .wrapper-contacts .position {
        margin-top: 42px;
    }
    .wrapper-contacts .contact-form-holder .submit {
        width: 100%;
    }
}
/*# sourceMappingURL=main.css.map */
