@import 'normalize.css';

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

img {
    max-width: 100%;
    height: auto;
}

body {
    font: 400 18px/1.4 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
    -webkit-font-smoothing: antialiased;
}

.form {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 3%;
}

.radyo {
    float: left;
    width: 100%;
    margin: 0 0 3% 0;
    border-radius: 7px;
    position: relative;
    z-index: 11;
    background: #fff;
    overflow: hidden;
}

.radyo input[type=radio ]:not(old) {
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    display: none;
}

.radyo input[type=radio ]:not(old) + label > span {
    width: 35px;
    height: 35px;
    border: 3px solid #ccc;
    border-radius: 100%;
    background: transparent;
    vertical-align: bottom;
    margin: 0;
    position: absolute;
    left: 1.5%;
    top: 6%;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    z-index: 99;
}

.radyo input[type=radio]:not(old):checked + label > span > span {
    display: block;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin: 2px;
    background: #f7a31c;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radyo input[type=radio ]:not(old) + label {
    width: 100%;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 122;
    padding: 2% 2% 2% 0%;
    border-radius: 7px;
}

.radyo input[type=radio]:not(old):checked + label {
    background: #fff;
}

.radyo input[type=radio]:not(old):checked + label .asd p, .radyo input[type=radio]:not(old):checked + label .asd strong, .radyo input[type=radio]:not(old):checked + label .asd > span, .radyo input[type=radio]:not(old):checked + label .asd small {
    color: #000;
}

.radyo input[type=radio]:not(old):checked + label .fiat h2 {
    color: #ffa200;
}

.radyo input[type=radio]:not(old):checked + label .fiat h1 {
    color: #ffa200;
}

.radyo input[type=radio]:not(old):checked + label .fiat {
    background: #000000;
}

.radyo input[type=radio]:not(old):checked + label .asd b {
    color: #efe08e;
}


.radioimg {
    float: left;
    width: 35%;
    position: absolute;
    clear: left;
    bottom: 2%;
    top: 40px;
}

.asd {
    float: right;
    width: 90%;
    position: relative;
}

.asd strong {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    color: #000000;
    margin: 2% 0;
    padding: 0 0 0 33%;
    font-family: 'RidleyGroteskBold';
}

.asd > span {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 35px;
    color: #000;
    margin: 0 0 4% 0;
    padding: 0 0 0 33%;
}

.asd > small {
    float: left;
    width: 70%;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    padding: 0 0 0 33%;
}

.asd p {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    color: #ffa200;
    margin: 0;
}

.asd p b {
    font-family: 'RidleyGroteskBold';
}

.asd > b {
    font-family: 'RidleyGroteskBold';
    float: left;
    width: 100%;
    color: #ca1d15;
    font-size: 30px;
    line-height: 40px;
}

.asd > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 145px;
}

.fiat {
    float: right;
    width: 70%;
    clear: right;
    margin: 0 0 0 0;
    text-align: center;
    padding: 15px 10px;
    border-radius: 15px;
    background: #ffa200;
}

.fiat h2 {
    float: right;
    font-size: 40px;
    margin: 0;
    line-height: 50px;
    position: relative;
    width: 100%;
    color: #000000;
    font-family: 'RidleyGroteskBold';
}

.fiat h2 span {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 19px;
    text-align: center;
    line-height: 20px;
    font-family: 'RidleyGrotesk';
}

.fiat h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0;
    line-height: 23px;
    text-decoration: line-through;
    font-weight: normal;
    color: #f1f1f1f1;
}

.buton {
    float: left;
    width: 100%;
    margin: 0 0 4% 0;
    text-align: center;
    position: relative;
}

.buton button {
    color: #fff;
    background: #841313;
    font-size: 80px;
    padding: 1% 7%;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'RidleyGroteskBold';
    width: 100%;
    float: left;
}


.ry-wrap {
    background-color: #f5f5f5;
}

.ry-header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 4px 17px rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    color: #fff;
    transform: translateX(-50%);
}

