.black-text {
    color: #1F1F1F;
}

.blue-text {
    color: #227AFF;
}

.grey-text {
    color: #909090;
}

.small-text {
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
}

p {
    margin-bottom: unset;
}

/**********************************************************************************************************************/
.header {
    margin-top: 150px;
    text-align: center;
}

.header .logo {
    font-family: 'Righteous', cursive;
}

.header .site-description {
    display: inline-block;
    width: 75%;
    margin-top: 25px;
    margin-bottom: 50px;
}

/**********************************************************************************************************************/
.main #link-field {
    width: 100%;
    height: 60px;
    padding-left: 35px;
    border: 1px solid #ECECEC;
    border-radius: 9px;
    outline: none;
    transition: .3s;
}

.main #link-field::placeholder {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
}

.main #link-field:focus {
    -webkit-box-shadow: 0 0 4px 0 #227AFF;
    box-shadow: 0 0 4px 0 #227AFF;
}

.input-block {
    position: relative;
}

.input-block #cut-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 185px;
    height: 48px;
    background-color: #227AFF;
    outline: none;
    border: none;
    border-radius: 9px;
    color: #ffffff;
    transition: .3s;
    line-height: 16px;
}

.input-block #cut-button .link-cut {
    line-height: 16px;
}


.input-block #close-button {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 18px;
    left: 6px;
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    transition: .3s;
    padding: 0;
    background-color: transparent;
}

.input-block #close-button img {
    margin: unset;
}

.input-block #copy-tooltip {
    display: none;
    position: absolute;
    top: -30px;
    right: 25px;
    color: #227AFF;
}

.input-block button span {
    margin-bottom: unset;
}

.input-block button .link-cut {
    display: block;
}

.input-block button .link-copy {
    display: none;
    line-height: 16px;
}

.input-block button.link-was-cut .link-cut {
    display: none;
}

.input-block button.link-was-cut .link-copy {
    display: block;
}

.input-block button img {
    margin-left: 10px;
}

.input-block button:hover {
    cursor: pointer;
    border-radius: 0;
}

.input-block button:active {
    transform: scale(0.95);
}

.error-box {
    height: 30px;
}

#error {
    color: red;
}

.faq-block {
    margin-top: 40px;
}

.after-cut-block {
    display: none;
}

.after-cut-block h3 {
    font-size: 22px;
}

.after-cut-block .after-cut-link-box {
    margin-top: 15px;
}

.after-cut-block .after-cut-share {
    margin-top: 45px;
}

.after-cut-block .after-cut-qr {
    margin-top: 40px;
}

.after-cut-block #qrcode img {
    width: 185px;
    height: 185px;
}

.qr-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#qrCopy {
    padding-left: 20px;
}

#qrCopy .radio-box {
    width: 85px;
    height: 85px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(34, 122, 255, 0.1);
    border-radius: 10px;
    padding: 8px 10px 8px 15px;
}

#qrCopy .radio-box div {
}

#qrCopy .radio-box label {
    margin-bottom: 0;
}

#qrCopy .download-buttons button {
    border: none;
    outline: none;
    background-color: #ffffff;
    padding: 0;
}

#qrCopy .download-buttons button:hover {
    cursor: pointer;
}

/**********************************************************************************************************************/

.footer {
    height: 65px;
    margin-top: 300px;
    background-color: #FAFAFA;
}

.footer .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.lang-switcher ul{
    position: relative;
    right: 10px;
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
}

.lang-switcher ul li{
    font-family: 'Lato', 'sans-serif';
    font-size: 14px;
    display: inline-block;
}

.lang-switcher ul li:hover{
    cursor: pointer;
}

.selected{
    color: #227aff;
    font-weight: 600;
}

/****************************************************** MEDIA *********************************************************/
/****************************************************** MEDIA *********************************************************/
/****************************************************** MEDIA *********************************************************/

@media (max-width: 576px) {
    .header {
        margin-top: 25px;
    }

    .header .site-description {
        margin-bottom: 30px;
        width: 100%;
    }

    .input-block #cut-button {
        position: relative;
        width: 100%;
        margin-top: 15px;
        right: 0;
    }

    .input-block #copy-tooltip {
        width: 100%;
        text-align: center;
        right: 0;
    }

    .after-cut-block h3 {
        font-size: 18px;
    }

    .after-cut-block .after-cut-share {
        text-align: center;
        margin-top: 30px;
    }

    .after-cut-block .after-cut-qr {
        text-align: center;
        margin-top: 30px;
    }

    .after-cut-block .after-cut-qr h3 {
        font-size: 18px;
    }

    .qr-box {
        flex-direction: column;
    }

    #qrCopy {
        margin-top: 20px;
        padding-left: unset;
    }

    #qrCopy .radio-box {
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    #qrCopy .radio-box div {
        padding: 0 5px;
    }

    .footer {
        margin-top: 50px;
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
    }
}

@media (max-width: 768px) {
    .footer .container {
        justify-content: center;
    }

    .footer img, .footer .social-networks {
        display: none;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 850px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 920px;
    }
}