* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    line-height: 1;
}

:root {
    --red: #ff0e1b;
    --orange: #ffa100;
    --yellow: #ffe600;
    --border: #f79581;
    --blue: #1b1fd8;
    --blue2: #252b58;
    --blue3: #252b58;
    --blue4: #3dacad;
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-Regular.woff") format('woff'),
    url("../fonts/Raleway-Regular.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-ExtraLight.woff") format('woff'),
    url("../fonts/Raleway-ExtraLight.woff2") format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src:  url("../fonts/Raleway-Italic.woff") format('woff'),
    url("../fonts/Raleway-Italic.woff2") format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-Medium.woff") format('woff'),
    url("../fonts/Raleway-Medium.woff2") format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-SemiBold.woff") format('woff'),
    url("../fonts/Raleway-SemiBold.woff2") format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-Bold.woff") format('woff'),
    url("../fonts/Raleway-Bold.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-ExtraBold.woff") format('woff'),
    url("../fonts/Raleway-ExtraBold.woff2") format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-Black.woff") format('woff'),
    url("../fonts/Raleway-Black.woff2") format('woff2');
    font-weight: 900;
    font-style: normal;
}

div {
    width: 100%;
}

.wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.container {
    width: 100%;
    padding: 0 10px;
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.row {
    width: 100%;
    display: flex;
}
/*
ul {
    list-style: none;
}
*/
h1, h2 {
    font-size: 58px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
}

h1,h2,h3, p {
    width: 100%;
}

h3 {
    text-transform: uppercase;
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

p {
    line-height: 1.2;
}

img {
    display: block;
    width: 100%;
}

.title-white {
    color: #ffffff;
    font-weight: 900;
}

.text-orange {
     color: var(--orange);
     font-weight: 700;
 }

.text-red {
    color: var(--red);
    font-weight: 700;
}

.text-blue {
    color: var(--blue);
}
.text-blue2 {
    color: var(--blue2);
    font-weight: 700;
}

.text-bold {
    font-weight: 700;
}

input, select, button {
    width: 100%;
    display: block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select {
    position: relative;
}

.select:before {
    content: ">";
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    width: 30px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    transform: rotate(90deg);
    cursor: pointer;
}

.text-fire {
    display: block;
    background: linear-gradient(91deg, var(--red), var(--orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-fire2 {
    display: block;
    background: linear-gradient(91deg, var(--blue3), var(--blue4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-2 li{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}
.top-40{
    margin-top: 40px;
}
.safeItem-img2{
    width: 170px;
    margin: 20px auto;
}
.in b{
    text-align: center;
    display: block;
}
.rekvisit{
    margin: 50px auto;
    text-align: center;
    display: block;
}
.blocki {
    margin: 50px auto 0;
    background-color: black;
    padding: 50px;
    color: white;
    font-size: 13px;
    text-align: center;
}
@media screen and (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    h1, h2 {
        font-size: 42px;
    }
}

@media screen and (max-width: 576px) {
    h1, h2 {
        font-size: 32px;
    }
}

/**/
.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    color: rgb(113, 113, 113);
}
    
.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; width: auto;}
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}