.ry-header-visible .ry-header {
    visibility: visible;
    opacity: 1
}

.ry-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 14.3%;
    background: url(../images/sticky.html) no-repeat 0 0/cover;
}

.ry-header a:first-child {
    position: absolute;
    display: block;
    width: 67.4%;
    height: 65%;
    top: 16%;
    left: 2.8%;
    text-indent: -9999px;
    overflow: hidden;
}

.ry-header a:last-child {
    position: absolute;
    display: block;
    width: 25%;
    height: 65%;
    top: 16%;
    left: 71.8%;
    text-indent: -9999px;
    overflow: hidden;
}


.ry-main {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    background-color: #fff;
}

/*
 * Buttons
 */
.ry-btn {
    display: inline-block;
    padding: .8em 2em;
    border-radius: 2em;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    background-color: #108931;
    color: #fff;
}

.ry-btn-bsa,
.ry-btn-order {
    display: block;
    position: relative;
    width: 100%;
    padding: .9em 0;
    border: none;
    outline: 0;
    border-radius: 4px;
    font-size: 26px;
    font-weight: 700;
    background: #D00808;
    color: #fff;
    cursor: pointer;
}

.ry-btn-bsa:disabled,
.ry-btn-order:disabled {
    opacity: .5;
}

.ry-btn-bsa {
    background: #f39803;
}

.ry-btn-bsa::before,
.ry-btn-order::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 575px) {

    .ry-btn-bsa,
    .ry-btn-order {
        font-size: 4.52vw;
    }

}

/*
 * ORDER FORM
 */
.ry-order-form {
    padding: 0 5%;
}

.ry-order-form .ry-title-bar {
    margin-top: 40px;
}

.ry-form-block,
.ry-checkbox,
.ry-form-submit {
    margin-bottom: 30px;
}

.ry-form-block > label {
    display: block;
    font-size: 22px;
    margin-bottom: .5em;
}

.ry-form-block > .ry-sublabel {
    margin: -.4em 0 1em;
    color: #085a86;
}

.ry-checkbox {
    position: relative;
    padding-left: 2.5em;
    line-height: 1.45;
    font-weight: 300;
    cursor: pointer;
}

.ry-checkbox a {
    text-decoration: none;
    font-weight: 700;
    color: inherit;
}

.ry-checkbox::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 1.45em;
    height: 1.45em;
    border: 2px solid #008a2c;
}

.ry-checkbox::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 1.45em;
    height: 1.45em;
    background: url(../images/icon-tick.svg) center center / 60% no-repeat;
}

.ry-radio {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: normal;
    user-select: none;
    cursor: pointer;
}

.ry-radio:last-child {
    margin-bottom: 40px;
}

.ry-radio::before {
    position: relative;
    z-index: 2;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-top: 2.2em;
    background: url(../images/icon-radio.svg) center center / contain no-repeat;
}

.ry-radio.selected::before {
    background-image: url(../images/icon-radio-selected.svg);
}

.ry-radio > img {
    position: relative;
    z-index: 1;
    width: 30%;
    margin: 0 2% 0 1%;
}

.ry-radio-body {
    position: relative;
    z-index: 3;
    width: 56%;
    padding-top: 3%;
}

.ry-radio .ry-title {
    font-size: 0.95em;
    line-height: 1.4;
}

.ry-radio .ry-subline {
    margin-top: .3em;
    font-size: .6em;
    font-weight: 500;
    color: #C86868;
}

.ry-radio .ry-subline.ry-smaller {
    font-size: .5em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
    width: 100%;
    height: 60px;
    padding: 0 1em;
    border: none;
    outline: 0;
    border: 2px solid #ececec;
    border-radius: 8px;
    font-size: inherit;
    background-color: #fff;
    color: inherit;
}
textarea, select {
    width: 100%;
    height: 60px;
    padding: 0 1em;
    outline: 0;
    border: 2px solid #ececec !important;
    border-radius: 4px;
    font-size: inherit;
    background-color: #fff;
    color: inherit;
    
    height: 140px;
    padding-top: 1em;
    padding-bottom: 1em;
    resize: vertical;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
    color: #D5DDD7;
}

