@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
} 
body {
	margin: 0; font-family: "Inter", sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: "Inter", sans-serif;}
main {
	display: block;
} 
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 50%;
    font-weight: inherit;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
 

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    font-weight: 300;
    background: black;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
    font-weight: 400;
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
font-family: 'Petrona', serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
font-family: 'Petrona', serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
 

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #343434;
}

 

a:hover,
a:focus,
a:active {
	color: #f5df4d;
}
 
a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: black;
 
	border-radius: 3px;
	padding: 3px; outline: none;
  
    background: #ffffff;
    width: 100%;
    border: 1px solid #80808040;
    padding: 10px;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
.iti.iti--allow-dropdown {
    width: 100%;
    padding-left: 0px;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.main-navigation {
	display: block;
    width: auto;
}

.main-navigation {
    width: 70%;
}
.iti__country-name, .iti__flag-box {
 
    color: black;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    padding: 0 16px 0;
}
.btn.btn-blue a {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: white;
    background: #1E86E6;
    border-radius: 57px;
    padding: 16px 34px;
	transition:0.3s;}
}
btn.btn-blue a {background:#52A2EB;}
/* Small menu. */
.menu-call {
    margin-left: auto;
    padding-right: 30px;
}


.menu-toggle,
.main-navigation.toggled ul {
	display: block; align-items: center;
}
.btn.btn-blue {
    margin-left: 30px;
}
.main-navigation a:hover {
    color: #cb2525;
}
.center{text-align:center;}
 header#masthead .container {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px 5px;
}
ul.menu li {
    display: inline-block;
    margin: 0 10px 0;
 
}
ul.menu li a{
color:white;
    text-transform: capitalize;
}
.container {
    max-width: 1360px;
}
ul.menu {
    margin: 20px 0 20px;
}
.nav-right a {
    display: inline-block;
    padding: 10px 0 0 15px;
    color: white;
}
.nav-right {
    margin-top: 10px;
}
 .nav-right a.btn.btn-gold {
    margin-left: 15px;
}
a.btn.btn-gold {
    border: 1px solid white;
    padding: 5px 15px 5px;
	color: white;
}
.heading-title {
    font-weight: 600;
    font-size: 3.5em;
    line-height: 1.1;
}
p.text-baner {
    max-width: 686px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
 
}

section.home-bl1 {
    background: url(../img/bl1-bg.jpg);
    background-size: cover;
    padding-top: 40px;
}
 
