@import url("frontbuttons.css");
@import url("media.css");

* {
    margin: 0;
}

@font-face {
    font-family: 'CenturyGothic GGG';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/CenturyGothicRegular.TTF');
}

@font-face {
    font-family: 'Blacksword GGG';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('../fonts/blacksword.ttf') format('truetype')
}

html, body {
    height: 100%;
    /* font-family: "CenturyGothic GGG", Sans-serif;*/
    font-family: "CenturyGothic GGG", Sans-serif;
    font-size: 16px;
}

.preloader {
    background: #ffffff url("../images/preload.png") no-repeat center center;
    background-size: 10%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.preloader_hiden {

}

#app {
    position: relative;
}

.primary_color {
    color: #73c6c7;
}

.btn-primary {
    color: #ffffff;
    background-color: #73c6c7;
    border-color: #73c6c7;
}

.btn-primary:hover {
    background-color: #1faab2;
    border-color: #73c6c7;
}

h1 {
    font-size: 2.2rem;
    font-weight: bold;
}

h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

h2::before {

}

header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header_body {
    background-color: #2C2C2C;
    display: block;
    padding: 10px 0 10px 0;
    justify-content: center;
}

.amanet_header {
    min-width: 140px;
    background-color: #2C2C2C;
    display: flex;
    box-sizing: border-box;
}

.header_item {
    display: grid;
    align-items: center;
    justify-content: center;
}

.top_logo {
    max-width: 100%;
    height: auto;
}

.header_phone {
    font-family: "Century Gothic", Sans-serif;
    font-size: 2.3rem;
    font-weight: 900;
    color: #73c6c7;
    text-align: center;
    position: relative;
}

.header_phone a {
    text-decoration: none;
    color: #73c6c7;
}

.header_button {
    position: relative;
}

.top_button {
    padding: 5px 10px 5px 10px;
    margin: 5px;
    width: 180px;
}

.top_button a {
    text-decoration: none;
}

.footer {
    background-color: #2C2C2C;
    display: block;
}

.footer ul {
    padding-left: 0;
}

.footer_title {
    display: flex;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
    margin: 50px 0 20px 0;
}

.footer_item {
    text-decoration: none;
    color: #ffffff;
    list-style-type: none;
    padding-bottom: 5px;
    font-size: 1rem;
}

.footer_item a {
    text-decoration: none;
    color: #ffffff;
}

.footer_item a:hover {
    color: #73c6c7;
}

.footer_item span {
    color: #73c6c7;
}

.footer_slider {
    min-height: 100px;
    background-color: #3b3b3b;
    margin-bottom: 20px;
}

.slogan {
    color: #73c6c7;
    font-size: 40px;
    font-family: "Blacksword GGG" !important;
}

.copyright {
    color: #ffffff;
    text-align: center;
    font-size: 0.7rem;
}

hr {
    border: #73c6c7 1px solid !important;
    margin: 0;
    opacity: 100%;
}

.navigation {
    background-color: #626262;
}

.navbar-toggler {
    margin-left: 20px;
}

.nav-item {
    color: #ffffff;
    font-size: 1.2rem;
}

.nav-item > a {
    margin: 0 10px 0 10px;
    color: #ffffff;
    text-decoration: none;
}

.nav-item > a:hover {
    color: #73c6c7;
    text-decoration: none;
}

.nav-item > a:focus {
    color: #ffffff;
    text-decoration: none;
}

.nav-item .active {
    color: #73c6c7 !important;
}