@media only screen and (max-width: 575px) {

    .ry-order-form .ry-title-bar {
        margin-top: 6.95vw;
        margin-bottom: 5.25vw;
    }

    .ry-form-block,
    .ry-checkbox,
    .ry-form-submit {
        margin-bottom: 5.25vw;
    }

    .ry-checkbox {
        font-size: 3.1vw;
    }

    .ry-form-block > label {
        font-size: 3.8vw;
    }

    .ry-form-block > .ry-sublabel {
        font-size: 3.1vw;
    }

    .ry-radio {
        margin-bottom: 1.75vw;
        font-size: 5.25vw;
    }

    .ry-radio:last-child {
        margin-bottom: 7vw;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="number"],
    textarea {
        height: 50px;
    }

    textarea {
        height: 100px;
    }

}


/*
 * COUNTDOWN
 */
.ry-countdown {
    display: flex;
    flex-flow: column nowrap;
    font-size: 20px;
    background: #0082c61f;
}

.ry-countdown .ry-title {
    margin: 0;
    text-align: center;
    font-size: 1em;
    padding: .5em 0;
    color: #054b6f;
}

.ry-countdown .ry-time {
    display: flex;
    flex-grow: 1;
    width: 84%;
    height: 46%;
    margin: 0 auto;
    padding-bottom: .18em;
    font-size: 1.8em;
    justify-content: space-around;
}

.ry-countdown .ry-time .ry-col {
    display: flex;
    flex-flow: column nowrap;
    width: 28%;
    color: #054b6f;
}

.ry-countdown .ry-time .ry-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60%;
    padding: .35em 0;
    border-radius: 2px;
    line-height: 1;
    background-color: #fff;
}

.ry-countdown .ry-time .ry-subline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-size: .5em;
    font-weight: 300;
    color: #3E403E;
}

@media only screen and (max-width: 575px) {

    .ry-countdown {
        font-size: 3.2vw;
    }

}

/*
 * Top Bar
 */
.ry-top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: .91666em;
    background-color: #ffe8b6;
}

.ry-top-bar img {
    width: 2em;
}

@media only screen and (max-width: 575px) {

    .ry-top-bar {
        font-size: 2.95vw;
        letter-spacing: -.03em;
    }

}

/*
 * Eczane
 */
.ry-eczane {
    display: flex;
    align-items: center;
    line-height: 1.3;
    text-align: center;
}

.ry-eczane img {
    width: 2.75em;
    height: auto;
    margin-right: .6em;
}

.ry-eczane img + span {
    text-align: left;
}

/*
 * Title Bar
 */
.ry-title-bar {
    margin: 80px 0 40px;
    padding: 0 10%;
    line-height: 1.25;
    letter-spacing: -.02em;
    font-weight: 400;
    text-align: center;
}

h1.ry-title-bar {
    font-size: 50px;
}

h2.ry-title-bar {
    font-size: 36px;
}

h3.ry-title-bar {
    font-size: 28px;
}

h4.ry-title-bar {
    font-size: 22px;
}

h5.ry-title-bar {
    font-size: 18px;
}

@media only screen and (max-width: 575px) {

    .ry-title-bar {
        margin: 7.18vw 0 6.95vw;
    }

    h1.ry-title-bar {
        font-size: 8.6vw;
    }

    h2.ry-title-bar {
        font-size: 6.2vw;
    }

    h3.ry-title-bar {
        font-size: 4.9vw;
    }

    h4.ry-title-bar {
        font-size: 3.8vw;
    }

    h5.ry-title-bar {
        font-size: 3.1vw;
    }

}

.ry-title-bar.ry-fill {
    padding: .5em 0;
    font-weight: 300;
    background-color: #0082c6;
    color: #fff;
}

