@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'),
    url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'),
    url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/manrope-v20-latin-200.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/manrope-v20-latin-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/manrope-v20-latin-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/manrope-v20-latin-600.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/manrope-v20-latin-700.woff2') format('woff2');
}


/* cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/manrope-v20-cyrillic_latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/manrope-v20-cyrillic_latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/manrope-v20-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/manrope-v20-cyrillic_latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/manrope-v20-cyrillic_latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/manrope-v20-cyrillic_latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/manrope-v20-cyrillic_latin-800.woff2') format('woff2');
}


* {
    margin: 0;
    padding: 0;
    }

/*for Chrom*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }

/*for FireFox*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder          {color: transparent;}
:focus:-moz-placeholder           {color: transparent;}
:focus:-ms-input-placeholder      {color: transparent;}

*:focus::-webkit-input-placeholder { opacity:0; }
*:focus:-moz-placeholder { opacity:0; }
*:focus::-moz-placeholder { opacity:0; }
*:focus:-ms-input-placeholder { opacity:0; }

/*::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder {
   color: #ffffff;
}
::-moz-placeholder {
   color: #ffffff;
}
:-ms-input-placeholder {
   color: #ffffff;
}*/

a {
	outline: none !important;
	cursor: pointer;
    color: #212121;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #212121 !important;
}
a img {
    border:-moz-none !important;
    outline:-moz-none !important;
}
a.btn:hover,
a.btn:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
}
body {
    font-family: "Manrope", sans-serif;
    color: #212121 !important;
    font-size: 18px !important;
	font-weight: 400 !important;
    line-height: 1.3 !important;
}
html, body {
    position: relative;
    overflow-x: hidden;
}
body[style*="padding-right"] {
    padding-right: 0 !important;
}
h1, .h1 {
    font-size: 48px !important;
    font-weight: 400 !important;
}
h2, .h2 {
    font-size: 36px !important;
    font-weight: 400 !important;
}
h3, .h3 {
    font-size: 24px !important;
    font-weight: 400 !important;
}
h4, .h4 {
    font-size: 20px !important;
    font-weight: 400 !important;
}
h5, .h5 {
    font-size: 18px !important;
    font-weight: normal !important;
}
h6, .h6 {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.btn {
	font-weight: 700 !important;
}
.btn-primary {
	border-radius: 45px;
    font-size: 18px !important;
	background-color: #9B2A34 !important;
	/*border-color: #FD4A8A !important;*/
    border: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
    transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
.btn-primary:hover {
	background-color: #791d25 !important;
    color: #ffffff !important;
}
.btn-outline-primary {
	border-radius: 45px;
	border: 2px solid #212121 !important;
	font-size: 18px !important;
    color: #212121;
    padding: 10px 45px;
    -webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
    transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
.btn-outline-primary:hover {
	background-color: #791d25 !important;
	border-color: #791d25 !important;
    color: #ffffff !important;
    text-decoration: none;
}
.btn-secondary {
    border-radius: 45px;
    border: 1px solid #E0E0E0 !important;
    font-size: 18px !important;
    color: #212121;
    padding: 14px 25px;
    background-color: transparent;
    transition-duration: 0.96s;
    -webkit-transition-duration: 0.96s;
    -moz-transition-duration: 0.96s;
    -o-transition-duration: 0.96s;
    -ms-transition-duration: 0.96s;
}
.btn-secondary:hover {
    background-color: #E0E0E0;
    color: #212121;
}