@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

body {
    font-family: "vag-rundschrift-d", sans-serif !important;
    font-weight: 400;
    color: #251721;
    min-height:100vh
}

body a:hover {
    text-decoration: underline !important;
}

body button:active {
    color: #ffffff !important;
}

img {
    outline: none !important;
}

.clear {
    clear: both;
    float: none;
}

.container-fluid {
    position: relative;
    margin: auto;
    padding-left: 85px;
    padding-right: 85px;
}

.row {
    min-height: 100vh;
    max-width: 1624px;
    margin: auto;
}

@media screen and (max-width: 1366px) {
    .row {
        max-width: 1172px;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
} 

.subinfo {
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
}

.subinfo-first {
    font-weight: 300;
}

.subinfo-second {
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

.wrapper {
    background: url(../img/bg.jpg) no-repeat top center fixed;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .wrapper.first-page {
        background: none;
    }
} 

.info-block {
    background-color: rgba(255, 255, 255, 0.9); 
    padding-left: 53px;
    padding-right: 54px;   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 1920px) {
    .info-block {   
        padding-left: 139px;
        padding-right: 93px;
    }
} 

@media screen and (min-width: 1520px) {
    .info-block {   
        padding-left: 80px;
        padding-right: 70px;
    }
} 

@media screen and (max-width: 991px) {
    .info-block {   
        padding-left: 38px;
        padding-right: 38px;
    }
} 

@media screen and (max-width: 460px) {
    .info-block {   
        padding-left: 25px;
        padding-right: 25px;
    }
} 

.logo {
    margin-bottom: 30px;
    margin-top: 55px;
    max-width: 292px;
}

@media screen and (max-width: 767px) {
    .logo {
        margin-top: 50px;
    }    
} 

@media screen and (max-width: 460px) {
    .logo {
        margin-top: 30px;
    }    
} 

.banner {
    width: 100%;
    max-width: 410px;
    margin: auto;
    margin-bottom: 29px;
}

.btn {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    height: 48px;
    padding-top: 8px;
    border-radius: 4px;
    outline: none;
    text-align: center;
    font-family: "vag-rundschrift-d", sans-serif !important; 
}


.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary:hover {
    color: #fff;
    background: #E506C3;
    border: 2px solid #E506C3;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
    color: #E506C3;
    border: 2px solid #E506C3;
    background: transparent;
}

.btn:hover {
    opacity: 0.8;
    outline: none;
}

.btn-request {
    width: 274px;
    padding-top: 8px;
    /* margin-top: 26px;
    margin-bottom: 112px; */
    margin-top: 10px;
    margin-bottom: 25px;
}

.btn-submit {
    width: 194px;
}

.btn-cancel {
    width: 141px;
}

.btn-back {
    width: 95px;
    margin-bottom: 24px;
}

.btn-footer {
    margin-bottom: 41px;
    display: flex;
    flex-wrap: wrap;
}

.btn-footer .btn-primary {
    margin-right: 15px;
}

.btn-footer .btn {
    margin-top: 16px;
}

@media screen and (max-width: 991px) {
    .btn {
        font-size: 18px;
        line-height: 25px;
        height: 42px;
        padding-top: 6px;
    }
    
    .btn-request {
        width: 200px;
    }
}

.address {
    padding-bottom: 40px;
}

.address, .address a {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 20px;
    font-weight: 400;
}

.address a {
    color: inherit;
    text-decoration: none;
}

.main-title {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 8px;
}

.main-subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 37px;
}

@media screen and (min-width: 1920px) {    
    .main-title {
        font-size: 70px;
        line-height: 80px;
    }

    .main-subtitle {
        font-size: 27px;
        line-height: 32px;
    }
}

@media screen and (max-width: 991px) {    
    .main-title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1365px) {    
    .info-block {
        padding-right: 33px;
    }
}

@media screen and (max-width: 575px) {
    .main-title {
        font-size: 34px;
        line-height: 40px;
    }
    
    .main-subtitle {
        font-size: 22px;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.info-text {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 1366px) {  
    .info-text {
        font-size: 14px;
    }
}

.text-error {
    color: red;
    position: absolute;
}

form {
    max-width: 360px;
}

input {
    border-radius: 0;
    margin-bottom: 22px;
}

form {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.request label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 4px 0 0;
    line-height: normal;
}

.request .main-title {
    margin-bottom: 23px;
}

.request .label-check {
    position: relative;
    padding-left: 34px;
    padding-top: 6px;
}

.request .label-check a {
    font-weight: 700;
    color: #0A99D6;
}

.request .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid;
    border-radius: 2px;
    border-color: rgba(37, 23, 33, 0.52);
    opacity: 0.54;
    cursor: pointer;
    background-color: #fff;
}

.request select {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #C1C1C1;
    border-radius: 20px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 20px;
    outline: none;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/caret.svg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 16px;
}

.request .checkmark  .fa {
    display: none;
    font-weight: 300;
    position: absolute;
    top: 2px;
    left: 4px;
}

.request input[type=checkbox]:checked + .checkmark .fa {
  display: block;
}

.success {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.success .btn-submit {
    margin-top: 5px;
    margin-bottom: 25px;
}

.success-title {
    font-size: 40px;
    padding-bottom: 35px;
    line-height: 46px;
}

.legal-doc p, .legal-doc h4, .legal-doc ul, .cookie-policy p {
    font-size: 14px;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
}

.cookie-policy > a {
    display: block;
}

.legal-doc h4 {
    font-weight: bold;
}

.legal-doc .main-title {
    margin-bottom: 39px;
}

.info-block.policy-block {
    padding-bottom: 20px;
}

.legal-doc {
    height: calc(98vh - 40vh);
    overflow-y: scroll;
}

@media screen and (max-width: 575px) {
    .legal-doc {
        height: calc(98vh - 275px);
        overflow-y: scroll;
    }  
} 

legal-doc::-webkit-scrollbar {
    width: 20px;
}

legal-doc::-webkit-scrollbar-thumb {
    background-color: #C9C9C9;
    border-radius: 10px;
}

legal-doc::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
}

.cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #464646;
    padding: 15px 20px 15px;
}

.cookie-bar.has-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
}

.cookie-inner {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

.cookie-right-side .btn-primary {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 25px;
    margin: 0 0 0 20px;
    border-radius: 4px;
    outline: none;
    font-family: "vag-rundschrift-d", sans-serif !important;
}

.cookie-right-side {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {    
    .logo {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .address {   
        padding-bottom: 0px;
    }
    .btn-request {
        padding-top: 8px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .subinfo {
        margin-top: 5px;
    }
    .info-text {
        margin-bottom: 10px;
    }
    .banner {
        margin-bottom: 29px;
    }
    .main-subtitle {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .main-title {
        margin-bottom: 8px;
    }
    .logo {
        margin-bottom: 15px;
        margin-top: 15px;
        max-width: 240px;
    }
} 

@media screen and (min-width: 1366px) and (max-width: 1919px) {
    .address {   
        padding-bottom: 15px;
    }
    .btn-request {
        padding-top: 8px;
        margin-top: 25px;
    }
    .subinfo {
        margin-top: 22px;
    }
    .banner {
        margin-bottom: 29px;
    }
    .main-subtitle {
        margin-bottom: 25px;
    }
    .main-title {
        margin-bottom: 5px;
    }
    .logo {
        margin-bottom: 15px;
        margin-top: 15px;
        max-width: 195px;
    }
    .info-block {
        padding-right: 41px;
    }
} 