.ry-tb-2,
.ry-tb-3 {
    padding: 0 5%;
}

.ry-title-bar > b {
}

.ry-title-bar > strong {
    font-weight: 700;
}

.ry-title-bar span {
    color: #1A8835;
}

.ry-tb-1 span {
    color: #0083c7;
}

/*
 * Paragraph
 */
.ry-para {
    margin: 10px 0 30px;
    padding: 0 10%;
    letter-spacing: -.02em;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}

.ry-para + .ry-title-bar {
    margin-top: 60px;
}

@media only screen and (max-width: 575px) {

    .ry-para {
        margin: 1.73vw 0 5.21vw;
        font-size: 3.7vw;
    }

    .ry-para + .ry-title-bar {
        margin-top: 10.4vw;
    }

}

/*
 * Image
 */
.ry-image {
    margin: 80px 0 40px;
}

.ry-image > img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.ry-image .ry-caption {
    display: block;
    padding: 0 10%;
    line-height: 1.25;
    letter-spacing: -.02em;
    font-size: 22px;
    text-align: center;
    color: #0082c6;
}

@media only screen and (max-width: 575px) {

    .ry-image {
        margin: 7.18vw 0 6.95vw;
    }

    .ry-image .ry-caption {
        font-size: 3.8vw;
    }

}

/*
 * Section Btn
 */
.ry-has-btn {
    position: relative;
}

.ry-has-btn.ry-btn-pad {
    /* buton varsa ve tepeden padding vermek istiyorsak */
    padding-top: 40px;
}

.ry-has-btn > .ry-btn {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 85%;
    font-size: 26px;
}

@media only screen and (max-width: 575px) {

    .ry-has-btn.ry-btn-pad {
        padding-top: 6.95vw;
    }

    .ry-has-btn > .ry-btn {
        font-size: 4.5vw;
    }

}

/*
 * Parallax
 */
.ry-px {
    position: relative;
    overflow: hidden;
}

.ry-px-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ry-px-bg img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120%;
    height: 120%;
    max-width: none;
    margin: -10% 0 0 -10%;
    object-fit: cover;
    user-select: none;
    backface-visibility: hidden;
}

.ry-px-bg::before {
    content: "";
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
}

.ry-px-text {
    position: relative;
    z-index: 2;
    padding: 140px 0;
    color: #fff;
}

@media only screen and (max-width: 575px) {

    .ry-px-text {
        padding: 24.35% 0;
    }

}

.ry-px-text > .ry-title-bar:first-child {
    margin-top: 0;
}

.ry-px-text > .ry-title-bar:last-child {
    margin-bottom: 0;
}

.ry-px .ry-title-bar {
    font-weight: 300;
}

.ry-px .ry-image {
    position: relative;
    z-index: 2;
    margin: 0;
}

.ry-px .ry-image img {
    position: relative;
    z-index: 2;
}

.ry-px .ry-image::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
}

/*
 * Element 1
 */
.ry-el-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 4%;
}

.ry-el-1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 92%;
    height: 1px;
    border-bottom: 2px dashed #D3DED6;
}

.ry-el-1 .ry-text {
    width: 50%;
    line-height: 1.2;
    font-size: 20px;
}

.ry-el-1 .ry-right {
    width: 49%;
}

@media only screen and (max-width: 575px) {

    .ry-el-1 {
        padding-top: 5.25vw;
        padding-bottom: 5.25vw;
        margin-bottom: 5.25vw;
    }

    .ry-el-1 .ry-text {
        font-size: 3.2vw;
    }

}

/*
 * Element 2
 */
.ry-el-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 4%;
}

.ry-el-2 .ry-logo {
    width: 28%;
}

.ry-el-2 .ry-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.ry-el-2 .ry-right {
    width: 61%;
}

.ry-el-2 .ry-eczane {
    margin-bottom: 1em;
}

.ry-el-2 .ry-btn {
    width: 100%;
}

