@media (min-width: 1200px) {
    .container {
      max-width: 1480px;
    }
}

html,
body {
  height: 100%;
}

button:focus {
    outline: none!important;
}

body {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: #262626;
    line-height: 30px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

header {
    padding: 40px 0;
}
@media(max-width: 768px) {
    header {
        padding: 0 0 10px 0;
        box-shadow: 0px 2px 10px grey;
    }
}

.logo {
    margin-right: 0px;
}

.logo img {
    max-width: 180px;
}

@media(max-width: 996px) {
    .logo {
        display: flex;
        justify-content: center;
    }
}
@media(max-width: 768px) {
    .logo {
        padding: 10px 0;
        margin-right: 0;
        margin-left: auto;
    }

    footer .logo {
        margin-left: 0;
    }
}


a {
    display: inline-block;
}


header a {
  color: #262626;
  font-size: 15px; 
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  transition: all 0.3s;
}
header a:not([href]) {
    text-decoration: none;
    cursor: default;
    color: #4086D5;
}
header a:not([href]):hover {
    text-decoration: none;
    color: #4086D5;
}
header a:hover,
header a:active {
    color: #4086D5;
    text-decoration: none;
    transition: all 0.3s;
}

.background-gradient {
    background: linear-gradient(to right, #7C99FF, #7A79E5, #605FE4);
    color: #FFF;
}

header nav {
    display: flex;
    align-items:center;
    gap: 32px;
}
@media(max-width: 1301px) {
    header nav {
        flex-wrap: wrap;
    }
}

header ul {
    margin-left: 0;
    gap: 16px;
}

header ul li {
    position: relative;
}

/* header ul li:after {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 30px;
    color: #7C99FF;
} */
@media(max-width: 460px) {
    header ul li:after {
        display: none;
    }
}

header ul li a {
    padding: 12px 18px;
}
@media(max-width: 992px) {
    /* header ul li:first-child a {
        padding-left: 0;
    } */
}
@media(max-width: 460px) {
    /* header ul li:first-child a {
        padding-left: 10px;
    } */
}

header .sub-nav {
    display: flex;
    align-items: center;
}
@media(max-width: 1199px) {
    header .sub-nav {
        margin-left: auto;
    }
}
@media(max-width: 768px) {
    header .sub-nav {
        margin: 0;
        width: 100%;
        justify-content: space-between;
    }
}
@media(max-width: 364px) {
    header .sub-nav {
        margin: 0;
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap-reverse;
    }
}

.rectangle {
    height: 3px;
    width: 224px;
    background-color: #62ABF4;
    margin-left: 0px;
    width: 100%;
}
footer .rectangle {
    background-color: #1F3851;
}
@media(max-width: 1303px) {
    .rectangle {
        display: none;
    }
}

.rectangle2 {
    height: 3px;
    width: 440px;
    background-color: #7C99FF;
    margin-right: 80px;
}
@media(max-width: 1217px) {
    .rectangle2 {
        display: none;
    }
}

.nav__list {
    display: flex;
    align-items: center;
    margin-left: 0;
    gap: 16px;
    width: 100%;
}
@media(max-width: 1199px) {
    .nav__list {
        order: 2;
        margin: 0 auto;
    }
}
@media(max-width: 768px) {
    .nav__list ul {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    header .nav__list ul a {
        width: 100%;
    }
}
@media(max-width: 460px) {
    .nav__list {
        width: 100%;
        margin: 0;
    }

    .nav__list ul {
        flex-direction: column;
        width: 100%;
        text-align: left;
    }
}

.mobile-nav {
    display: none;
    position: absolute;
    width: 30px;
    height: 20px;
    left: 15px;
    top: 20px;
    z-index: 10;
}
@media (max-width: 768px) {
    .mobile-nav {
        display: block;
    }
}
.mobile-nav::before,
.mobile-nav::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    background: #444;
    transition: .3s;
}
.mobile-nav::after {
    bottom: 0;
}
.mobile-nav span {
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    background: #444;
    top: calc(50% - 1px);
    transition: .3s;
}

.nav-toggle.mobile-nav::before {
    transform: rotate(45deg);
    top: 9px;
}
.nav-toggle.mobile-nav::after {
    transform: rotate(-45deg);
    bottom: 8px;
}
.nav-toggle.mobile-nav span {
    opacity: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

h2 {
    font-weight: 600;
    font-size: calc(20px + 16 * (100vw / 1480));
    line-height: 30px;
    position: relative;
    text-align: left;
    margin-bottom: 32px;
}
@media (max-width: 1200px) {
    h2 {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    h2 {
        font-size: calc(20px + 16 * ((100vw - 320px) / 1480));
    }
}

h2::after {
    position: absolute;
    content: attr(data-title);
    color: rgba(0, 0, 0, 0.1);
    font-size: 1.4em;
    left: 25px;
    bottom: 16px;
    white-space: nowrap;
    display: none;
}
@media (max-width: 1324px) {
    h2::after {
        font-size: 1.35em;
    }
}
@media (max-width: 1200px) {
    h2::after {
        font-size: 1.2em;
    }
}
@media (max-width: 991px) {
    h2::after {
        display: none;
    }
}

h2.--different-text-color::after {
    color: rgba(255, 255, 255, 0.1);
}

h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 80px;
}

.header-wrapper {
    display: flex;
    justify-content: center;
}

.header-tel {
    position: relative;
    color: #000;
    padding-left: 24px;
    margin-left: 34px;
    margin-right: 32px;
    white-space: nowrap;
}
@media(max-width: 1324px) {
    .header-tel {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media(max-width: 768px) {
    .header-tel {
        margin-left: 0;
    }
}

.header-tel::before {
    position: absolute;
    content: " ";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.81556 6.05889C3.93556 8.26 5.74 10.0567 7.94111 11.1844L9.65222 9.47333C9.86222 9.26333 10.1733 9.19333 10.4456 9.28667C11.3167 9.57444 12.2578 9.73 13.2222 9.73C13.65 9.73 14 10.08 14 10.5078V13.2222C14 13.65 13.65 14 13.2222 14C5.91889 14 0 8.08111 0 0.777778C0 0.35 0.35 0 0.777778 0H3.5C3.92778 0 4.27778 0.35 4.27778 0.777778C4.27778 1.75 4.43333 2.68333 4.72111 3.55444C4.80667 3.82667 4.74444 4.13 4.52667 4.34778L2.81556 6.05889Z' fill='%23262626'/%3E%3C/svg%3E");
    width: 14px;
    height: 14px;
}

.header-button {
    padding: 9px 0;
    background: #7C99FF;
    min-width: 180px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    transition-duration: 0.3s;
}

.header-button:hover,
.header-button:active,
.header-button:focus {
    background: #fff;
    color: #262626;
    border: 1px solid #7C99FF;
}

main {
    flex: 1 0 auto;
}

.text-aling-center {
    text-align: center;
}

.main-link {
    display: inline-block;
    color: #262626;
    border-radius: 40px;
    background: #FBD449;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 20px;
    min-width: 180px;
    text-align: center;
}
@media(max-width: 991px) {
    a.main-link {
        display: flex;
        justify-content: center;
    }
}
@media(max-width: 768px) {
    a.main-link {
        margin-bottom: 20px;
    }
}

.main-link:hover,
.main-link:active,
.main-link:focus {
    background: rgba(251, 212, 73, 0.5);
    text-decoration: none;
    color: #262626;
    transition-duration: 0.3s;
}

.wrapper-center {
    text-align: center;
}

.--different-text-color {
    color: #FFF;
}

section {
    padding: 60px 0;
}
@media(max-width: 768px) {
    section {
        padding: 20px 0;
    }
}

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

.color-section {
    padding: 80px 0;
}
@media(max-width: 991px) {
    .color-section {
        padding: 40px 0;
    }
}

.big-section {
    padding: 217px 0;
}
@media(max-width: 1200px) {
    .big-section {
        padding: 40px 0;
    }
}

section p {
    font-weight: 300;
    margin-bottom: 32px;
}
@media(max-width: 768px) {
    section p {
        margin-bottom: 1.5em;
    }
}

.img-wrapper {
    position: absolute;
}
@media(max-width: 991px) {
    .img-wrapper {
        position: static;
    }
}
@media(max-width: 768px) {
    .img-wrapper {
        margin-bottom: 20px;
    }
}

.img-wrapper__vertical-rectangle {
    position: absolute;
}
@media(max-width: 996px) {
    .img-wrapper__vertical-rectangle {
        position: static;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    .img-wrapper__vertical-rectangle img {
        max-width: 50%;
    }
}
@media(max-width: 768px) {
    .img-wrapper__vertical-rectangle img {
        max-width: 100%;
    }
}

.img-wrapper__vertical-rectangle::after {
    position: absolute;
    content: " ";
    top: 0;
    right: -60px;
    width: 3px;
    height: 100%;
    background-color: #FFF;
    mix-blend-mode: difference;
    
}
@media(max-width: 991px) {
    .img-wrapper__vertical-rectangle:before,
    .img-wrapper__vertical-rectangle:after {
        display: none;
    }
}
.--padding-section-4 {
    padding: 80px 0 164px;
}
@media(max-width: 1200px) {
    .--padding-section-4  {
        padding: 40px 0;
    }
}
@media(max-width: 991px) {
    .--padding-section-4 p {
        text-align: center;
        margin-bottom: 2.5em;
    }
}

.--padding-left-text {
    padding-left: 80px;
}
@media(max-width: 991px) {
    .--padding-left-text {
        padding-left: 0px;
        text-align: center;
        margin-bottom: 0;
    }
}

.--padding-right-img {
    padding-right: 65px;
}

footer {
    flex: 0 0 auto;
    background: #262626;
}

footer a {
    color: inherit;
    text-decoration: none;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: inherit;
}

footer a:not([href]) {
    cursor: default;
}

footer a:not([href]) {
    color: #FFF;
}

footer a:not([href]):hover {
    color: #FFF;
}


footer ul li a {
    font-weight: 600;
    font-size: 15px;
    padding: 12px 18px;
    color: #FFF;
    transition: all 0.3s;
}
footer ul li a:hover {
    color: #4086D5;
    text-decoration: none;
    transition: all 0.3s;
}
@media(max-width: 991px) {
    footer ul li a {
        padding: 10px 20px;
    }
}

/* footer ul li:first-child a {
    padding-left: 0;
} */

.footer-nav {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-nav ul {
    width: 100%;
    gap: 16px;
}

.footer-nav ul {
    white-space: nowrap;
}
@media(max-width: 1200px) {
    .footer-nav {
        padding: 60px 0;
    }
}
@media(max-width: 991px) {
    .footer-nav {
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .footer-nav ul {
        order: 2;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }

    .reserved {
        margin-left: auto;
    }
}
@media(max-width: 768px) {
    /* .footer-nav {
        flex-direction: column;
    } */
}
@media(max-width: 364px) {
    .footer-nav ul {
        flex-direction: column;
        width: 100%;
    }

    .footer-nav ul li {
        text-align: center;
    }

    .footer-nav ul li a {
        width: 100%;
    }

}

.--footer-padding {
    padding: 201px 0 0 0;
}
@media(max-width: 1200px) {
    .--footer-padding {
        padding: 80px 0 0 0;
    }
}
@media(max-width: 991px) {
    .--footer-padding {
        padding: 0;
    }
}

/*                  Contacts                    */

.contacts-info {
    padding: 184px 14px;
    text-align: left;
}
@media(max-width: 1200px) {
    .contacts-info {
        padding: 60px 14px;
    }
}
@media(max-width: 768px) {
    .contacts-info {
        padding: 20px 14px;
        margin-bottom: 20px;
    }
    .contacts-info p {
        margin-bottom: 0;
    }
}

.map-block_wrap {
    height: 100%;
}
@media(max-width: 768px) {
    .map-block_wrap {
        padding: 0 20px;
        min-height: 400px;
    }
}

.map-block {
    padding-left: 0px;
    border-radius: 16px;
}
@media(max-width: 991px) {
    .map-block {
        padding-left: 0;
    }
}

/*                  Video-instruction                    */

.--align-left {
    justify-content: left;
}

.text-instruction {
    display: flex;
    align-items: center;
    justify-content: center;
}

.--allign-center-block {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.text-instruction p {
    display: inline-block;
    margin-right: 80px;
    margin-bottom: 0;
}

.video-wrap video {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 40px;
}
@media(max-wdith: 991px) {
    .video-wrap {
        margin-bottom: 40px;
    }
}
@media(max-width: 768px) {
    .header-wrapper.--align-left {
        justify-content: center;
    }
}

/*                  Personal-cabinet                    */
@media(max-width: 1217px) {
    .header__personal-cabinet .nav__list {
        margin: 0;
        margin-left: auto;
    }
}
@media(max-width: 991px) {
    .header__personal-cabinet {
        padding: 20px 0;
    }
    .header__personal-cabinet nav{
        align-items: flex-start;
    }
    .header__personal-cabinet .nav__list {
        flex-direction: column-reverse;
        margin: 0;
        margin-left: auto;
    }
}
@media(max-width: 768px) {
    .header__personal-cabinet .logo {
        margin-left: 0;
        margin-right: auto;
        padding-left: 0;
    }
}
@media(max-width: 430px) {
    .header__personal-cabinet nav {
        flex-direction: column;
        align-items: center;
    }
    .header__personal-cabinet .logo {
        margin-right: 0;
    }
    .header__personal-cabinet .nav__list {
        margin-left: 0;
    }
}

.user-info {
    margin-right: 77px;
}
@media(max-width: 991px) {
    .user-info {
        margin-right: 0;
    }
}

.user-info p {
    margin-bottom: 3px;
}

.personal-cabinet_section {
    background: #FAFAFA;
    position: relative;
    height: 100%;
}
.personal-cabinet_section::before {
    content: " ";
    position: absolute;
    width: 2px;
    top: 0;
    left: 30%;
    height: 100%;
    background: #E9E9E9;
}
@media(max-width: 1200px) {
    .personal-cabinet_section::before {
        display: none;
    }
}

.info-block {
    background: #FFF;
    padding: 20px;
}

.personal-cabinet__form {
    display: flex;
    flex-direction: column;
}

.personal-cabinet__form p {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    max-width: 550px
}

.input-wrap .password-input {
    max-width: 368px;
    width: 100%;
    margin-right: 14px;
}
@media(max-width: 768px) {
    .input-wrap .password-input {
        max-width: 100%;
        margin-bottom: 26px;
    }
}

.personal-cabinet__form input {
    padding: 0;
}

.change-password-btn {
    min-width: 163px;
    border: 1px solid #7C99FF;
    border-radius: 40px;
    line-height: 30px;
    background: #7C99FF;
    color: #FFF;
    transition-duration: 0.3s;
}
@media(max-width: 768px) {
    .change-password-btn {
        width: 100%;
    }
}

.change-password-btn:hover,
.change-password-btn:active,
.change-password-btn:focus {
    background: #FFF;
    color: #262626;
    border: 1px solid #7C99FF;
}

.breadcrumb {
    list-style-type: none;
    margin-bottom: 20px;
}

.breadcrumb li {
    position: relative;
}

.breadcrumb li:after {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 30px;
    color: #262626;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb li a {
    padding: 0 18px 0 10px;
    font-size: 20px;
    color: #262626;
    line-height: 30px;
}
@media(max-width: 768px) {
    .breadcrumb li a {
        font-size: 18px;
    }
}

.breadcrumb li:first-child a {
    padding-left: 0;
}

.breadcrumb a:not([href]) {
    text-decoration: underline;
    cursor: default;
}
.breadcrumbr a:not([href]):hover {
    text-decoration: underline;
}

.table-wrap {
    overflow-x: auto;
}

.table {
    width: 100%;
}
@media(max-width: 768px) {
    .table {
        width: 700px;
    }
}

.table tr {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    transition: all 0.3s;
}

.table td {
    padding: 10px 0;
}

.table th {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.table a {
    color: #262626;
    text-decoration: underline;
}

/*                  Tabs                    */

.tabs__nav {
    padding: 30px 40px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    max-width: 260px;
}
@media(max-width: 991px) {
    .tabs__nav {
        padding: 20px 20px;
        margin-bottom: 20px;
        max-width: 100%;
        flex-direction: row;
    }
}

.tabs__nav-btn {
    display: inline-block;
    border: 0;
    background: none;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}
@media(max-width: 991px) {
    .tabs__nav-btn {
        margin-bottom: 0px;
        margin-left: 15px;
    }
}
.tabs__nav-btn:hover::before {
    position: absolute;
    display: block;
    content: " ";
    bottom: -8px;
    width: 87px;
    height: 3px;
    background: #E9E9E9;
}

.tabs__nav-btn:focus {
    outline: none;
}

.tabs__nav-btn.active::before {
    position: absolute;
    display: block;
    content: " ";
    bottom: -8px;
    width: 87px;
    height: 3px;
    background: #7C99FF;
} 

.tabs__item {
    display: none;
}

.tabs__item.active {
    display: block;
}

/*                  Log-in                   */

.log-in__back-drop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    left: 0;
    overflow: hidden;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 50;
}

.log-in__back-drop.active {
    opacity: 1;
    visibility: visible;
    
}

.log-in__window {
    position: absolute;
    top: 0;
    right: -100%;
    padding: 30px 30px 10px 30px;
    background: #FFF;
    width: 0;
    min-height: 100%;
    max-width: 674px;
    z-index: 51;
    display: none;
    
}
@media(min-height: 840px) {
    .log-in__window {
        height: 100%;
        position: fixed;
    }
}
@media(max-width: 768px) {
    .log-in__window {
        padding: 30px 32px;
    }
}
@media(max-width: 425px) {
    .log-in__window {
        padding: 15px 17px;
    }
}

.log-in__window.active {
    max-width: 674px;
    width: 100%;
    min-height: 100%;
    right: 0px;
    display: block;
    position: fixed;
    overflow: auto;
}
@media(min-height: 840px) {
    .log-in__window.active {
        height: 100%;
        position: fixed;
        
    }
}

.log-in__window h2 {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-weight: 600;
    position: relative;
    margin-bottom: 60px;
    padding-left: 76px;
}
@media(max-width: 768px) {
    .log-in__window h2 {
        margin-bottom: 30px;
    }
}
@media(max-width: 425px) {
    .log-in__window h2 {
        padding-left: 46px;
    }
}
@media(max-width: 337px) {
    .log-in__window h2 {
        order: 2;
    }
    .registration .log-in-form__wrapper h2 {
        order: 0;
    }
}

.log-in__window h2::before {
    position: absolute;
    content: " ";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/icon-human.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

.close-btn {
    min-width: 26px;
    height: 26px;
    padding: 0;
    background-color: transparent;
    background-image: url("../images/cross-btn-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}
@media(max-width: 337px) {
    .close-btn {
        margin-left: auto;
    }
}
@media(max-width: 425px) {
    .question .close-btn {
        margin-left: auto;
    }
}

.log-in__window h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px;
}

.form-string {
    display: flex;
    flex-direction: column;
}

.form-string input {
    border: 1px solid #262626;
}

.log-in__window label {
    margin-bottom: 0;
}

.form-string label {
    font-size: 14px;
    line-height: 30px;
}

.log-in__window .form-string input{
    padding: 10px;
}

.form-btn {
    display: block;
    max-width: 100%;
    width: 100%;
    color: #262626;
    background: #FBD449;
    border: 1px solid #FBD449;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 0;
    text-align: center;
    transition-duration: 0.3s;
}

.form-btn:hover,
.form-btn:active,
.form-btn:focus {
    background: rgba(251, 212, 73, 0.5);
    border-color: rgba(251, 212, 73, 0.5);
    text-decoration: none;
    color: #262626;
}

.different-form-btn {
    background: #FFF;
    border: 1px solid #262626;
}
.different-form-btn:hover,
.different-form-btn:active,
.different-form-btn:focus {
    background: #E3E3E3;
    border-color: #262626;
}

.log-in-link {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #262626;
    border-bottom: 2px solid #262626;
}
@media(max-width: 425px) {
    
    .log-in-link {
        width: 100%;
        text-align: center;
    }
}

.log-in-link:hover,
.log-in-link:active,
.log-in-link:focus {
    border-bottom: 2px solid #FBD449;
    text-decoration: none;
    color: #262626;
}

.log-in-form__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
@media(max-width: 768px) {
    .log-in-form__wrapper {
        margin-bottom: 10px;
    }
}
@media(max-width: 425px) {
    .log-in-form__wrapper {
       flex-wrap: wrap;
    }
}

.log-in-form__wrapper h2 {
    margin-bottom: 0;
}

.log-in-form__wrapper p {
    margin-bottom: 0;
}
@media(max-width: 425px) {
    .log-in-form__wrapper p {
        width: 100%;
    }
}

hr {
    border: 1px solid #262626;
    margin: 32px 0;
    width: 100%;
    border-bottom: none;
}

.form-checkbox {
    position: relative;
    padding-left: 42px;
    cursor: pointer;
}
@media(max-width: 425px) {
    .form-checkbox {
        padding-left: 0px;
    }
}

.form-checkbox__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-checkbox__checkbox-icon {
    position: absolute;
    margin-left: -42px;
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #262626;
}

.form-checkbox__input:checked + .form-checkbox__checkbox-icon {
    background-image: url("../images/checkbox-icon.svg");
    background-position: center;
}


.star-icon {
    color: #FBD449;
    size: 14px;
}

.--display-none {
    display: none;
}

.--small-margin-bottom {
    margin-bottom: 0;
}
.--small-margin-bottom:last-of-type {
    margin-bottom: 15px;
}
@media(max-width: 768px) {
    .--small-margin-bottom {
        margin-bottom: 10px;
    }
}


/*                  çhat-btn                   */

.btn-chat-container {
    position: fixed;
    bottom: 70px;
    right: 5%;
}

.btn-chat-wrap {
    position: relative;
}

.btn-chat {
    background: #9A99FF url("../images/forum.svg") center center no-repeat;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    animation: chat-rotate 1s infinite alternate linear;
}

.btn-chat-circle {
    height: 70px;
    width: 70px;
    border: 6px solid rgba(255, 255, 255, 0.4);
    border-radius: 60px;
}

.btn-chat-circle2 {
    position: absolute;
    height: 70px;
    width: 70px;
    border: 6px solid rgb(232, 232, 232);
    opacity: 0.4;
    top: 0;
    border-radius: 60px;
    animation: chat-circle 2s infinite ease-out;
}



@keyframes chat-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(20deg);
    }
}

@keyframes chat-circle {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.6);
        opacity: 1;
        border: 1px solid rgb(232, 232, 232);
    }
}

.log-in__window .question-h2{
    text-align: left;
    text-transform: none;
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .log-in__window .question-h2{
        padding-left: 50px;
    }
}
@media(max-width: 425px) {
    .log-in__window .question-h2{
        order: 2;
    }
}


.form-string {
    min-height: 100px;
}


/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
display: none;
}
details :focus {
    outline: 0;
}
/* Firefox */
details, summary {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
details summary:before {
content: "";
}
details[open] summary:before {
content: "";
}
summary {
    text-decoration: underline;
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

.question .log-in-form__wrapper {
    margin-bottom: 0;
}


.blue-btn {
    border-radius: 24px;
    padding: 12px 24px;
    background: linear-gradient(270deg, #1D60B5 0%, #62ABF4 100%);
    position: relative;
    border: none;
    width: 100%;
    text-align: center;
}

.blue-btn span {
    position: relative;
    z-index: 3;
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
}

.blue-btn:hover {
    color: #fff;
    text-decoration: none;
}

.blue-btn::after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #4086D5;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s;
}

.blue-btn:focus::after {
    border: 2px solid #62ABF4;
    background: #1D60B5;
    opacity: 1;
}

.blue-btn:active::after {
    background: #62ABF4;
    opacity: 1;
}

.blue-btn:disabled::after {
    background: #B3B3B3;
    opacity: 1;
}

.blue-btn:hover::after {
    opacity: 1;
    transition: all 0.3s;
}

.section_diff-color {
    background: url('../images/union.svg'), linear-gradient(270deg, #7D32D9 0%, #B07FEC 80%);
    background-repeat: no-repeat;
    background-position: 5% 80%;
    color: #FFF;
}

.section_diff-color hr {
    border-color: #FFF;
}

.section_diff-color h2 {
    color: #FFF;
}


.column-list {
    display: flex;
    justify-content: space-between;
    padding-right: 60px;
}

.column-list li ul {
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    padding-left: 22px;
}

.list-header {
    font-weight: 700;
    font-size: 16px;
}

.list-header--small-margin {
    margin-bottom: 5px;
    white-space: nowrap;
}

.big-paragraph {
    font-size: 18px;
    font-weight: 700;
}

.border-radius-img {
    border-radius: 16px;
}

.gray-section {
    background-color: #F6F7F8;
}

.gray-section hr {
    border-color: #262626;
    opacity: 0.2;
}

.wrapper {
    display: flex;
    gap: 32px;
}

.list {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    padding-left: 22px;
}

.about-program-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

.column-list--about-program {
    padding-right: 0;
    gap: 10px;
    width: 50%;
}

.img_object-fit {
    object-fit: contain;
}

.reserved {
    color: #FFF;
    white-space: nowrap;
}

.fancybox-content {
    padding: 32px;
}

.fancybox-button svg path {
    fill: rgba(64, 134, 213, 1);
}

.fancybox-slide--html .fancybox-close-small {
    right: 20px;
    top: 24px;
}

.cards_download {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.cards_download__item {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #F7F7F8;
    padding: 32px;
    gap: 32px;
}

.cards_download__item--school {
    color: #fff;
    background: linear-gradient(270deg, #7D32D9 0%, #B07FEC 100%);
}

.cards_download__item--college {
    color: #fff;
    background: linear-gradient(270deg, #1D60B5 0%, #62ABF4 100%);
}

.cards_download__item ul {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    padding-left: 32px;
}

.cards_download__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.cards_download__item .list-header {
    margin-bottom: 16px;
}

.cards_download__link {
    height: 32px;
    padding: 0 16px;
}

.product_descr {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

.strike {
    color: #8E8E8E;
    text-decoration: line-through;
}

.licence-btn {
    padding: 0 16px;
    background: #fff;
    border-radius: 16px;
    color: #4086D5;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
    height: 32px;
    width: 100%;
}

.licence-btn:hover {
    background: #F5F5F5;
    transition: all 0.3s;
    text-decoration: none;
}

.licence-btn:focus {
    border: 2px solid #62ABF4;
    background: #1D60B5;
    transition: all 0.3s;
}

.licence-btn:active {
    background: #62ABF4;
    transition: all 0.3s;
}


.cards_download__link.blue-btn span{
    font-size: 14px;
    font-weight: 400;
}

.cards_download_version-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.cards_download__benefits {
    height: 100%;
}

.licence-btn_icon {
    display: inline-block;
    background: url('../images/vpn-key.svg');
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.white-btn {
    padding: 12px 24px;
    background: #fff;
    line-height: 24px;
    border-radius: 24px;
    color: #4086D5;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
    max-width: 180px;
}

.white-btn:hover {
    background: #F5F5F5;
    transition: all 0.3s;
    text-decoration: none;
}

.white-btn:focus {
    border: 2px solid #62ABF4;
    background: #1D60B5;
    transition: all 0.3s;
}

.white-btn:active {
    background: #62ABF4;
    transition: all 0.3s;
}

@media(max-width: 425px) {
    span.reserved {
        order: 3;
        margin: 0 auto;
        margin-top: 20px;
    }

    footer .logo {
        margin: 0 auto;
    }
}

.gray-block {
    border-radius: 16px;
    background: #F7F7F8;
    padding: 32px;
    height: 100%;
}

.contacts-info p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contacts-info .big-paragraph {
    font-weight: 700;
}

.download-link {
    padding: 6px 16px;
    padding-left: 36px;
    position: relative;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 16px;
    background: #F6F7F8;
    color: #262626;
    transition: all 0.3s;
}

.download-link::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/doc-icon.svg') no-repeat;
}

.download-link:hover {
    color: #4086D5;
    text-decoration: none;
    transition: all 0.3s;
}

.download-link:active {
    background-color: #fff;
}

.doc-header {
    color: #262626;
    margin-bottom: 16px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.fw-400 {
    font-weight: 400;
    margin-bottom: 16px;
}

.popupApplicationInput input#key {
    text-align: center;
}

.incorrect-key {
    color: #C93E4B;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    width: 100%
}

.key-mask {
    color: #262626;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25em;
}

.key-btn {
    width: 100%;
    background: linear-gradient(270deg, #7D32D9 0%, #B07FEC 100%);
    border-radius: 16px;
    text-align: center;
    color: #fff;
    border: none;
    margin-top: 16px;
    align-items: center;
}

.key-btn.empty {
    background: #B3B3B3;
    cursor: default;
    pointer-events: none;
}

.key-btn.empty:hover {
    background: #B3B3B3;
    cursor: default;
}

.key-btn:hover {
    background: #7D32D9;
}

.key-mask.incorrect {
    border-color: rgba(201, 33, 50, 1);
    border-width: 2px;
}

.key-mask.correct {
    border-color: #3BB51D;
    border-width: 2px;
}

.correct-text, .incorrect-text, .overdue-text {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.correct-text {
    color: #3BB51D;
}

.incorrect-text {
    color: rgba(201, 33, 50, 1);
}

.overdue-text {
    color: rgba(201, 33, 50, 1);
}

.download-software {
    background: linear-gradient(270deg, #1D60B5 0%, #62ABF4 100%);
    display: block;
    border-radius: 16px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.download-software span {
    color: #FFF;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
}

.download-software:hover,
.download-software:active {
    background: #1D60B5;
    text-decoration: none;
}

.download-software::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/windows.svg');
    margin-right: 5px;
    z-index: 3;
}

.download-software {
    border-radius: 24px;
    padding: 6px 24px;
    background: linear-gradient(270deg, #1D60B5 0%, #62ABF4 100%);
    position: relative;
    border: none;
    width: 100%;
    text-align: center;
}

.download-software span {
    position: relative;
    z-index: 3;
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
}

.download-software::after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #4086D5;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s;
}

.download-software:focus::after {
    border: 2px solid #62ABF4;
    background: #1D60B5;
    opacity: 1;
}

.download-software:active::after {
    background: #62ABF4;
    opacity: 1;
}

.download-software:disabled::after {
    background: #B3B3B3;
    opacity: 1;
}

.download-software:hover::after {
    opacity: 1;
    transition: all 0.3s;
}

/* .download-software:focus::before {
    border: 2px solid #62ABF4;
    background: #1D60B5;
    opacity: 1;
}

.download-software:active::before {
    background: #62ABF4;
    opacity: 1;
}

.download-software:disabled::before {
    background: #B3B3B3;
    opacity: 1;
}

.download-software:hover::before {
    opacity: 1;
    transition: all 0.3s;
} */

.support-block {
    display: none;
}

.support-block hr {
    margin-top: 16px;
    margin-bottom: 16px;
    background: #B3B3B3;
    border: none;
    height: 1px;
}

.support-block .btn-request {
    max-width: 100%;
    padding: 6px 0;
}

.support-block .btn-request span {
    font-size: 14px;
}
