@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSans-Regular.woff') format('woff'),
		url('/fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSans-Bold.woff') format('woff'),
		url('/fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Regular.eot');
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
        url('/fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-Regular.woff') format('woff'),
        url('/fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu-Bold.eot');
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
        url('/fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-Bold.woff') format('woff'),
        url('/fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {
    font-size: 100%;
}
body {
    /* min-width: 320px; */
    min-width: 1280px;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 300;
    background: #fff;
    opacity: 1;
    color: #222222;
    margin: 0;
    line-height: 1.5;
    overflow-x: hidden;
}
.sizes {
    position: fixed;
    top: 1em;
    left: 1em;
    background: rgba(0,0,0,.5);
    padding: 1em;
    color: #fff;
    z-index: 5;
    border-radius: 1em;
}
a {
    color: inherit;
    text-decoration: none;
    text-decoration: none;
}
*::selection{
    background: #00284f;
    color: #fff;
}
*::-moz-selection {
    background: #00284f;
    color: #fff;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
.oveflowed {
    overflow: hidden;
}
.wrapper.blurred {
    filter: blur(5px);
    overflow: hidden;
}
.hidden {
    background: rgba(255,255,255,1);
    opacity: 0;
    transform: scale(0);
    transition: .7s ease-out;
}
.container {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    position: relative;
    /*height: 100%;*/
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5em;
}
.row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    width: 100%;
    /*height: 100%;*/
}
.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 50%;
    z-index: 2;
}
.column.full {
    width: 100%;
}
.header {
    position: relative;
    background: url(/img/background-header.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
    z-index: 1;
}
.header .container {
    padding: 0 2em;
}
.nav {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: calc(50% - 407.5px);
    width: 815px;
    border-top: 1px solid #5cc5ed;
    background: rgba(91,194,237,.3);
    font-family: 'Ubuntu';
    font-weight: bold;
    text-transform: uppercase;
    z-index: 3;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.menu-item {
    position: relative;
    padding: 1.2em 1.6em;
}
.menu-item:after {
    content: '';
    position: absolute;
    top: calc(50% - 25%);
    right: 0;
    background: rgba(255,255,255,.2);
    height: 50%;
    width: 1px;
}
.menu-item:last-child:after {
    content: none;
}
.menu-item a {
    position: relative;
    font-size: .70em;
}
/*.menu-item a:after {
    content: '';
    position: absolute;
    top: -1em;
    right: -1em;
    font-size: .6em;
    color: #80dffe;
}
.menu-item:nth-child(1) a:after {
    content: '1.';
}
.menu-item:nth-child(2) a:after {
    content: '2.';
}
.menu-item:nth-child(3) a:after {
    content: '3.';
}
.menu-item:nth-child(4) a:after {
    content: '4.';
}
.menu-item:nth-child(5) a:after {
    content: '5.';
}*/
.contacts-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8.75em 0 13em;
}
.contacts-block:after {
    content: '';
    position: absolute;
    left: 5em;
    bottom: -1em;
    background: url(/img/element-sparkle_bottle.png) no-repeat top center;
    background-size: cover;
    width: 22.875em;
    height: 25.625em;
    transform: scale(.8);
}
.logo {
    z-index: 2;
}
.logo img {
    width: 100%;
    max-width: 13.0625em;
}
.tagline {
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 4.36em;
    line-height: 1;
    text-align: center;
    z-index: 2;
}
.tagline span:first-child {
    display: block;
    font-size: .66em;
}
.tagline span:last-child {
    display: block;
    font-size: .25em;
    text-align: right;
}
.contacts {
    
}
.contacts .phone {
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 1.64em;
}
.contacts .call-button {
    position: relative;
    display: block;
    background: rgba(116,205,240,1);
    background: -moz-linear-gradient(left, rgba(116,205,240,1) 0%, rgba(197,234,249,1) 51%, rgba(116,205,240,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116,205,240,1)), color-stop(51%, rgba(197,234,249,1)), color-stop(100%, rgba(116,205,240,1)));
    background: -webkit-linear-gradient(left, rgba(116,205,240,1) 0%, rgba(197,234,249,1) 51%, rgba(116,205,240,1) 100%);
    background: -o-linear-gradient(left, rgba(116,205,240,1) 0%, rgba(197,234,249,1) 51%, rgba(116,205,240,1) 100%);
    background: -ms-linear-gradient(left, rgba(116,205,240,1) 0%, rgba(197,234,249,1) 51%, rgba(116,205,240,1) 100%);
    background: linear-gradient(to right, rgba(116,205,240,1) 0%, rgba(197,234,249,1) 51%, rgba(116,205,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74cdf0', endColorstr='#74cdf0', GradientType=1 );
    width: 11.875em;
    margin:.5em 0 1em;
    padding: .7em 1.2em .7em 0;
    text-align: right;
    transition: .2s ease;
}
.contacts .call-button:hover {
    transform: scale(1.1);
}
.contacts .call-button:before {
    content: '';
    position: absolute;
    top: calc(50% - .78125em);
    left: .78125em;
    background: url(/img/icon-phone.png) no-repeat center center;
    background-size: contain;
    width: 1.5625em;
    height: 1.5625em;
}
.contacts .call-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.25em;
	border-top: .25em solid #65aeca;
	border-left: .25em solid transparent;
	border-right: .25em solid transparent;
	height: 0;
	width: 11.875em;
}
.contacts .call-button span {
    font-weight: bold;
    font-size: .77em;
    color: #054c7a;
}
.contacts .address {
    position: relative;
    padding-left: 1.5em;
    font-weight: bold;
}
.contacts .address:before {
    content: '';
    position: absolute;
    top: calc(50% - .625em);
    left: 0;
    background: url(/img/icon-location.png) no-repeat center center;
    background-size: contain;
    width: .9375em;
    height: 1.25em;
}
.contacts .mail {
    position: relative;
    padding-left: 1.5em;
    font-weight: bold;
}
.contacts .mail:before {
    content: '';
    position: absolute;
    top: calc(50% - .46875em);
    left: 0;
    background: url(/img/icon-mail.png) no-repeat center center;
    background-size: contain;
    width: 1.125em;
    height: .9375em;
}
.contacts .instagram {
    position: relative;
    padding-left: 1.5em;
    font-weight: bold;
}
.contacts .instagram:before {
    content: '';
    position: absolute;
    top: calc(50% - .625em);
    left: 0;
    background: url(/img/icon-instagram.png) no-repeat center center;
    background-size: contain;
    width: 1.25em;
    height: 1.25em;
}
.contacts .whatsapp {
    position: relative;
    padding-left: 1.5em;
    font-weight: bold;
}
.contacts .whatsapp:before {
    content: '';
    position: absolute;
    top: calc(50% - .625em);
    left: 0;
    background: url(/img/icon-whatsapp.png) no-repeat center center;
    background-size: contain;
    width: 1.25em;
    height: 1.25em;
}
.contacts .telegram {
    position: relative;
    padding-left: 1.5em;
    font-weight: bold;
}
.contacts .telegram:before {
    content: '';
    position: absolute;
    top: calc(50% - .625em);
    left: 0;
    background: url(/img/icon-telegram.svg) no-repeat center center;
    background-size: contain;
    width: 1.25em;
    height: 1.25em;
}
.slider {
    position: relative;
    height: 0;
    z-index: 2;
}
.slider .container {
height: 100%;
    padding: 0 4em;
}
.slider-wrap {
    position: absolute;
    top: calc(50% - 11.28125em);
    width: 100%;
}
.slider .slick-arrow {
    top: calc(50% - 2.5em);
}
.slider .slick-prev {
    left: -1em;
}
.slider .slick-next {
    right: -1em;
}
.slick-list {
    padding-bottom: 3.125em !important;
}
.slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    width: 98%;
    height: 22.5625em;
    margin: 2.5% auto;
    border-bottom: 3px solid #73b5cf;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    transition: .7s ease;
}
.slick-current + .slick-active .slider-item {
    transform: translateY(3.125em);
}
.slide-image {
    position: relative;
    height: 16.0652em;
    overflow: hidden;
}
.slide-image img {
    display: block;
    width: 100%;
    max-width: 359px;
    margin: 0 auto;
    padding-bottom: 2.5%;
}
.slide-caption {
    position: relative;
    width: 100%;
    height: 6.4973em;
    padding: 1em 2em 0;
    overflow: hidden;
}
.slide-caption:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    width: 100%;
    height: 2em;
}
.slide-caption h3 {
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 1.64em;
    color: #054c7a;
}
#slide276 .slide-caption h3 {
    font-size: 1.25em;
}
.slide-caption p {
    font-size: .91em;
}
.slider .button {
    position: absolute;
    right: .25em;
    bottom: .25em;
    z-index: 3;
}
.about {
    position: relative;
    background: url(/img/background-about.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 16em;
    padding-bottom: 16em;
    z-index: 1;
}
.about .column:last-child {
    padding-left: 11em;
}
.main-text {
    width: 100%;
    padding-top: 2.5em;
}
.main-text h2 {
    margin-bottom: 1.5em;
    font-size: 2.23em;
    color: #054c7a;
    line-height: 1;
}
.main-text h2 span {
    display: block;
    color: #65aeca;
}
.main-text p {
    margin-bottom: 1.5em;
    font-size: .9163em;
}
.big-text {
    font-size: 1.1em !important;
}
.main-text ul {
    margin-bottom: 1.5em;
    font-size: 1.31em;
    font-weight: bold;
    color: #054c7a;
    list-style: none;
}
.main-text li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
}
.main-text li:last-child {
    margin-bottom: 0;
}
.main-text li:before {
    content: '';
    position: absolute;
    top: calc(50% - .30em);
    left: 0;
    background: url(/img/icon-list.svg) no-repeat center center;
    width: .65em;
    height: .65em;
}
.main-text li a {
    text-decoration: underline;
}
.button {
    background: #fff;
    display: inline-block;
    line-height: 1;
    transition: .2s ease;
}
.button:hover {
    transform: scale(.9);
}
.button a {
    display: block;
    padding: 1em 1.8em;
    font-size: .77625em;
    border: 3px solid #65aeca;
    font-weight: bold;
    text-transform: uppercase;
    color: #65aeca;
}
.our-advantages {
    height: 0;
}
.advantages-wrap {
    position: absolute;
    top: calc(50% - 8.75em);
    left: 0;
    background: #fff;
    width: 100%;
    height: 17.5em;
    padding: 2em;
    padding-top: calc(2em + 5px);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.advantages-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(5,75,122,1);
    background: -moz-linear-gradient(left, rgba(5,75,122,1) 0%, rgba(92,197,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,75,122,1)), color-stop(100%, rgba(92,197,237,1)));
    background: -webkit-linear-gradient(left, rgba(5,75,122,1) 0%, rgba(92,197,237,1) 100%);
    background: -o-linear-gradient(left, rgba(5,75,122,1) 0%, rgba(92,197,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(5,75,122,1) 0%, rgba(92,197,237,1) 100%);
    background: linear-gradient(to right, rgba(5,75,122,1) 0%, rgba(92,197,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054b7a', endColorstr='#5cc5ed', GradientType=1 );
    width: 100%;
    height: 6px;
}
.advantages-wrap h2 {
    font-size: 1.5em;
    color: #054c7a;
    text-align: center;
}
.advantages-wrap h2 span {
    color: #65aeca;
}
.advantages-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1em;
}
.advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 9.8125em;
    height: 9.8125em;
}
.advantages-item:before {
    content: '';
    position: absolute;
    top: calc(50% - 4.90625em);
    left: 0;
    width: 9.8125em;
    height: 9.8125em;
}
.advantages-item:nth-child(1):before {
    background: url(/img/icon-advantages_first.png) no-repeat center center;
    background-size: contain;
}
.advantages-item:nth-child(2):before {
    background: url(/img/icon-advantages_second.png) no-repeat center center;
    background-size: contain;
}
.advantages-item:nth-child(3):before {
    background: url(/img/icon-advantages_third.png) no-repeat center center;
    background-size: contain;
}
.advantages-item h3 {
    margin-top: -.5em;
    padding-bottom: .5em;
    font-size: 1em;
    color: #054c7a;
    text-transform: uppercase;
}
.advantages-item p {
    font-size: .91em;
}
.news {
    background: url(/img/background-news.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 10.75em;
}
.news h2 {
    margin-bottom: 1em;
    font-size: 1.5em;
    color: #65aeca;
}
.news h2 span {
    color: #fff;
}
.news-list {
    width: 100%;
    margin-bottom: -10%;
}
.news-item {
    position: relative;
    width: 96%;
    margin: 0 auto;
}
.news-image {
    position: relative;
    width: 90%;
    margin: 0 auto -15%;
}
.news-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #80dffe;
    width: 100%;
    height: 5px;
}
.news-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00285b;
    padding: 1em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.news-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.news-anons {
    background: #fff;
    height: 15em;
    padding: 5em 2.5em 1em;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
}
.news-anons h3 {
    margin-bottom: 1em;
    font-size: 1em;
    color: #054c7a;
}
.news-anons p {
    font-size: .91em;
}
.news-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-arrow {
    position: absolute;
    top: calc(50% - 1.0625em);
    background: #5cc5ed;
    width: 2.125em;
    height: 2.125em;
    z-index: 2;
    transition: .2s ease;
    cursor: pointer;
}
.slick-arrow:hover {
    transform: scale(1.2);
}
.slick-arrow span {
    position: absolute;
    top: calc(50% - 15%);
    display: block;
    width: 30%;
    height: 30%;
}
.slick-arrow span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .125em;
    background: #fff;
    transform: rotate(0);
    transform-origin: 0 0;
}
.slick-arrow span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 21%;
    width: 100%;
    height: .125em;
    background: #fff;
    transform: rotate(90deg);
    transform-origin: 0 0;
}
.slick-prev {
    left: -.5em;
}
.slick-prev span {
    transform: rotate(315deg);
    left: calc(50% - 10%);
}
.slick-next {
    right: -.5em;
}
.slick-next span {
    transform: rotate(135deg);
    left: calc(50% - 20%);
}
.map {
    position: relative;
    height: 26.25em;
}
.map .container {
    position: absolute;
    top: 60%;
    left: calc(50% - 640px);
    width: 1280px;
    height: 0;
    padding: 0;
}
.map-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26.25em;
}
.map-contacts {
    position: absolute;
    top: calc(50% - 8em);
    background: #00285b;
    width: 29.8125em;
    height: 16em;
    padding-top: 2em;
    padding-left: 7.5em;
    color: #fff;
}
.map-contacts:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 5%;
    background: url(/img/element-map.png) no-repeat center center;
    background-size: contain;
    width: 7.5em;
    height: 6.875em;
}
.map-contacts h2 {
    margin-bottom: .75em;
    font-size: 1.5em;
}
.map-contacts h2 span {
    color: #65aeca;
}
.map-contacts .contacts {
    font-size: .85em;
}
.map-contacts .call-button {
    box-shadow: 0 10px 10px 2px rgba(166,223,245,.2);
}
.footer {
    background: #fff;
    border-top: 5px solid #80dffe;
}
.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;;
    width: 100%;
    padding: 3em 0;
}
.copyright {
    width: 20%;
    font-size: .85em;
}
.direction {
    width: 20%;
    text-align: center;
    font-size: .85em;
}
.direction span {
    display: inline-block;
    text-align: left;
}
.logo-bottom {
    width: 20%;
}
.logo-bottom img {
    display: block;
    width: 100%;
    max-width: 179px;
    margin: 0 auto;
}
.footer-wrap .address {
    width: 20%;
    text-align: center;
    font-size: .85em;
}
.footer-wrap .address span {
    display: inline-block;
    text-align: left;
}
.footer-wrap .phone {
    width: 20%;
    font-weight: bold;
    font-size: 1.4em;
    text-align: right;
    line-height: 1.2;
    color: #00285b;
}
.footer-wrap .mail {
    text-align: right;
    font-size: .65em;
}
.footer-wrap .instagram {
    text-align: right;
    font-size: .65em;
}
.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 6;
}
.overlay-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 6;
}
.video-window {
    display: none;
    opacity: 0;
    position: fixed;
    background: #fff;
    left: 50%;
    width: 34vw;
    height: 83vh;
    margin-top: -41.5vh;
    padding: 1rem;
    outline: .2em solid #00285b;
    z-index: 7;
    color: #000;
}
.video-window video {
    height: 100%;
}
.modal-window {
    display: none;
    opacity: 0;
    position: fixed;
    background: #fff;
    left: calc(50% - 15em);
    width: 20em;
    height: 34.375em;
    height: 80%;
    width: 30em;
    outline: .2em solid #00285b;
    margin-top: -40vh;
    z-index: 7;
    color: #000;
}
.close,
.close-video {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 1.3em;
    width: 1.3em;
    cursor: pointer;
}
.close:before,
.close-video:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    background: #fff;
    width: .2em;
    margin-right: -.1em;
    height: 100%;
    transform: rotate(-45deg);
    z-index: 2;
}
.close:after,
.close-video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    background: #fff;
    width: .2em;
    margin-right: -.1em;
    height: 100%;
    transform: rotate(45deg);
    z-index: 2;
}
.close span,
.close-video span {
    position: absolute;
    top: calc(50% - 1em);
    left: calc(50% - 1em);
    background: #00285b;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    z-index: 1;
}
.feedback {
    align-items: stretch;
    height: 100%;
}
.feedback form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 8em 0 0;
}
.thanks {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1em;
    font-size: 2.3em;
    text-align: center;
    font-weight: bold;
}
.thanks p {
    margin-bottom: 1em;
}
.thanks p:last-child {
    margin-bottom: 0;
}
.input-wrap {
    position: relative;
    width: 100%;
    padding: 0 3em;
}
[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #616161;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 1.5625em;
}
.submit {
    position: relative;
    background: #00285b;
    width: calc(100% + .3em);
    height: 10em;
    text-align: center;
    color: #fff;
}
[type="submit"] {
    position: relative;
    width: 100%;
    height: 100%;
    background: #00285b;
    border: none;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 2.9375em;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}