@media only screen and (max-width: 575px) {

    .ry-el-2 {
        margin-bottom: 5.25vw;
    }

    .ry-el-2 .ry-right {
        width: 65%;
        font-size: 3.1vw;
    }

}

/*
 * Element 3
 */
.ry-el-3 {
    margin-bottom: 70px;
}

.ry-el-3 .ry-eczane {
    width: 61%;
    margin: 0 auto;
}

@media only screen and (max-width: 575px) {

    .ry-el-3 {
        margin-bottom: 12.17vw;
    }

    .ry-el-3 .ry-eczane {
        width: 65%;
        font-size: 3.1vw;
    }

}

/*
 * Element 4
 */
.ry-el-4 {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.ry-el-4 > * {
    position: relative;
    z-index: 4;
}

.ry-el-4::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: 50%;
    width: 150%;
    height: 70%;
    border-radius: 80%;
    background-color: #fff;
    transform: translate3d(-50%, 50%, 0) rotate(-5deg);
}

.ry-el-4::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, rgba(253, 243, 216, 1) 0%, rgba(251, 235, 196, 0.29) 54%, rgba(250, 227, 176, 0.18) 100%);
    background: -webkit-linear-gradient(top, rgba(253, 243, 216, 1) 0%, rgba(251, 235, 196, 0.29) 54%, rgba(250, 227, 176, 0.18) 100%);
    background: linear-gradient(to bottom, rgba(253, 243, 216, 1) 0%, rgba(251, 235, 196, 0.29) 54%, rgba(250, 227, 176, 0.18) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf3d8', endColorstr='#2efae3b0', GradientType=0);
}

.ry-el-4 .ry-para {
    margin-bottom: 60px;
    font-size: 22px;
}

@media only screen and (max-width: 575px) {

    .ry-el-4 .ry-para {
        margin-bottom: 10.4vw;
        font-size: 3.8vw;
    }

}

/*
 * Element 5
 */
.ry-el-5 {
    position: relative;
    margin: 0;
}

.ry-el-5::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.ry-el-5 + .ry-title-bar {
    margin-top: 0;
}

/*
 * Element 6
 */
.ry-el-6 {
    margin-top: 80px;
}

.ry-el-6 h2.ry-t3 {
    margin-top: 0;
    font-size: 48px;
}

.ry-el-6 .ry-image {
    margin-top: -60px;
}

@media only screen and (max-width: 575px) {

    .ry-el-6 {
        margin-top: 13.9vw;
    }

    .ry-el-6 h2.ry-t3 {
        font-size: 8.35vw;
    }

    .ry-el-6 .ry-image {
        margin-top: -10.4vw;
    }

}

/*
 * Element 7
 */
.ry-el-7 .ry-image {
    margin-top: 0;
}

/*
 * Element 8
 */
.ry-el-8 {
    padding: 0 5%;
}

.ry-el-8 .ry-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 5%;
    border: 2px solid #0082c6;
}

.ry-el-8 .ry-logo {
    width: 26%;
}

.ry-el-8 .ry-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.ry-el-8 .ry-right {
    width: 62%;
}

.ry-el-8 .ry-countdown {
    background-color: transparent;
}

.ry-el-8 .ry-countdown .ry-title {
    font-size: .9em;
}

.ry-el-8 .ry-countdown .ry-time {
    width: 75%;
}

.ry-el-8 .ry-countdown .ry-time .ry-num {
    background-color: #0082c6;
    color: #fff;
}

/*
 * Element 9
 */
.ry-el-9 .ry-image {
    margin-top: 30px;
    padding: 0 10%;
}

@media only screen and (max-width: 575px) {

    .ry-el-9 .ry-image {
        margin-top: 5.2vw;
    }

}

/*
 * Comments
 */
.ry-com {
    background-color: #0082c61c;
}

.ry-com-head {
    padding: 60px 0 10px;
    text-align: center;
}