section.home-bl1.white p:last-child {
    color: #808080;
    max-width: 330px;
}
.advant-bl p {
    margin: 0 0 0;
}
.advant-bl {
    padding: 30px 0 30px; 
	font-size: 20px;
    max-width: 350px;
}
.advant-bl a {
    color: white;
    text-decoration: underline;
    font-size: 14px;
}
section.home-bl3 .container {
    padding-top: 35px;
    border-top: 2px solid #ffffff3d;
    margin-top: 10px;
}
.sm-title {
    font-size: 2.8em;
}
.right {
    text-align: right;
}
.right a {
    text-decoration: underline;
    color: white;
    font-size: 15px;
}
section.home-bl3 .sm-title img {
    max-width: 630px;
    margin-top: 20px;
    margin-bottom: 30px;
}
p.txt-info {
    line-height: 1.7;
}
section.home-bl4 .container {
    padding-top: 20px;
    border-top: 2px solid #ffffff3d;
    margin-top: 30px;
    padding-bottom: 15px!important;
    border-bottom: 2px solid #ffffff3d;
    margin-bottom: 30px;
}
.home-bl6 .container {
    padding-top: 25px;
    border-top: 2px solid #ffffff3d;
    margin-top: 40px;
}
.block-adw p {
    margin: 10px 0 0;
}
.block-adw p a {
    font-size: 15px;
    color: white;
    text-decoration: underline;
}
.home-bl7 .container {
    padding-top: 25px;
    border-top: 2px solid #ffffff3d;
    margin-top: 40px;
}
.rew-block {
    border: 1px solid #ffffff59;
    padding: 10px 20px;
    border-radius: 4px;
}
a.btn.btn-white {
    color: white;
    border: 1px solid white;
}
.rew-block ul {
    min-height: 140px;
    padding: 0;
}
.rew-block ul li {
    list-style: none;
    padding: 5px 0 5px 20px;
    border-top: 1px solid #ffffff59;
	position: relative;
}
.rew-block .sm-title {
    line-height: 1;
}
.rew-block ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
}
.home-bl8 .sm-title {
    font-size: 2.4em;
}
.home-bl8 .container {
    padding-top: 25px;
    border-top: 2px solid #ffffff3d;
    margin-top: 40px;
    margin-bottom: 70px;
}
a.btn.btn-big {
    color: white;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: inline-block;
    border: 1px solid white;
    padding: 12px;
    margin-top: 20px;
}
.widget-title {
    margin: 20px 0 0;
    font-size: 1.2em;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.totop .container {
    padding-top: 25px;
    border-top: 2px solid #ffffff3d;
    margin-top: 40px;
}
.social {
    text-align: right;
}
.social a {
    color: white;
    margin-left: 20px;
}
.modal-content {
 
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: linear-gradient(180deg, black, #29282c);
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    outline: 0;
}
.modal-content.white a {
    color: white;
}
a.btn:hover {
    background: white;
    color: black;
}
a.btn:hover img{
 filter: brightness(0%);
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: black;
}
.modal-dialog .widget-title {
    font-size: 2em;
}
.modal-content * {
    max-width: 525px;
    margin-right: auto;
    margin-left: auto;
}
form#contactsfomt3 {
    width: 100%;
}
button.btn.btn-primary.btn-lg.btn-color-yellow.btn-sqw {
    color: black;
    background: white;
    border: 0;
}
.fade {
    background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(5px);
}
 
.modal-content button.btn.btn-secondary {
    position: absolute;
    right: 0;
    border-radius: 50%;
    margin: 0px 0px 0;
    top: 0;
    background: transparent;
    border: 0;
}
.thanks-block_f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: black;
    padding: 5px;
}
.thanks-block {
    max-width: 740px;
    background: linear-gradient(145deg, #00001d, rgb(255 255 255 / 14%));
    margin: 120px auto 170px;
}
.thanks-block {
    max-width: 740px;
    background: linear-gradient(145deg, #010107, #232345);
    margin: 120px auto 170px;
}
section.home-bl1.formpage {
    background: black;
}
.formpage .widget-title {
    font-size: 2em;
    text-align: left;
}
.pform-frombl {
    text-align: left;
    padding: 55px 7% 0;
}
 button.btn.btn-primary.btn-lg.btn-color-black {
    background: black;
    border: black;
    padding: 0;
}
.pform-frombl p {
    margin: 0 0 12px;
}
.pform-frombl a {
    color: white;
}
form input[type=checkbox] {
    margin-right: 10px;
}
.home-bl6 .sm-title {
    margin: 0 0 20px;
}
.block-adw p:nth-child(2) {
    font-weight: 600;
    margin: 10px 0 -5px;
}
section.home-bl5 p {
    padding: 0;
    margin: 0 0 20px;
}
.home-bl5 .sm-title {
    margin: 0 0 10px;
}
footer#colophon {
    padding: 30px 0 40px;
}
.modal-content p.center {
    margin-bottom: 10px;
    margin-top: 10px;
}
.modal-content {
    padding: 10% 45px 15%;
    position: relative;
}
.modal-content .block-modal-ff {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 15px;
    color: #C1C7CD;
    padding: 0 0 12px;
}
.modal-content .block-modal-ff a{
	color: #C1C7CD;
}
 
.modal-dialog button.btn.btn-primary.btn-lg.btn-color-yellow.btn-sqw {
    color: white;
    background: black;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 30px 5px;
    margin-bottom: 40px;
}
section.home-bl1.formpage .container {
    max-width: 1460px;
}

footer#colophon a {
    color: white;
}
.totop a {
    color: white;
}









@media (max-width: 770px) {
	.pform-frombl {
    text-align: left;
    padding: 25px 0% 0;
}
.heading-title {
    font-size: 2.8em;
    line-height: 1.1;
}	
	.nav-right a:not(.btn) {
    display: none;
}
.social {
    text-align: center;
    padding: 15px 0 10px;
}
header#masthead nav {
    display: none;
}	
	p.text-baner {
    font-size: 16px;
	}
.block-adw {
    margin-bottom: 50px;
}	
	.home-bl8 .sm-title {
    font-size: 2em;
}
	.right {
    text-align: left;
    padding-bottom: 15px;
}
	body, button, input, select, optgroup, textarea {
    font-size: 14px;
	}
	.modal-dialog input[type="checkbox"] {
    margin-right: 7px;
}
	div#modalform {
    padding: 40px 0 0!important;
}
.modal-content {
    padding: 0 15px 0;
}
.modal-content p {
    margin: 0 0 10px;
}

section.home-bl3 .sm-title img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}


}



section.home-bl1 .col-lg-5 img {
    border-radius: 35px 35px 0px 0px;
}
.custom-logo-link img {
max-height: 81px;
    width: auto;
    margin: -12px 0 -12px;
    position: relative;
}