label.form-control-warning {
    color: red;
    position: absolute;
    bottom: -2em;
    left: 0;
    width: 100%;
    text-align: center;
}

.control {
    position: relative;
	display: flex;
    align-items: center;
    width: 100%;
	position: relative;
	padding-left: 2.5em;
	margin-bottom: 1em;
	padding-top: 5px;
	cursor: pointer;
    font-size: 1.076875em;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control_indicator {
	position: absolute;
	top: calc(50% - .75em);
	left: 0;
	height: 1.5em;
	width: 1.5em;
	background: #fff;
	border: 1px solid #000;
}

.control-radio .control_indicator {
	border-radius: undefined;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
	background: #fff;
}

.control input:checked~.control_indicator {
	background: #00285b;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
	background: #00285b;
}

.control input:disabled~.control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}

.control input:checked~.control_indicator:after {
	display: block;
}

.control-checkbox .control_indicator:after {
	left: .4em;
	top: .01em;
	width: .3em;
	height: .9em;
	border: solid #ffffff;
	border-width: 0 .2em .2em 0;
	transform: rotate(45deg);
}

.control-checkbox#black .control_indicator:after {
    border: solid #fff;
    border-width: 0 4px 4px 0;
}

.control-checkbox input:disabled~.control_indicator:after {
	border-color: #7b7b7b;
}
.checkbox__text {
    font-size: 1.1em;
    font-weight: 300;
}
.add_info {
	padding-bottom: 3em;
}
.add_info h2 {
	margin-bottom: 1em;
}
.add_info p {
	margin-bottom: 1em;
}
.add_info ul, .add_info ol {
	margin-bottom: 1em;
	padding-left: 1em;
}
.add_info li {
	margin-bottom: .25em;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.play {
    position: absolute;
    top: calc(50% - 2.1875em);
    left: calc(50% - 2.1875em);
    background: #ffffff;
    width: 4.375em;
    height: 4.375em;
    border-radius: 50%;
    cursor: pointer;
    transition: 300ms all ease;
    cursor: pointer;
}
.play:after {
    content: '';
    position: absolute;
    top: calc(50% - 1em);
    right: calc(50% - 1em);
    height: 1.6875em;
    border-color: transparent transparent transparent #202020;
    transition: 100ms all ease;
    border-style: solid;
    border-width: 1em 0 1em 1.6875em;
    cursor: pointer;
}