.ry-com-head .ry-stars {
    width: 28%;
}

.ry-com-head .ry-title-bar {
    margin: 10px 0 30px;
}

.ry-com-item {
    display: flex;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 15px;
    padding: 1.2em .7em 1.5em;
    border-radius: 2px;
    font-size: 18px;
    background-color: #fff;
}

.ry-com-item:last-child {
    margin-bottom: 0;
}

.ry-com-item-body {
    flex-grow: 1;
    flex-basis: 0;
}

.ry-com .ry-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.7em;
    height: 3.7em;
    margin-right: 1.5em;
    border-radius: 100%;
    font-weight: 700;
    background-color: #90909057;
    color: #ffffff;
    user-select: none;
}

.ry-com-item .ry-stars {
    width: 6.3em;
    margin-bottom: .5em;
    margin-left: -.2em;
    vertical-align: top;
}

.ry-com .ry-commenter {
    display: flex;
    align-items: center;
    margin-bottom: .5em;
}

.ry-com .ry-name {
    font-weight: 700;
}

.ry-com .ry-time {
    margin-left: 1em;
    font-size: .9em;
    color: #afafaf;
}

.ry-com .ry-time::before {
    content: "(";
}

.ry-com .ry-time::after {
    content: ")";
}

.ry-com-text {
    margin-bottom: 1em;
    line-height: 1.3;
    padding-right: 1em;
}

.ry-com-verified {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #0a8a33;
}

.ry-com-verified::before {
    content: "";
    display: block;
    width: 1em;
    height: 1.33333em;
    margin-right: .5em;
    background: url(../images/icon-tick-circle.svg) center center / contain no-repeat;
}

.ry-com-subline {
    padding: 1.7em 5%;
    text-align: center;
    font-weight: 700;
    color: #0082c6;
}

@media only screen and (max-width: 575px) {

    .ry-com-head {
        padding: 10.4vw 0 1.75vw;
    }

    .ry-com-head .ry-title-bar {
        margin: 1.75vw 0 5.25vw;
    }

    .ry-com-item {
        margin-bottom: 2.6vw;
        font-size: 3.15vw;
    }

    .ry-com-subline {
        font-size: 3.1vw;
    }

}

/*
 * Footer
 */
.ry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    padding: 1.4em 1.4em;
    border-top: 3px dashed #ddf3ff;
}

.ry-footer .ry-logo {
    width: 18%;
}

.ry-footer .ry-right {
    display: flex;
    align-items: flex-start;
    width: 62%;
    line-height: 1.4;
    font-size: 16px;
}

.ry-footer .ry-right::before {
    content: "";
    width: 3.2em;
    height: 1.28em;
    margin-right: .9em;
    font-size: 1.2em;
    background: url(../images/flags/tr.svg) center center / contain no-repeat;
}

@media only screen and (max-width: 575px) {

    .ry-footer {
        margin-top: 10.4vw;
    }

    .ry-footer .ry-right {
        width: 70%;
        font-size: 2.6vw;
    }

}

/*
 * BSA
 */
.ry-bsa {
    padding-bottom: 1px;
    background-color: #0082c61c;
}

.ry-bsa .ry-form-block,
.ry-bsa .ry-form-submit {
    padding: 0 5%;
}

.ry-order-form > .ry-bsa {
    margin-top: 60px;
}

.ry-bsa .ry-note {
    display: none;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.ry-bsa.ry-success .ry-form-block,
.ry-bsa.ry-success .ry-form-submit,
.ry-bsa.ry-success .ry-note {
    display: none;
}

.ry-bsa.ry-success .ry-note-success {
    display: block;
}

@media only screen and (max-width: 575px) {

    .ry-order-form .ry-bsa {
        margin-top: 10.4vw;
    }

}

textarea[name="sp_adres"] {
    font-size: 17px !important;
}

select[name="sp_sehir"], select[name="sp_ilce"], select[name="sp_odeme_yontemi"] {
    font-size: 17px !important;
}