.search_block{
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.searchform {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding-left: 8px;
}

.searchform-input{
    border: #ffffff 1px solid;
    border-radius: 5px;
    background: #626262 url("/images/search.svg") no-repeat center;
    background-position: left 5% top 50%;
    font-family: Arial, FontAwesome !important;
    color: #ffffff;
    font-weight: normal;
    -webkit-appearance:none;
}

.searchform-input:focus{
    background: #626262;
    outline: 0;
    outline-offset: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}

.search-title {
    font-size: 25px;
    font-weight: 700;
}

.search-icon {
    margin: 5px;
    color: #73c6c7;
}
.search-link{

}

.search-link a{
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-left: 5px;
}

.search-link a:hover {
    text-decoration: none;
    color: #3E7C89;
}

.atention_icon {
    font-family: "Blacksword GGG", Sans-serif;
    color: #3E7C89;
    font-size: 32px;
    margin: 5px;
    display: flex;
    align-items: center;
}

.text-muted{
    display: flex;
    font-size: 1rem;
    align-items: center;
    padding: 0 0 0 5px;
}

.block_title {
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 50px;

}

.money {
    width: 146px;
    animation: rotation 8s infinite linear;
}

.monetka {
    position: absolute;
    z-index: 10;
    left: 0;
    top: -70px;
}

.monetka_2 {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -60px;
}

.monetka_s_2 {
    z-index: 0;
    left: 20%;
    top: 560px;
}

/* General Page */
.calculator {
    display: block;
}

.content {
    display: block;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: url("../images/header.png") center center;
    color: #ffffff;
    /*padding: 15px 0 15px 0;*/
}

.description {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.description::before {
    content: url("../images/g.svg");
    right: -20px;
    position: relative;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.tarife {
    background-image: url("../images/bg_tarif.jpg");
    background-size: cover;
}

.tarife .container {
    position: relative;
}

.tarife_title {
    color: #ffffff;
    padding-top: 50px;
}

.tarife_title::before {
    content: url("../images/g-s.svg");
    right: -20px;
    position: relative;
}

.tarife_blocks {
    display: flex;
    padding-top: 40px;
    padding-bottom: 110px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.tarife_container {
    margin: 30px 39px 60px 39px;
    padding: 50px 0 20px 0;
}

.tarife_block_item {
    text-align: center;
    background: #ffffff;
    margin: 5px 20px 20px 20px;
    border: 0px solid;
    border-radius: 5px;
    width: 400px;
    height: 480px;
    position: relative;
    box-shadow: 10px 20px 10px 0 rgba(0, 0, 0, .37);
}

.tarife_block_title {
    font-family: "Blacksword GGG", Sans-serif;
    font-size: 3rem;
    color: #73c6c7;
    font-weight: 100;
}

.tarife_block_description {
    font-size: 1rem;
    padding: 15px 20px;
}

.tarife_icon {
    margin: 20px 0;
    padding-bottom: 30px;
}

.partners {
    background-color: #ffffff;
}

.partner_block{
    position: relative;
}

.partner_slider{
    padding: 100px 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.partners_title {
    color: #000000;
    padding-top: 50px;
}

.partners_title::before {
    content: url("../images/g.svg");
    right: -20px;
    position: relative;
}

.partner_img {
    width: 300px;
}

.partner_slide {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.numbers {
    background-image: url("../images/numbers_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

.numbers .container {
    position: relative;
}

.numbers_body {
    background: rgba(20, 20, 20, .75);
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: inset -10px -10px 30px rgba(0, 0, 0, .15), inset 10px 10px 30px rgba(255, 255, 255, .15);
    margin: 80px 0 100px 0;
    width: 90%;
    backdrop-filter: blur(30px);
}

.numbers_title {
    color: #ffffff;
    padding-top: 100px;
}

.numbers_title::before {
    content: url("../images/g.svg");
    right: -20px;
    position: relative;
}

.numbers_info {
    margin: 80px 0;
    padding-bottom: 10vh;
}

.numbers_item {
    display: block;
    margin: 0;
    text-align: center;
    justify-content: center;
    color: #ffffff;
}

.numbers_item_title {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}

.numbers_item_nr {
    color: #73c6c7;
    font-size: 50px;
    font-weight: 400;
}

.numbers_item_desc {
    font-size: 18px;
}

.steps {
    position: relative;
    overflow-x: hidden;

}

.steps .container {
    position: relative;
}

.steps_block {
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.steps_block_item {
    background-color: #ffffff;
    display: block;
    text-align: center;
    width: 260px;
    height: 250px;
    margin: 10px 20px;
    border: 2px solid #5c636a;
    border-radius: 5px;
    padding: 0;
    box-shadow: 10px 20px 10px 0 rgba(0, 0, 0, .37);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.steps_block_item:hover .nr_steps {
    transform: scale(1.3);
    transition: .9s ease-out;
}

.steps_block_description {
    background-color: #ffffff;
    color: #000000;
    font-weight: 700;
    font-size: 1.3rem;
}

.steps_block_img {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.nr_steps {
    font-family: "Blacksword GGG", Sans-serif;
    position: absolute;
    color: #73c6c7;
    font-size: 130px;
    font-weight: 100;
    margin: -55px 0 0 -20px;
}

.advantage {
    background: linear-gradient(270deg, #367586 0%, #55B9C7 51.04%, #367586 100%);
    padding-bottom: 20px;
}

.advantage .container {
    position: relative;
}

.advantage_title {
    color: #ffffff;
    padding-top: 50px;
}

.advantage_title::before {
    content: url("../images/g-s.svg");
    right: -20px;
    position: relative;
}

.advantage_block {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.advantage_item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 10px 15px;
}

.advantage_item_logo {
    display: flex;
    background-color: #969696;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .3), inset -5px -5px 5px rgba(0, 0, 0, .1), inset 5px 5px 15px rgba(255, 255, 255, .5);
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.advantage_item_logo:hover {
    font-size: 55px;
    transition: all .3s ease-out;
    width: 110px;
    height: 110px;
    margin: 0;
}

.advantage_item_name {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    padding-top: 15px;
}

.calculator_main {
    margin: 100px 20px 50px 20px;
}

.calculator_main label {
    font-size: 18px;
    font-weight: 700;
}

.calculator_total {
    font-size: 16px;
    font-weight: 600;
}

.proc_nr {
    font-size: 16px;
    font-weight: 700;
    color: #73c6c7;
}

.proc_text {
    font-size: 20px;
    font-weight: 700;
}

.calculator_info {
    margin: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.calculator_desc {
    margin: 50px 0;
    font-size: 40px;
}

.about_text {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    padding: 15px;
}

.single_page_content {
    margin: 50px 20px;
    text-align: justify;
    font-size: 16px;
}

.single_page_content a{
    color: #4e9da9;
    text-decoration: none;
}

.filiale {
    background: #ffffff url("../images/fon_filiale.jpg") no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: cover;
    backface-visibility: inherit;
}

.filial_select {
    margin: 70px 50px;
    padding: 0;
}

.filial_toggler {
    width: 100%;
    margin: 0;
}

.filial_select .navbar-nav {
    width: 100%;
}

.filial_item {
    text-align: center;
    color: #000000;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}

.filial_item a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.filial_item a:hover {
    color: #6e6f70;
    text-decoration: underline;
}

.filial_item.active {
    background-color: #73c6c7;
}

.filial {
    width: 350px;
    background: #2C2C2C;
    opacity: 90%;
    color: #ffffff;
    margin: 30px;
    padding: 20px 30px;
    font-size: 16px;
    position: relative;
}

.filiale_grup {
    justify-content: center;
    padding-bottom: 50px;
}

.filial h2 {
    font-size: 20px;
}

.filial_fmaps {
    position: absolute;
    right: 0;
    top: 0;
}

.filial_fmaps img {
    filter: drop-shadow(5px -5px 5px #969696);
    margin: -35px -15px 0 0;
    width: 80px;
}

.filial_name {
    margin: 70px 0 0 0;
    font-weight: 700;
}

.filial_fond {
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 20px;
}

.filial_time {
    font-size: 14px;
    font-weight: 700;
}

.filial_phone {
    margin-top: 50px;
    font-size: 14px;
}

.filial_address {
    font-size: 14px;
}

.filial_address a {
    text-decoration: none;
    color: #ffffff;
}

.filial_desc{
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.about_text p {
    margin: 0 !important;
}

.cariera_subtitle {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 25px 0 25px;
}

.cariera_check {
    padding: 0 0 0 20px;
    background: url("./../images/check.svg");
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 20px;
    margin: 0 0 5px 0;
}

.btn_sunama {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.modal-header {
    background-color: #626262;
    padding: 5px;
    text-align: center;
}

.modal-title {
    font-size: 18px;
    color: #ffffff;
    padding-left: 20px;
}

.modal_close {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 700;
}

.modal-body {
    background-color: #ffffff;
}

.contact_item {
    display: inline-block;
}

.contact_subitem {
    font-size: 23px;
    font-weight: 700;
    padding: 5px 0;
}

.social_contact_container {
    display: flex;
    justify-content: center;
    margin-top: 10px;

}

.contact_social_item {
    display: flex;
    background-color: #73c6c7;
    opacity: 80%;
    margin: 5px 5px 5px 5px;
    padding: 10px 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    justify-content: center;
}

.contact_social_item a {
    color: #ffffff;
}

.contact_qr {
    max-width: 100%;
}

.dictionar {
    margin: 50px 0;
}

.dictionar_title{
    font-size: 20px;
    font-weight: 700;
    padding-left: 5px;
}

.dictionar li {
    margin: 10px 0;
    font-size: 16px;
}

.btn-faqlink {
    font-size: 20px;
    text-decoration: none;
    color: #626262;
    font-weight: 700;
}

.btn-faqlink:hover {
    text-decoration: none;
    color: #73c6c7;
    font-weight: 700;
    font-size: 20px;
}

.btn-faqlink:focus {
    color: #73c6c7 !important;
}

.formular {
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 50px 40px;
}

.formular_title {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 50px;
}

.tg_bot_block {
    background: #12364C;
}

.tg_bot_container {
    width: 100%;
    display: flex;
    padding-bottom: 50px;
}

.tg_desc {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 50px 0;

}

.tg_bot_item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.tg_bot_item img {
    max-width: 100%;
}

.verify_contract_block {

}

.form_verify {
    margin: 100px 50px;
}

.form_verify .form-group {
    margin-bottom: 20px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    display: none;
    color: #73c6c7;
    font-size: 25px !important;
    font-weight: normal;
    width: 70px !important;
    height: 70px !important;
    border-radius: 0px;
    opacity: 90%;
    background: #2c2c2c;
}

.doc {
    font-size: 25px;
    font-weight: 700;
    padding: 20px 50px;
}

.doc a {
    color: #73c6c7;
    text-decoration: none;
}

.title_logo{
    margin-left: 15px;
    margin-bottom: 0.5rem;
}

.dict_icon{
    width: 80px;
    height: 80px;
}

.title_logo_img{
    width: 80px;
    height: 80px;
}

.news_block{
    display: flex;
    justify-content: center;
}

.news_img{
    width: 50%;
}

.all_news_block{
    display: flex;
}

.all_news_img_block{
    margin: 10px;
}

.all_news_img{
    width: 100px;
    height: auto;
}

.all_news_text_block{
    margin: 10px 20px;
    font-weight: 700;
}

.all_news_text_block a{
    color: #2c2c2d;
    text-decoration: none;
}

.all_news_info{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 12px;
    color: #3b3b3c;
}
