@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic);
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    background-color: #fff;
    height: 100%;
    line-height: 1;
    position: relative;
    font-size: 13px!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

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

table {
    border-collapse: collapse;
    border-width: 0;
    padding: 0;
    margin: 0
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

input,
textarea {
    color: #333;
    font-family: 'Rubik', sans-serif;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

button,
input[type=button],
input[type=submit] {
    cursor: pointer
}

td {
    margin: 0;
    padding: 0
}

form {
    padding: 0;
    margin: 0
}

a {
    color: #100da9;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

a,
button,
div,
span {
    outline: 0!important
}

button,
input[type=button],
input[type=submit] {
    -webkit-appearance: none;
    outline: 0
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

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

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

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

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

header {
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-order: 1
}

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

.header .wrapper.flex {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.header__contact {
    text-align: right
}

.header__contact span {
    display: block;
    font: 300 14px 'Rubik', sans-serif;
    color: #f5f5f5;
    margin-bottom: 5px
}

.header__contact a {
    font: 600 24px 'Rubik', sans-serif;
    color: #f5f5f5;
    position: relative;
    display: block;
    padding-left: 27px
}

.header__contact a:before {
    content: "";
    width: 22px;
    height: 21px;
    background: url(../img/phone.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .header__logo {
        width: 100%;
        text-align: center
    }
    .header__contact {
        text-align: center
    }
    .header .wrapper.flex {
        -webkit-box-pack: center;
        justify-content: center
    }
}

footer {
    -webkit-box-ordinal-group: 4;
    order: 3;
    -webkit-order: 3;
    color: white;
}

.main-wrapper {
    padding: 0;
    min-width: 290px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

.wrapper {
    min-width: 290px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.text-left {
    text-align: left!important
}

.text-center {
    text-align: center!important
}

.text-right {
    text-align: right!important
}

.nowrap {
    white-space: nowrap!important
}

body {
    background: #000;
    height: 100%;
}

.content {
    -webkit-box-ordinal-group: 3;
    order: 2;
    -webkit-order: 2
}

.flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto
}

.banner{
	min-height: 100vh;
    min-height: auto;
	/*height: 100vh;*/
	background: url(../img/back1.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.5) inset;
    padding-top: 80px;
}

.banner .wrapper {
    padding: 150px 0;
    height: 100%;
    margin-top: auto;
    margin-bottom: 0;
}

.banner__play {
    position: absolute;
    right: 150px;
    top: 400px;
    width: 100px;
    display: block;
    z-index: 2;
    -webkit-animation: 1s anim ease infinite;
    animation: 1s anim ease infinite
}

.banner__play img {
    width: 100%
}

.banner__box {
    width: 800px
}

.banner__box h2 {
    color: #e93200;
    font: 900 44px 'Rubik', sans-serif;
    line-height: 48px;
    margin-bottom: 15px
}

.banner__box h2 b {
    position: relative;
    color: #fff;
    z-index: 2
}

.banner__box h2 b:before {
    content: "";
    width: 104%;
    height: 104%;
    position: absolute;
    left: -2%;
    top: -2%;
    background: #e93200;
    z-index: -1
}

.banner__box h3 {
    color: #fff;
    font: 900 35px 'Rubik', sans-serif;
    line-height: 48px;
    margin-bottom: 30px
}

.banner__box h3 br{
	display: none;
}

.banner__box h3 b {
    position: relative;
    color: #000;
    z-index: 2
}

.banner__box h3 b:before {
    content: "";
    width: 104%;
    height: 100%;
    position: absolute;
    left: -2%;
    top: 0;
    background: #e93200;
    z-index: -1
}

.banner__advatext {
    color: #fff;
    font: 400 16px 'Rubik', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px
}

.banner__advatext.mob-small {
    width: 100%
}

.banner__item {
    width: 200px;
    margin-right: 30px
}

.banner__item:first-child {
    width: 220px
}

.banner__item:first-child .banner__content {
    width: 160px
}

.banner__item:last-child {
    margin-right: 0;
    width: 270px
}

.banner__item:last-child .banner__content {
    width: 210px
}

.banner__icon {
    width: 30px;
    height: 30px
}

.banner__icon.flex {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.banner__icon img {
    max-width: 100%;
    max-height: 100%
}

.banner__content {
    width: 150px;
    margin-left: 20px
}

.banner__content p {
    font: 400 14px 'Rubik', sans-serif;
    color: #fff
}

.banner__content p br{
    display: none;
}

.banner__form {
    width: 100%;
    margin-top: 40px
}

.banner__form.flex {
    -webkit-box-align: center;
    align-items: center
}

.banner__form button {
    border: 0;
    background: #e93200;
    height: 40px;
    padding: 0 30px 0 30px;
    font: 400 16px 'Rubik', sans-serif;
    border-radius: 5px;
    color: #000;
    background-color: #FFFF00;
    background: linear-gradient(315deg, #F38800 0%, #FFFF00 100%);
    border: 0px #245580 solid;
    border-radius: 10px;
    box-shadow: 0px 0px 40px #FFD700;
        background-color: #e93200;
    background: linear-gradient(315deg, #f34f00 0%, #ff3a3a 100%);
    border: 0px #245580 solid;
    border-radius: 10px;
    box-shadow: 0px 0px 40px #e93200;
    color: #fff;
}

.banner__input {
    width: 250px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    margin-right: 20px
}

.banner__input:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/man.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner__input.phone:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/phone-2.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner__input input {
    border: 0;
    background: 0 0;
    height: 40px;
    padding: 0 20px 0 40px;
    width: 100%;
    font: 400 16px 'Rubik', sans-serif;
    border-radius: 5px
}

.banner__secur {
    width: 370px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.adva {
    padding: 50px 0;
    background: #fff
}

.adva__box.flex {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.adva__border {
    width: 50px;
    height: 2px;
    margin: 25px 0;
    background: #e93200
}

.adva__titlee{
    font: 700 25px 'Rubik', sans-serif;
    color: #000;
    margin-bottom: 15px;
}

.adva__text {
    width: 47%
}

.adva__textt{
    font: 400 18px 'Rubik', sans-serif;
    color: #000;
    margin-bottom: 15px;
}

.adva__textt br{
    display: block !important;
}

.adva__text h3 {
    font: 900 35px 'Rubik', sans-serif;
    color: #000
}

.adva__text p {
    font: 400 18px 'Rubik', sans-serif;
    color: #000;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.adva__text p:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/check.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -2px
}

.adva__video {
    width: 47%
}

.adva__video iframe {
    width: 100%;
    border: 2px solid #fff
}

.adva__link{
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.banner__advatext-border{
	padding-left: 50px;
	position: relative;
}
.banner__advatext-border:before{
	content: "";
	background: #e93200;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .wrapper {
        max-width: 940px
    }
    .banner__box {
        width: 635px
    }
    .banner__box h2 {
        font-size: 35px;
        line-height: 40px
    }
    .banner__box h3 {
        font-size: 30px;
        line-height: 40px
    }
    .banner__item:last-child {
        margin-top: 15px
    }
    .banner__form button {
        margin-top: 15px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wrapper {
        max-width: 740px
    }
    .banner .wrapper {
        padding: 50px 0
    }
    .banner__box {
        width: 500px
    }
    .banner__box h2 {
        font-size: 30px;
        line-height: 35px
    }
    .banner__box h3 {
        font-size: 25px;
        line-height: 35px
    }
    .banner__item:last-child {
        margin-top: 15px
    }
    .banner__form button {
        margin-top: 15px
    }
    .banner__input {
        width: 210px
    }
    .banner__secur {
        right: -40px;
        width: 320px;
        bottom: 0;
    }
    .banner__play {
        right: 79px
    }
}

@media screen and (max-width:767px) {
	.banner__box h3 b{
		display: inline-block;
	}
	.banner__box h3 br{
		display: block;
	}
    .banner__content p br{
        display: block;
    }
    .wrapper {
        max-width: 95%;
        height: auto;
    }
    .banner .wrapper {
        padding: 50px 0
    }
    .banner__box {
        width: 100%
    }
    .banner__box h2 {
        font-size: 20px;
        line-height: 28px
    }
    .banner__box h3 {
        font-size: 22px;
        line-height: 26px
    }
    .banner__item {
        width: 100%;
        margin-bottom: 15px
    }
    .banner__item:first-child{
    	width: 100%;
    }
    .banner__item:first-child .banner__content{
    	width: 200px;
    }
    .banner__content{
    	width: 200px;
    }
    .banner__item:last-child {
        margin-top: 0
    }
    .banner__form {
        margin-top: 10px;
        position: relative;
        z-index: 3
    }
    .banner__form button {
        margin-top: 0;
        width: 225px
    }
    .banner__input {
        width: 210px;
        margin-bottom: 15px
    }
    .banner__secur {
        right: -75px;
        width: 250px;
        bottom: 0;
    }
    .banner__play {
        width: 65px;
        top: auto;
        bottom: 164px;
        right: 19px;
        z-index: 4
    }
    .banner__advatext.mob-small {
        width: 75%
    }
    .adva__text {
        width: 100%;
        margin-bottom: 20px
    }
    .adva__video {
        width: 100%
    }
}

/*body {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    bottom: 0;*/


/*    height: 100%;*/
/*}*/

header {
    padding-top: 2rem;
}


.header-logo {
    /*max-width: 100%;*/
    display: flex;
    justify-content: center;
    /*margin-top: 2rem;*/
    margin-bottom: 2rem;
    padding: 0 10px;
}

.header-logo img{
    max-width: 100%;
}

main {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.visit-card h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.buttons {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.buttons-viber, .buttons-tg, .buttons-map {
    display: flex;
    justify-content: center;
    width: 90vw;
    margin: auto;
}

.buttons a {
    background: #c30000;
    /*background: #015392;*/
    padding: 1rem 2rem;
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 2rem;
    border-radius: 1rem;
    transition: .3s all ease-in-out;
    text-decoration: none;
    /*font-family: 'OpenSansSemiBold';*/
}

.buttons img {
    width: 2rem;
    fill: #fff;
    margin-bottom: -0.5rem;
}

.buttons a:hover {
    background: #ee0000;
    /*background: #033f6d;*/
    transition: .3s all ease-in-out;
}


.phones {
    margin: auto;
    padding-top: 10px;
}

.phones-item {
    margin-bottom: 0.5rem;
}

.phones-item img {
    width: 2rem;
    margin-bottom: -0.5rem;
}

.phones-item a {
    color: #fff;
    font-size: 14px;
}

.phones-item a:hover {
    text-decoration: underline;
}

.location {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.location p {
    margin: 10px 0;
    color: #fff;
    text-align: center;
}

 /* Begin footer */

.footer__logo {
    width: 250px;
    margin: 50px 0 30px 0;
    display: block;
}

.footer__img {
    display: grid;
    grid-gap: 24px;
    -webkit-justify-content: center;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

.footer__menu a {
    color: white;
    font-size: 15px;
    margin-bottom: 8px;
}

.footer__row span {
    font-size: 15px;
}
