/* ROBOTO */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

.af-modal {
	display: none;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
}
.af-modal [class*=__colored] {
	color: #006BB5;
}
.af-modal strong {
    font-weight: 700;
}
.af-modal .af-modal-overlay {
	display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.af-modal .af-modal-container {
	display: flex;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
	z-index: 1;
}
.af-modal .af-modal-form {
	display: flex;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
}
.af-modal .af-form[data-status="error"]::after {
    content: attr(data-error);
    display: block;
    width: 190px;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #F60505;
    margin-left: 14px;
    position: relative;
    z-index: 1;
}
.af-modal .af-form[data-status="success"],
.af-modal .af-form:not([data-status="success"]) ~ .af-form-message {
    display: none;
}
.af-modal .af-form[data-status="success"] ~ .af-form-message {
    display: block;
    position: relative;
}
.af-modal .af-modal-close {
	display: flex;
    width: 23px;
    height: 23px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #cccccc;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.af-modal .af-modal-title {
	display: block;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #0F74D1;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}
.af-modal .af-modal-subtitle {
	display: block;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #0F74D1;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}
.af-modal .af-modal-description {
	display: block;
    width: 100%;
    font-style: normal;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}
.af-modal .af-modal-text {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #0F74D1;
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}
.af-modal .af-form-group {
	display: flex;
	width: 100%;
	height: auto;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.af-modal .af-form-caption {
	display: block;
    height: auto;
    font-style: normal;
    font-size: 12px;
    line-height: 1.3;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}
.af-modal .af-form-caption sup {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #0F74D1;
    font-family: 'Roboto', sans-serif;
}
.af-modal .af-form-label {
    display: block;
    height: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}
.af-modal .af-form-input {
    display: block;
    min-width: 300px;
    height: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    padding: 7px 10px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background-color: #ffffff;
    transition: 150ms ease;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.af-modal .af-form-input:focus,
.af-modal .af-form-input:hover {
    border-color: #0F74D1;
}
.af-modal .af-form-input::-webkit-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal .af-form-input::-moz-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal .af-form-input:-ms-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal .af-form-input::-ms-input-placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal .af-form-input::placeholder {
    color: #cccccc;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.af-modal .af-form-select {
    display: block;
    min-width: 300px;
    height: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    padding: 7px 30px 7px 10px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background-color: #ffffff;
    transition: 150ms ease;
}
.af-modal .af-form-select:focus,
.af-modal .af-form-select:hover {
    border-color: #0F74D1;
}
.af-modal .af-form-textarea {
    display: block;
    min-width: 300px;
    min-height: 150px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    padding: 7px 10px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background-color: #ffffff;
    transition: 150ms ease;
    resize: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.af-modal .af-form-textarea:focus,
.af-modal .af-form-textarea:hover {
    border-color: #0F74D1;
}

.af-modal .af-files-label {
    display: block;
    padding: 5px;
    margin: 0 auto 5px 20px;
    box-sizing: border-box;
    background-size: 34px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.af-modal .af-files-label[data-placeholder]:not([data-name])::after,
.af-modal .af-files-label[data-name]::after {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #cccccc;
    position: absolute;
    left: calc(100% + 22px);
    top: 0;
}
.af-modal .af-files-label[data-placeholder]:not([data-name])::after {
    content: attr(data-placeholder);
    color: #cccccc;
}
.af-modal .af-files-label[data-name]::after {
    display: flex;
    content: attr(data-name);
    height: 100%;
    color: #222222;
    align-items: center;
    align-content: center;
}
.af-modal .af-files-label:not(.loaded) {
    border: 1px dashed #cccccc;
    background-image: url("/local/img/assets/file-upload-icon.svg");
}
.af-modal .af-files-label.loaded {
    border: 1px dashed #0F74D1;
    background-image: url("/local/img/assets/file-uploaded-icon.svg");
}
.af-modal .af-files-input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.af-modal .af-files-progress {
    display: block;
    width: 80px;
    max-width: 100%;
    height: 6px;
    border-radius: 2px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 5px;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: 300ms ease-in-out;
}
.af-modal .af-files-progress[value=""],
.af-modal .af-files-progress[value="0"],
.af-modal .af-files-progress[value="100"] {
    transform: scale3d(0, 0, 1);
}
.af-modal .af-files-progress::-moz-progress-bar,
.af-modal .af-files-progress::-webkit-progress-bar {
  background-color: #006BB9;
}
.af-modal__resume .af-files-progress::-webkit-progress-value {
  background-color: #006BB9;
}

/* RECALL MODAL */
.af-modal.af-modal-recall .af-modal-container {
    width: 600px;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
}
.af-modal.af-modal-recall .af-modal-form {
    padding: 50px 50px 70px;
    background-color: #ffffff;
}
.af-modal.af-modal-recall .af-modal-form::before {
    content: "";
    display: block;
    width: 80px;
    height: 160px;
    border-radius: 80px 0 0 80px;
    background-color: #4FBFFF;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 0;
}
.af-modal.af-modal-recall .af-modal-title {
    margin-bottom: 10px;
}
.af-modal.af-modal-recall .af-modal-description {
    font-size: 12px;
    margin-bottom: 30px;
}
.af-modal.af-modal-recall .af-modal-description strong {
    display: block;
    margin-bottom: 10px;
}
.af-modal.af-modal-recall .af-form-group:last-of-type {
    margin-bottom: 40px;
}
.af-modal.af-modal-recall .af-form-caption {
    width: 100%;
    margin-bottom: 8px;
}
.af-modal.af-modal-recall .af-form-message {
    padding: 50px 50px 70px;
    background-color: #ffffff;
    width: 100%;
}
.af-modal.af-modal-recall .af-form-message::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #0F74D1;
    left: calc(50% - 30px);
    top: -30px;
    position: absolute;
}
.af-modal.af-modal-recall .af-form-message .af-modal-subtitle {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 30px;
    position: relative;
}
.af-modal.af-modal-recall .af-form-message .af-modal-subtitle::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #0F74D1;
    position: absolute;
    top: calc(100% + 14px);
    left: calc(50% - 30px);
}
.af-modal.af-modal-recall .af-form-message .af-modal-text {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.af-modal.af-modal-recall .af-form[data-status="success"] ~ .af-modal-close {
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #0F74D1;
    right: calc(50% - 30px);
    top: calc(100% - 20px);
    position: absolute;
}

/* MYPRICE MODAL */
.af-modal.af-modal-myprice .af-modal-container {
    width: 600px;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
}
.af-modal.af-modal-myprice .af-modal-form {
    padding: 50px 50px 70px;
    background-color: #ffffff;
}
.af-modal.af-modal-myprice .af-modal-form::before {
    content: "";
    display: block;
    width: 80px;
    height: 160px;
    border-radius: 80px 0 0 80px;
    background-color: #4FBFFF;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 0;
}
.af-modal.af-modal-myprice .af-modal-title {
    margin-bottom: 20px;
}
.af-modal.af-modal-myprice .af-modal-text {
    font-size: 12px;
    margin-bottom: 10px;
}
.af-modal.af-modal-myprice .af-modal-description {
    font-size: 12px;
    margin-bottom: 30px;
}
.af-modal.af-modal-myprice .af-modal-note {
    font-size: 12px;
    margin-bottom: 30px;
}
.af-modal.af-modal-myprice .af-myprice-name {
    display: block;
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 10px;
}
.af-modal.af-modal-myprice .af-myprice-price {
    font-size: 1.2em;
}
.af-modal.af-modal-myprice .af-form-caption {
    width: 180px;
}
.af-modal.af-modal-myprice .af-form-message {
    padding: 50px 50px 70px;
    background-color: #ffffff;
    width: 100%;
}
.af-modal.af-modal-myprice .af-form-message::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #0F74D1;
    left: calc(50% - 30px);
    top: -30px;
    position: absolute;
}
.af-modal.af-modal-myprice .af-form-message .af-modal-subtitle {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 30px;
    position: relative;
}
.af-modal.af-modal-myprice .af-form-message .af-modal-subtitle::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #0F74D1;
    position: absolute;
    top: calc(100% + 14px);
    left: calc(50% - 30px);
}
.af-modal.af-modal-myprice .af-form-message .af-modal-text {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.af-modal.af-modal-myprice .af-button,
.af-modal .af-form[data-status="error"]::after {
    margin-bottom: 10px;
}
.af-modal.af-modal-myprice .af-form[data-status="success"] ~ .af-modal-close {
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #0F74D1;
    right: calc(50% - 30px);
    top: calc(100% - 20px);
    position: absolute;
}
.af-modal.af-modal-myprice .af-modal-form:not(.exist) [class*=__exist],
.af-modal.af-modal-myprice .af-modal-form.exist .af-button__exist + .af-button {
    display: none;
}

/* OPINION MODAL */
.af-modal.af-modal-opinion .af-modal-container {
    width: 600px;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
}
.af-modal.af-modal-opinion .af-modal-form {
    max-height: 100vh;
    overflow: auto;
    padding: 50px 50px 70px;
    background-color: #ffffff;
}
.af-modal.af-modal-opinion .af-modal-form::before {
    content: "";
    display: block;
    width: 80px;
    height: 160px;
    border-radius: 80px 0 0 80px;
    background-color: #4FBFFF;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 0;
}
.af-modal.af-modal-opinion .af-modal-title {
    margin-bottom: 20px;
}
.af-modal.af-modal-opinion .af-modal-product {
	display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #0F74D1;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 30px;
}
.af-modal.af-modal-opinion .af-modal-description {
    font-size: 12px;
    margin-bottom: 30px;
}
.af-modal.af-modal-opinion .af-modal-description strong {
    display: block;
    margin-bottom: 10px;
}
.af-modal.af-modal-opinion .af-form-group:last-of-type {
    margin-bottom: 40px;
}
.af-modal.af-modal-opinion .af-form-caption {
    width: 180px;
    max-width: 100%;
    align-self: flex-start;
}
.af-modal.af-modal-opinion .af-form-textarea {
    min-height: 80px;
}
.af-modal.af-modal-opinion .af-form-group.af-form-files {
    max-width: 300px;
    width: auto;
    margin: 0;
    justify-content: flex-start;
}
.af-modal.af-modal-opinion .af-files-label {
    width: 60px;
    height: 60px;
    border: 0;
    margin: 0 10px 10px 0;
}
.af-modal.af-modal-opinion .af-files-label:not(.loaded) {
    border: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/local/img/assets/image-upload-icon.svg");
    -webkit-backdrop-filter: brightness(.9);
            backdrop-filter: brightness(.9);
}
.af-modal.af-modal-opinion .af-files-label.loaded {
    border: 0;
    background-image: none;
}
.af-modal.af-modal-opinion .af-files-remove {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #2D2D2D;
    text-decoration: none;
    border-radius: 100%;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: #BDBDBD;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 2;
}
.af-modal.af-modal-opinion .af-files-preview {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.af-modal.af-modal-opinion .af-form-rating {
    width: 100px;
    height: 20px;
    margin: 0 auto 0 20px;
}
.af-modal.af-modal-opinion .af-siblings {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}
.af-modal.af-modal-opinion .af-siblings-title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    color: #222222;
    cursor: pointer;
}
.af-modal.af-modal-opinion .af-siblings-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.af-modal.af-modal-opinion .af-siblings-all {
    display: flex;
    width: auto;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #222222;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 20px auto;
}
.af-modal.af-modal-opinion .af-siblings-all input {
    margin-left: 10px;
}
.af-modal.af-modal-opinion .af-siblings-item {
    display: flex;
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 10px;
}
.af-modal.af-modal-opinion .af-siblings-image {
    display: block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    font-size: 0;
    text-decoration: none;
    margin: 0 10px 0 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/local/img/no-image.jpg");    
}
.af-modal.af-modal-opinion .af-siblings-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.af-modal.af-modal-opinion .af-siblings-name {
    display: block;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #222222;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.af-modal.af-modal-opinion input {
    margin-left: auto;
}
.af-modal.af-modal-opinion .af-button:not(:last-of-type) {
    margin-right: 10px;
}


.af-modal.af-modal-opinion .af-form-message {
    padding: 50px 50px 70px;
    background-color: #ffffff;
    width: 100%;
}
.af-modal.af-modal-opinion .af-form-message::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #0F74D1;
    left: calc(50% - 30px);
    top: -30px;
    position: absolute;
}
.af-modal.af-modal-opinion .af-form-message .af-modal-subtitle {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 30px;
    position: relative;
}
.af-modal.af-modal-opinion .af-form-message .af-modal-subtitle::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #0F74D1;
    position: absolute;
    top: calc(100% + 14px);
    left: calc(50% - 30px);
}
.af-modal.af-modal-opinion .af-form-message .af-modal-text {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.af-modal.af-modal-opinion .af-form[data-status="success"] ~ .af-modal-close {
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #0F74D1;
    right: calc(50% - 30px);
    top: calc(100% - 20px);
    position: absolute;
}