@import url("../fonts/HelveticaNeue/stylesheet.css");

html,
body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: 400;
    color: #333333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

main {
    display: block;
}

table {
    border-collapse: collapse;
}

button,
input,
textarea,
a,
div {
    outline: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-family: 'HelveticaNeueCyr', sans-serif;
}

h5,
h6 {
    font-family: 'HelveticaNeueCyr', sans-serif;
}

h1 {
    font-size: 64px;
    line-height: 78px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h3 {
    font-size: 30px;
    line-height: 37px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
}

h6 {
    font-size: 18px;
    line-height: 21px;
}

button,
input,
textarea,
select {
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
}

img,
svg {
    display: block;
    max-width: 100%;
}

a {
    color: #1062AA;
    text-decoration: none;
}

button,
input,
textarea,
select {
    padding: 0;
    outline: none;
    border: none;
}

a,
svg,
button {
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul>li,
ol>li {
    position: relative;
}

ul>li:before,
ol>li:before {
    content: "";
    position: absolute;
    left: 0;
}

ol>li:before,
ul>li:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

ul>li:before {
    background-color: #1062AA;
}

.has-error {
    border: 1px solid #EF5237 !important;
}

input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #fff;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 18px;
    line-height: 21px;
}

input::-webkit-input-placeholder {
    color: #1062AA;
}

input::-moz-placeholder {
    color: #1062AA;
}

input:-ms-input-placeholder {
    color: #1062AA;
}

input:-moz-placeholder {
    color: #1062AA;
}

.inp-error-msg {
    display: none;
    margin-top: 6px;
    font-size: 14px;
    line-height: 16px;
    color: #EF5237;
}

.has-error+.inp-error-msg {
    display: block;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 263px;
    height: 50px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    background-color: #FFD044;
    font-family: 'HelveticaNeueCyr', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 15px;
}

.btn:hover {
    color: #ffffff;
    background-color: #1062AA;
}

button:disabled {
    cursor: default;
}

.btn-m {
    width: 195px;
}

.btn-s {
    width: 122px;
}

.btn-submit {
    background-color: #1062AA;
    color: #FFFFFF;
}

.btn-submit:hover {
    color: #333333;
    background-color: #FFE735;
}

.btn-submit:disabled {
    background-color: #E8EBF2;
    color: #333333;
}

.btn-black {
    background-color: transparent;
    border: 2px solid #333333;
    color: #333333;
}

.btn-black span,
.btn-submit span,
.btn-black-filled span {
    margin-left: 15px;
}

.btn-black:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.btn-black-filled {
    background-color: #333333;
    border: 2px solid #333333;
    color: #FFFFFF;
}
.btn-black-filled.download.de {
    width: 340px;
}
.btn-black-filled:hover {
    background-color: transparent;
    color: #333333;
}

.btn-black-border {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;
}

.btn-black-border:hover {
    background-color: #333;
    color: #fff;
}

.btn-blue {
    background-color: #00ADEE;
}

.btn-blue:hover {
    background-color: #333333;
    color: #ffffff;
}

.btn-blue-empty {
    border: 2px solid #1062AA;
    background-color: #ffffff;
}

.btn-blue-empty:hover {
    background-color: #1062AA;
}

.btn-product {
    height: 64px;
}

.btn-product svg {
    fill: #1062AA;
}

.btn-product:hover svg {
    fill: #F7B916;
}

.btn-product__icon {
    margin-right: 20px;
}

.btn-product__text {
    max-width: 125px;
}

.btn-product__text-line {
    display: flex;
    justify-content: space-between;
}

.btn-product__discount {
    font-weight: 500;
    font-size: 12px;
    text-transform: none;
    line-height: 14px;
    color: #EF5237;
}

.btn-product:hover .btn-product__discount {
    color: #F7B916;
}

.btn-product__oldprice {
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
}

.btn-product-s {
    height: 50px;
}

.btn-buy svg {
    fill: #1062AA;
}

.btn-buy span {
    padding-left: 20px;
    font-weight: 700;
}

.btn-buy:hover svg {
    fill: #F7B916;
}

.chat-btn {
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
}

.chat-btn svg {
    stroke: #333333;
}

.chat-btn:hover svg {
    stroke: #ffffff;
}

.btn-orange {
    background-color: #F8BA00;
}

.btn-orange:hover {
    background-color: #333333;
}

.link-w-arrow {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}

.link-w-arrow span {
    margin-left: 12px;
}

.btn-w-text-after {
    position: relative;
    width: 100%;
    max-width: 280px;
}

.btn-w-text-after__text {
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1062AA;
}

.btn-w-text-after__img-try {
    position: absolute;
    top: -40px;
    left: -35px;
}

/*Select Currency*/
.select {
    position: relative;
    width: 100%;
}

.select select {
    display: none;
}

.select-currency .select-selected {
    width: 100%;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #81859C;
    color: #333333;
    background-color: #fff;
}

.select-currency .select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.select-currency .select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 17px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url("../img/general/select-arrow.svg") no-repeat 50% 50%;
    background-size: contain;
}

.select-currency .select-selected.select-arrow-active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select-currency .select-items div,
.select-selected {
    display: flex;
    align-items: center;
    padding: 0 17px;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    user-select: none;
}

.select-currency .select-items div {
    height: 40px;
    border-top: 1px solid rgba(129, 133, 156, 0.5);
    line-height: 39px;
    color: #333333;
}

.select-currency .select-items div.same-as-selected {
    background-color: rgba(129, 133, 156, 0.3);
    cursor: default;
}

.select-currency .select-items div span,
.select-selected span {
    width: 50%;
    margin-left: auto;
}

.select-currency .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #81859C;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 999;
}

.select-currency .select-arrow-active+.select-items {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select-hide {
    display: none;
}

.select-currency .select-items div:not(.same-as-selected):hover {
    background-color: rgba(129, 133, 156, 0.3);
}

/* product property */
.product-property {
    margin-top: 60px;
    padding-top: 35px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(225, 225, 225, 0.97);
}

.product-property--download {
    border-top: 0;
    margin-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.97);
    margin-bottom: 40px;
}

.product-property__wrapper {
    display: flex;
    justify-content: space-evenly;
}

.product-property__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-property__item-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #F5F7FF;
    border-radius: 48px;
    margin-bottom: 13px;

}

.product-property__item-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 190px;
    text-align: center;
}

@media all and (min-height: 320px) and (max-width: 767px) {
    h2 {
        font-size: 30px;
        line-height: 37px;
    }

    /* product property */
    .product-property__wrapper {
        flex-wrap: wrap;
    }

    .product-property__item {
        width: 50%;
        margin-bottom: 50px;
    }

    .btn {
        width: 290px;
    }
}
