.button {
    background: #064684;
    border-radius: 60px;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
    border: 1px solid #064684;
    height: 48px;
    
    padding: 13px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    
    text-transform: uppercase;
    
    -webkit-transition: 0.4s all;
    
    -o-transition: 0.4s all;
    
    transition: 0.4s all;
}
.button:hover {
    color: #064684;
    background: #fff;
}


.title {
    max-width: 775px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.subtitle {
    margin-top: 20px;
    max-width: 587px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 21.5172px;
    line-height: 29px;
    color: #FFFFFF;
}


/* lAYOUT */
.layout {
    position: relative;
}
.layout__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    height: 100%;
    -webkit-filter: brightness(60%);
            filter: brightness(60%); 
}
.layout__wrapper {
    max-height: 100vh;
    height: 768px;
    padding: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.layout__content {
    position: relative;   
}
.layout_svg {
    position: absolute;
    top: 139px;
    left: 503px;
}
.layout_cards {
    position: absolute;
    bottom: -80px;
    padding: 0 50px 20px;
    
    
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
}
.layout_cards-up {
    
    display: -ms-grid;
    
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
        grid-template: auto / repeat(3, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    border-bottom: 1px solid #CAD6DF;
}
.layout_card {
    padding-top: 28px;
    padding-bottom: 25px;
    border-right: 1px solid #CAD6DF;   
}
.layout_card:nth-last-child(1) {
    border-right: unset;   
}
.layout_card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
}
.layout_card-title span {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;   
}
.layout_card-text {
    margin-top: 10px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8C8989;
}

/* layoutForm */
.layoutForm {
    margin-top: 18px;   
}
.layoutForm-data {
    width: 100%;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
}
.layoutForm-data input {
    height: 48px;
    
    padding: 0 20px;
    
    border: none !important;
    outline: none !important;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F4F3F3;
    border-radius: 50px;
    
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #151515;
}
.layoutForm-data input::-webkit-input-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6F6F6F;   
}
.layoutForm-data input::-moz-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6F6F6F;   
}
.layoutForm-data input:-ms-input-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6F6F6F;   
}
.layoutForm-data input::-ms-input-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6F6F6F;   
}
.layoutForm-data input::placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6F6F6F;   
}
.layoutForm-data select {
    height: 48px;
    cursor: pointer;
    
    padding: 0 20px;
    
    border: none !important;
    outline: none !important;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F4F3F3;
    border-radius: 50px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6F6F6F;
    
    -webkit-appearance: none;
    
       -moz-appearance: none;
    
            appearance: none;
}
.layoutForm-data select option {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #151515;
}
@media screen and (max-width: 992px) {
    .layout_cir {
        display: none;
    }
    .layout_cards {
        bottom: -110px;
    }
}
.layout__subtitle {
    margin-top: 4px;
}
.layout__button {
    margin-top: 26px;   
}

/* Menu */
.menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: #ffffff;
}
.menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1220px;
    padding: 20px 0;
    margin: 0 auto;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 58px;
       -webkit-column-gap: 58px;
          column-gap: 58px;
}
.menu__list li {
  list-style: none;
}
.menu__item {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #151515;
    
    -webkit-transition: 0.4s all;
    
    -o-transition: 0.4s all;
    
    transition: 0.4s all;
}
.menu__item:hover {
    color: var(--main-color);
    text-decoration: none;
}
.menu__phone a {
    outline: none !important;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #151515;
    
    -webkit-transition: 0.4s all;
    
    -o-transition: 0.4s all;
    
    transition: 0.4s all;
}
.menu__phone a.mail {
    margin-top: 6px;
    text-transform: lowercase;   
}
.menu__phone a:hover {
    text-decoration: none;
    color: var(--main-color);
}
.menu__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}
.menu__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;   
}
.menu__logo img {
    height: 80px;
}

/* Burger */
.burger {
    display: none;
    height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 10;
    cursor: pointer;   
}
.burger span {
    display: block;
    width: 30px;
    height: 4px;
    background: var(--main-color);
    border-radius: 10px;
}
.burger-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
            box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}

.burger-menu.active {
  right: 0;
}

.burger-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    list-style: none;
    padding: 20px;
}

.burger-menu ul li {
  margin-bottom: 10px;
}
.burger-menu__item {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;

    letter-spacing: 0.02em;
    text-transform: uppercase;
    
    color: #151515;    
}
.burger-menu__item:hover {
    color: #92000A;
    text-decoration: none;
}
.burger-menu__close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;   
}
@media screen and (max-width: 1200px) {
    /* Menu */
    .menu__content {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;   
    }
    .menu__list {
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        column-gap: 30px;   
    }
    
    /* layout */
    .layout__title {
        font-size: 50px;
        line-height: 56px;   
    }
    .layout__subtitle {
        margin-top: 14px;
        font-size: 17px;
        line-height: 21px;
    }
}

@media screen and (max-width: 1300px) {
    .menu__content {
        padding: 20px;   
    }
    .menu__logo img {
        height: 56px;
    }
    .title {
        font-size: 52px;
        line-height: 56px;
    }
    .subtitle {
        font-size: 20px;
        line-height: 26px;
    }
    .layout_svg {
        position: absolute;
        top: 120px;
        left: 515px;
    }
    .layoutForm-data input {
        width: 100%;   
    }
    .button {
        white-space: nowrap;   
    }
}
@media screen and (max-width: 1200px) {
    .menu__content {
        padding: 10px 20px;
    }
    .title {
        font-size: 44px;
        line-height: 50px;
    }
    .subtitle {
        font-size: 18px;
        line-height: 20px;
    }
    .layout_svg svg {
        height: 160px;   
    }
    .layout_cards {
        padding: 0 20px 20px;
    }
    .layoutForm-data {
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
    .layout_card {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .layout_card-title span {
        font-size: 16px;
        line-height: 20px;
    }
    .layout_card-text {
        margin-top: 6px;
        font-size: 14px;
        line-height: 16px;
    }
    .layoutForm-data input {
        height: 40px;
        padding: 0 10px;
    }
    .layoutForm-data input {
        font-size: 14px;
        line-height: 18px;
    }
    .layoutForm-data input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .layoutForm-data input::-moz-placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .layoutForm-data input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .layoutForm-data input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .layoutForm-data input::placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .layoutForm-data select {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .layoutForm-data select option {
        font-family: 'Gotham';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #151515;
    }
    .button {
        height: 40px;
        padding: 12px;
        font-size: 12px;
        line-height: 16px;
    }
}
@media screen and (max-width: 992px) {   
    .layout_svg {
        position: absolute;
        top: 106px;
        left: 507px;
    }
    .layout__wrapper {
        height: 500px;
    }
    .layout_svg svg {
        height: 140px;
    }
    .layout_card {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .layout_cards-up {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .menu__list {
        display: none;   
    }
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;   
    }
    .menu__logo img {
        height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .title {
        font-size: 36px;
        line-height: 38px;
    }
    .subtitle {
        font-size: 16px;
        line-height: 18px;
        margin-top: 10px;
    }
    .layout_svg {
        display: none;   
    }
    .layoutForm-data {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 10px 1fr;
            grid-template: auto / repeat(2, 1fr);
        gap: 10px;
    }
    .layoutForm-data select {
        width: 100%;
    }
    .layout_card-title img {
        width: 24px;
        height: 24px;
    }
    .layout_card-text {
        margin-top: 6px;
        font-size: 12px;
        line-height: 14px;
    }
    .layout_card {
        padding-right: 10px;
    }
    .menu__logo img {
        height: 40px;
    }
    .menu__phone a {
        font-size: 14px;
        line-height: 16px;
    }
    .menu__phone svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 576px) {
    .layout__wrapper {
        height: 400px;
    }
    .layout_cards {
        bottom: -340px;
    }
    .menu__phone {
        display: none;   
    }
    .menu__content {
        padding: 6px 10px;
    }
    .menu__logo img {
        height: 30px;
    }
    .layout_cards-up {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[1];
            grid-template: auto / repeat(1, 1fr);
    }
    .layout_card {
        padding: 8px 0;
        border-right: unset;
    }
    .layoutForm-data {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
            grid-template: auto / 1fr;
        gap: 6px;
    }
    .layoutForm {
        margin-top: 10px;
    }
    .title {
        font-size: 26px;
        line-height: 30px;
    }
    .subtitle {
        font-size: 13px;
        line-height: 16px;
        margin-top: 6px;
    }
    .burger-menu {
        width: 100%;   
    }
}

.section-title {
    position: relative;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #151515;
    text-align: center;
}
.section-title:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: var(--main-color);
}

.service {
    margin-top: 80px;
}
.service_content {
    margin-top: 74px;
    
    display: -ms-grid;
    
    display: grid;
    -ms-grid-rows: 270px;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
        grid-template: 270px / repeat(3, 1fr);
    grid-auto-rows: 270px;
    gap: 25px;
}
.service_card {
    position: relative;
    padding: 27px 40px;
    -webkit-transition: 0.6s background;
    -o-transition: 0.6s background;
    transition: 0.6s background;
    cursor: pointer;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.service_card:hover {
    background: rgba(6, 70, 132, 0.7);
    border-radius: 8px;
}
.service_card:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;   
}
.service_card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    border-radius: 8px;
    -webkit-filter: brightness(60%);
            filter: brightness(60%); 
}
.service_card-title {
    position: relative;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;   
}
.service_card-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1300px) {
    .service_content {
        margin-top: 60px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 260px;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
            grid-template: 260px / repeat(3, 1fr);
        grid-auto-rows: 260px;
        gap: 20px;
    }   
}
@media screen and (max-width: 1200px) {
    .service {
        margin-top: 100px;
    }
    .service_content {
        margin-top: 60px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 200px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
            grid-template: 200px / repeat(3, 1fr);
        grid-auto-rows: 200px;
        gap: 10px;
    }
    .service_card {
        padding: 20px;
        row-gap: 20px;
    }
    .service_card-title {
        font-size: 18px;
        line-height: 20px;
    }
    .service_card-title:before {
        height: 2px;   
    }
    .service_card svg {
        width: 26px;
        height: 26px;
    }
}
@media screen and (max-width: 992px) {
    .section-title {
        font-size: 30px;
        line-height: 30px;
    }
    .section-title:before {
        height: 3px;
        bottom: -16px;
    }
    .service_content {
        margin-top: 50px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 160px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
            grid-template: 160px / repeat(3, 1fr);
        grid-auto-rows: 160px;
        gap: 10px;
    }
    .service_card-title {
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (max-width: 768px) {
    .service_card {
        padding: 10px;
    }
    .service_card-title {
        font-size: 14px;
        line-height: 16px;
    }
    .service_content {
        margin-top: 40px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 140px;
        -ms-grid-columns: 1fr 6px 1fr;
            grid-template: 140px / repeat(2, 1fr);
        grid-auto-rows: 140px;
        gap: 6px;
    }
}
@media screen and (max-width: 576px) {
    .service {
        margin-top: 340px;
    }
    .section-title {
        font-size: 26px;
        line-height: 26px;
    }
    .service_content {
        margin-top: 30px;
        display: -ms-grid;
        display: grid;
        grid-template: 140px / repeat(auto-fit, minmax(170px, 1fr));
        grid-auto-rows: 140px;
        gap: 6px;
    }
    .service_card:nth-child(1) {
        grid-column: unset;
        grid-row: unset;
    }
}


/* cards */
.cards_wrapper {
    margin-top: 74px;
    
    display: -ms-grid;
    
    display: grid;
    grid-template: auto / repeat(auto-fit, minmax(260px, 1fr));
}
.cards_item {
    position: relative;
    padding: 30px 32px;
    
    background: #FFFFFF;
    border-right: 1px solid #E8E8E8;
    cursor: pointer;
    -webkit-box-shadow: 14px 3.33495px 37.5182px rgba(0, 0, 0, 0.1);
            box-shadow: 14px 3.33495px 37.5182px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.9s all;
    -o-transition: 0.9s all;
    transition: 0.9s all;
}
.cards_item-svg svg {
    width: 60px;
    height: 60px;
}
.cards_item-svg svg path {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}
.cards_item-svg svg polygon {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}
.cards_item:hover .cards_item-svg svg circle {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}
.cards_item-title {
    margin-top: 37px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #151515;
    
    transition: 0.6s all;
}
.cards_item-text {
    margin-top: 10px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
.cards_item:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    background: #00388C;
    border-radius: 13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}
.cards_item:hover .cards_item-svg svg path {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    stroke: #fff;
}
.cards_item:hover:nth-child(1) .cards_item-svg svg path {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    fill: #fff;
    stroke: #fff;
}
.cards_item:hover:nth-child(3) .cards_item-svg svg path {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    fill: #fff;
    stroke: #fff;
}
.cards_item:hover:nth-child(4) .cards_item-svg svg path {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    fill: #fff;
    stroke: #fff;
}
.cards_item:hover:nth-child(7) .cards_item-svg svg path {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    fill: #fff;
    stroke: #fff;
}
.cards_item:hover:nth-child(8) .cards_item-svg svg path {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    fill: #fff;
    stroke: #fff;
}
.cards_item:hover:nth-child(8) .cards_item-svg svg polygon {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    fill: #fff;
}
.cards_item:hover .cards_item-svg svg circle {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    stroke: #fff;
}
.cards_item:hover .cards_item-title {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    color: #fff;   
}
.cards_item:hover .cards_item-text {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    color: #ddd;   
}
@media screen and (max-width: 1200px) {
    .cards_wrapper {
        margin-top: 60px
    }
    .cards_item {
        padding: 20px;
    }
    .cards_item-title {
        margin-top: 20px;
        font-size: 15px;
        line-height: 18px;
    }
    .cards_item-text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .cards_wrapper {
        grid-template: auto / repeat(auto-fit, minmax(220px, 1fr));
    }
    .cards_item-svg svg {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 992px) {
    .cards_wrapper {
        margin-top: 40px
    }
    .cards_wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 6px 1fr;
            grid-template: auto / repeat(2, 1fr);
        gap: 6px;
    } 
    .cards_item:nth-child(1) {
        border-bottom-left-radius: unset;
        border-top-left-radius: unset;
    }
    .cards_item:nth-last-child(1) {
        border-bottom-right-radius: unset;
        border-top-right-radius: unset;
    }
    .cards_item {
        border: 1px solid #E8E8E8;
        border-radius: 10px !important;
    }
}
@media screen and (max-width: 480px) {
    .cards_wrapper {
        margin-top: 30px
    }
    .cards_wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
            grid-template: auto / 1fr;
        gap: 4px;
    }
    .cards_item {
        padding: 14px;
        
        display: -webkit-box;
        
        display: -ms-flexbox;
        
        display: flex;
        -webkit-column-gap: 14px;
           -moz-column-gap: 14px;
                column-gap: 14px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .cards_item-title {
        margin-top: 0;
        font-size: 13px;
        line-height: 16px;
    }
    .cards_item-svg svg {
        width: 40px;
        height: 40px;
    }
    .cards_item-text {
        margin-top: 6px;
        font-size: 10px;
        line-height: 12px;
    }
}

/* call */
.call {
    padding: 0;
    margin-top: 100px;
    min-height: 596px;
    position: relative;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.call__title {
    text-align: left;
    color: #fff;
}
.call__title:before {
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    background: #fff;
}
.call__wrapper {
    position: relative;
    max-width: 612px;   
}
.call__description {
    max-width: 486px;
    margin-top: 38px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EEEEEE;
}
/* Call form */
.form__call {
    margin-top: 28px;   
}
.form__call-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 10px 220px;
        grid-template: auto / 1fr 220px;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.form__call-divider {
    height: 38px;
    width: 1px !important;
    background: #fff;
}
.form__call-input {
    padding-left: 14px;
    background: none;
    width: 100%;
    border: none;
    outline: none;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;
}
.form__call-input::-webkit-input-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;;  
}
.form__call-input::-moz-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;;  
}
.form__call-input:-ms-input-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;;  
}
.form__call-input::-ms-input-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;;  
}
.form__call-input::placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;;  
}
.form__call-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
    background: rgba(255, 255, 255, 0.2);
    border-radius: 48px;
    
    height: 50px;
}
.form__call-button {
    height: 100%;   
}
.form__call-bg div {
    width: 100%;   
}
@media screen and (max-width: 1300px) {
    .form__call-content {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 200px;
            grid-template: auto / 1fr 200px;
    }
    .call {
        min-height: 500px;
    }
}
@media screen and (max-width: 1200px) {
    .call {
        margin-top: 80px;
        min-height: 450px;
    }
}
@media screen and (max-width: 992px) {
    .call {
        margin-top: 60px;   
    }
}
@media screen and (max-width: 768px) {
    .form__call-content {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 170px;
            grid-template: auto / 1fr 170px;
    }
    .call {
        margin-top: 40px;
        min-height: 400px;
    }
    .call__description {
        margin-top: 30px;
        font-size: 14px;
        line-height: 18px;
    }
    .call__wrapper {
        max-width: unset;
    }
    .form__call {
        margin-top: 24px;
    }
    .form__call-button {
        font-size: 15px;
        padding: 14px;   
    }
    .form__call-bg {
        height: 40px;
    }
    .form__call-button {
        font-size: 13px;
        padding: 11px;
    }
}
@media screen and (max-width: 576px) {
    .call {
        margin-top: 30px;
    }
    .call__description {
        margin-top: 30px;
        font-size: 12px;
        line-height: 15px;
    }
    .form__call-content {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
            grid-template: auto / 1fr;
    }
    .form__call-divider {
        display: none;   
    }
    .form__call-bg {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 10px;
        background: none;
    }
    .form__call-bg input {
        padding: 10px;
        height: 40px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 48px;
    }
}

/* condition */
.condition__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 560px 83px 1fr;
        grid-template: auto / 560px 1fr;
    -webkit-column-gap: 83px;
       -moz-column-gap: 83px;
            column-gap: 83px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.condition__img img {
    max-width: 560px;
    max-height: 495px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.condition__text {
    margin-top: 60px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.condition__text p {
    margin-bottom: 6px;   
}
.condition__content .section-title {
    text-align: left;   
}
.condition__content .section-title:before {
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
}
.condition__button {
    max-width: 220px;
    width: 100%;
    margin-top: 23px;   
}
.condition__button:hover {
    text-decoration: none;   
}
@media screen and (max-width: 1300px) {
     .condition__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 520px 70px 1fr;
            grid-template: auto / 520px 1fr;
        -webkit-column-gap: 70px;
           -moz-column-gap: 70px;
                column-gap: 70px;
     }
}
@media screen and (max-width: 1200px) {
    .condition__img {
        height: 100%;
        border-radius: 10px;
    }
    .condition__img img {
        border-radius: 10px;
    }
    .condition__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 400px 50px 1fr;
            grid-template: auto / 400px 1fr;
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px;
    }
    .condition__content {
         padding: 20px 0;   
    }
    .condition__text {
        margin-top: 50px;
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 992px) {
    .condition__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 260px 30px 1fr;
            grid-template: auto / 260px 1fr;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
    .condition__text {
        margin-top: 30px;
        font-size: 13px;
        line-height: 18px;
    }
}
@media screen and (max-width: 768px) {
    .condition__wrapper {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
            grid-template: auto / 1fr;
        row-gap: 20px;
    }
    .condition__img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;   
    }
    .condition__text {
        margin-top: 40px;
        font-size: 15px;
        line-height: 21px;
    }
    .condition__img img {
        max-width: 704px;
        max-height: 300px;
        border-radius: 10px;
    }
    .condition__button {
        margin-top: 16px;
    }
    .condition__content {
        padding: 0;
    }
}
@media screen and (max-width: 576px) {
    .condition__text {
        margin-top: 30px;
        font-size: 13px;
        line-height: 17px;
    }   
}

/* comments */
.comm__content {
    margin-top: 74px;
    
    display: -ms-grid;
    
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 32px 1fr;
        grid-template: auto / repeat(2, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
}
.comm__card {
    padding: 40px 21px 40px 46px;
    
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    max-height: 306px;
}
.comm__card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.comm__card-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
}
.comm__card-name {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #151515;  
}
.comm__card-date {
    margin-top: 3px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #424B5A;
}
.comm__card-score {
    height: 36px;   
}
.comm__card-text {
    margin-top: 25px;
    max-height: 146px;
    
    overflow-y: auto;
    padding-right: 5px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.comm__card-text::-webkit-scrollbar {
    width: 2px;               
}
.comm__card-text::-webkit-scrollbar-track {
    background: #D2D2D2;
}
.comm__card-text::-webkit-scrollbar-thumb {  
    border: none;
    background: #7E7E7E;
}
@media screen and (max-width: 1300px) {
    .comm__card-text {
        margin-top: 14px;
    }
    .comm__card {
        padding: 30px 20px 30px 40px;
    }
}
@media screen and (max-width: 1200px) {
    .comm__content {
        margin-top: 60px;
    }
    .comm__content {
        gap: 20px;   
    }
    .comm__card-text {
        font-size: 14px;
        line-height: 21px;
    }
    .comm__card-author {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}
@media screen and (max-width: 992px) {
    .comm__content {
        margin-top: 50px;
    }
    .comm__card {
        padding: 20px 10px 20px 20px;
    }
     .comm__content {
        gap: 10px;   
    }
    .comm__card-author {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .comm__card-author svg {
        width: 48px;   
    }
    .comm__card-text {
        font-size: 13px;
        line-height: 18px;
    }
}
@media screen and (max-width: 768px) {
    .comm__content {
        
        display: -ms-grid;
        
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
            grid-template: auto / 1fr;
        gap: 10px;
    }
}

.layout__fixed {
    position: fixed;
    right: 15px;
    bottom: 110px;
    z-index: 10;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6px;
}
.layout__fixed a {
    display: block;
    width: 40px;
    height: 40px;
}



.contacts_wrapper {
    margin-top: 74px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 416px 32px 1fr;
        grid-template: auto / 416px 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
}
.contacts_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
}
.contacts_block {
    padding: 20px 36px;
    border: 1px solid #E8E8E8;  
    
    display: -webkit-box;  
    
    display: -ms-flexbox;  
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
}
.contacts_block-img {
    padding-right: 14px;
    border-right: 1px solid #E8E8E8;   
}
.contacts_block-title {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #868686;   
}
.contacts_block-value {
    display: block;
    
    margin-top: 3px;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #151515;
    
    -webkit-transition: 0.4s all;
    
    -o-transition: 0.4s all;
    
    transition: 0.4s all;
}
a.contacts_block-value:hover {
    color: var(--main-color);
    text-decoration: none;
}
.contacts_map {
    height: 100%;   
}
.contacts_map > div {
    height: 100%;   
}
.contacts_map iframe {
    border: none;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    .contacts_block {
        padding: 20px 20px;
    }
    .contacts_wrapper {
        margin-top: 60px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 340px 20px 1fr;
            grid-template: auto / 340px 1fr;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media screen and (max-width: 992px) {
    .contacts_block {
        padding: 10px;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
    .contacts_block-img {
        padding-right: 10px;
    }
    .contacts_content {
        row-gap: 10px;
    }
    .contacts_wrapper {
        margin-top: 50px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 300px 20px 1fr;
            grid-template: auto / 300px 1fr;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .contacts_block-value {
        font-size: 14px;
        line-height: 18px;
    }
    .contacts_block-title {
        font-size: 13px;
        line-height: 19px;
    }
}
@media screen and (max-width: 768px) {
    .contacts_wrapper {
        margin-top: 40px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
            grid-template: auto / 1fr;
        row-gap: 20px;
    }
    .contacts_map iframe {
        height: 300px;
    }
}
@media screen and (max-width: 576px) {
    .contacts_map iframe {
        height: 240px;
    }
}

/* Application */
.application {
    display: none;  
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 200;
    overflow: auto;
}
.application__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}
.application__modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    background: #f2f2f2;
    z-index: 500;
    
    width: 80%;
    height: 680px;
      
    display: -ms-grid;
      
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 500px 40px 1fr;
        grid-template: auto / 500px 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.app-p {
    padding-right: 20px;   
}
.application__modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 50;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.application__modal-close svg {
    width: 18px;
    height: 18px;
}
.application__modal-text {
    margin-top: 60px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.application__modal-text p {
    margin-bottom: 6px;   
}
.application__modal-text ul {
    list-style-type: none;
}
.application__button {
    margin-top: 24px;   
}
.application__modal-img {
    height: 100%;   
}
.application__modal-img img {
    width: 100%;
    max-height: 680px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.application__modal-title {
    text-align: left;   
}
.application__modal-title:before {
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
}
@media screen and (max-width: 1300px) {
    .application__modal {
        height: 580px;
        -ms-grid-rows: auto;
        -ms-grid-columns: 460px 1fr;
            grid-template: auto / 460px 1fr;
    }
    .application__modal-text {
        margin-top: 50px;
        font-size: 15px;
        line-height: 22px;
    }
    .application__modal-img img {
        max-height: 580px;
    }
}
@media screen and (max-width: 1200px) {
    .application__modal-title {
        font-size: 26px;
        line-height: 28px;
    }
    .application__modal {
        height: 560px;
        -ms-grid-rows: auto;
        -ms-grid-columns: 380px 30px 1fr;
            grid-template: auto / 380px 1fr;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
    .application__modal-img img {
        max-height: 560px;
    }
    .application__modal-text {
        margin-top: 40px;
        font-size: 14px;
        line-height: 17px;
    }
}
@media screen and (max-width: 992px) {
    .application__modal {
        width: 520px;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
            grid-template: auto / 1fr;
        height: auto;
    }
    .application__modal-text {
        line-height: 130%;   
    }
    .application__modal-img {
        display: none;   
    }
    .app-p {
        padding: 30px;   
    }
}
@media screen and (max-width: 768px) {
    .application__modal {
        width: 400px;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr;
            grid-template: auto / 1fr;
    }
    .app-p {
        padding: 20px;   
    }
    .application__modal-text {
        margin-top: 30px;
        font-size: 13px;
        line-height: 16px;  
    }
    .application__modal-img img {
        min-height: 400px;
    }
    .application__button {
        padding: 10px 14px;
        font-size: 15px;   
    }
    .application__modal-close {
        top: 12px;
        right: 12px;
    }
}
@media screen and (max-width: 576px) {
    .application__modal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;   
        
        width: 90%;
        height: auto;
        padding: 14px;
        row-gap: 20px;
        
        -ms-grid-rows: auto;
        
        -ms-grid-columns: 1fr;
        
            grid-template: auto / 1fr;
    }
    .application__modal-title {
        font-size: 20px;
        line-height: 24px;
    }
    .application__modal-close {
        top: 10px;
        right: 10px;
    }
    .application__modal-img {
        display: none;   
    }
    .app-p {
        padding: 0;   
    }
    .application__modal-text {
        font-size: 12px;
        line-height: 15px;
    }
    .application__button {
        margin-top: 14px;
        padding: 10px 14px;
        font-size: 12px;
        height: 30px;
    }
}

.footer {
    margin-top: 100px;
    padding: 45px 0 36px;
    background: #F4F4F4;
}
.footer_up {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 174px 130px 1fr;
        grid-template: auto / 174px 1fr;
    -webkit-column-gap: 130px;
       -moz-column-gap: 130px;
            column-gap: 130px;
}
.footer_logo img {
    width: 100%;
    height: 95px;
    -o-object-fit: contain;
       object-fit: contain;
}
.footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
}
.footer_block-title {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #151515;   
}
.footer_block-inner {
    margin-top: 26px;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
}
.footer_block-social {
    margin-top: 26px;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px
}
.footer_block-item {
    white-space: nowrap;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B6B6B;
    
    -webkit-transition: 0.4s all;
    
    -o-transition: 0.4s all;
    
    transition: 0.4s all;
}
a.footer_block-item:hover {
    color: var(--main-color);
    text-decoration: none;
}
.footer_block-item.address {
    max-width: 245px;
    white-space: unset;
}
.footer_under {
    margin-top: 62px;
    position: relative;
}
.footer_under:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
}
.footer_under a {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #333333;
}
.footer_under a {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #333333;
}
.footer_under span {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}
@media screen and (max-width: 1300px) {
    .footer_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px;
    }
    .footer_up {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 174px 80px 1fr;
            grid-template: auto / 174px 1fr;
        -webkit-column-gap: 80px;
           -moz-column-gap: 80px;
                column-gap: 80px;
    }
}
@media screen and (max-width: 1200px) {
    .footer {
        margin-top: 60px;
        padding: 40px 0 30px;
    }
    .footer_up {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 160px 60px 1fr;
            grid-template: auto / 160px 1fr;
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px;
    }
    .footer_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 30px;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
    .footer_block-item {
        font-size: 13px;
        line-height: 17px;
    }
    .footer_block-inner {
        margin-top: 20px;
    }
    .footer_block-social {
        margin-top: 20px;
    }
    .footer_logo img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 992px) {
    .footer {
        margin-top: 50px;
        padding: 30px 0 20px;
    }
    .footer_block.r {
        display: none;
    }
    .footer_up {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 140px 50px 1fr;
            grid-template: auto / 140px 1fr;
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px;
    }
}
@media screen and (max-width: 768px) {
    .footer {
        margin-top: 40px;
        padding: 30px 0 20px;
    }
    .footer_block.y {
        display: none;
    }
    .footer_up {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 120px 40px 1fr;
            grid-template: auto / 120px 1fr;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
    .footer_block-inner, .footer_block-social {
        margin-top: 14px;
    }
    .footer_content {
        row-gap: 30px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .footer_block-item svg {
        width: 26px;
        height: 26px;
    }
}
@media screen and (max-width: 576px) {
    .footer_up {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 120px 20px 1fr;
            grid-template: auto / 120px 1fr;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }   
}

.prod_form {
    padding: 84px 43px 75px; 
    background: #FFFFFF;
    border-radius: 5px;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
}
.prod_form-title {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #151515;
}
.prod_form-decsr {
    margin-top: 18px;
    
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.button_whatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    
    margin-top: 7px;
    width: 100%;
    height: 50px;
    background: #4CC85B;
    border-radius: 4px;
    border: 1px solid #4CC85B;
}
.button_whatsapp:hover {
    color: #4CC85B; 
}
.prodForm {
    margin-top: 36px;   
}
.prodForm-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 17px;
}
.prodForm-data input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
    width: 100%;
    padding: 10px 18px;
    height: 50px;
    background: #F8F8F8;
    border-radius: 4px;
    border: none !important;
    outline: none !important;   
}
.prodForm-data input::-webkit-input-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;   
}
.prodForm-data input::-moz-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;   
}
.prodForm-data input:-ms-input-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;   
}
.prodForm-data input::-ms-input-placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;   
}
.prodForm-data input::placeholder {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;   
}
.prodForm-data input {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #151515;   
}
.prodForm__button {
    margin-top: 36px;
    height: 50px;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .prod_back:before {
        bottom: -10px;
    }
    .prod_content {
        margin-top: 50px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: minmax(400px, 824px) 20px 340px;
            grid-template: auto / minmax(400px, 824px) 340px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .prod_form {
        padding: 60px 30px 50px;
    }
    .prod_spec {
        margin-top: 30px;
        padding: 28px;
    }
}
@media screen and (max-width: 992px) {
    .prod_content {
        margin-top: 40px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: minmax(400px, 824px) 20px 260px;
            grid-template: auto / minmax(400px, 824px) 260px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .prod_form {
        padding: 40px 20px 40px;
    }
    .prod_form-title {
        font-size: 20px;
        line-height: 20px;
    }
    .prod_form-decsr {
        margin-top: 14px;
        font-size: 14px;
        line-height: 18px;
    }
    .prodForm {
        margin-top: 20px;
    }
    .prodForm-data {
        row-gap: 12px;
    }
    .prodForm__button {
        margin-top: 20px;
        height: 40px;
    }
    .button_whatsapp {
        height: 40px;   
    }
    .prod_block {
        padding: 30px;   
    }
    .prod_spec {
        margin-top: 20px;
        padding: 20px;
    }
    .prod_spec-item {
        font-size: 16px;
        line-height: 24px;
    }
    .prod_spec-up {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
    .prod_spec-info {
        margin-top: 20px;
    }
    .prod_spec-block {
        font-size: 14px;
        line-height: 20px;
    }
    .prod-slide {
        padding: 10px;
    }
}
@media screen and (max-width: 768px) {
    .prod_content {
        margin-top: 40px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 100%;
            grid-template: auto / 100%;
        row-gap: 30px;
    }
}
@media screen and (max-width: 576px) {
    .prod_block {
        padding: 20px;
    }
    .prod_title {
        margin-top: 10px;
    }
    .prod_thumbs {
        margin-top: 20px;
        padding: 20px;
    }
    .prodSlider {
        margin-top: 10px;
    }
    .prod_spec-up {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .prod_spec-item {
        font-size: 14px;
        line-height: 22px;
    }
    .prod_spec-block {
        font-size: 12px;
        line-height: 16px;
    }
    .prod_form {
        padding: 20px;
    }
}

/* modal */
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 200;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 396px;
    height: auto;
    z-index: 500;
}
.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
}
.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.modal-close svg {
    width: 34px;
    height: 34px;
}
.prod_form.modal-content {
    padding: 40px;
}
@media screen and (max-width: 576px) {
    .modal-content {
        width: 90%;   
    }
    .prod_form.modal-content {
        padding: 20px;
    }
    .modal-close {
        right: 6px;
        top: 6px;
    }
    .modal-close svg {
        width: 30px;
        height: 30px;
    }
}

.lic_content {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
}
.lic_card {
    position: relative; 
}
.lic_sub {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
}
.lic_img {
    position: absolute;
    left: 15px;
    top: 17px;
    width: calc(100% - 32px);
    height: calc(100% - 34px);
    -o-object-fit: fill;
       object-fit: fill;
    cursor: pointer;
}
@media screen and (max-width: 1300px) {
    .lic_img {
        left: 14px;
        top: 15px;
        width: calc(100% - 29px);
        height: calc(100% - 30px);
    }
}
@media screen and (max-width: 1200px) {
    .lic_content {
        margin-top: 56px;
    }   
}
@media screen and (max-width: 992px) {
    .lic_content {
        margin-top: 30px;
    } 
    .lic_img {
        left: 12px;
        top: 12px;
        width: calc(100% - 25px);
        height: calc(100% - 24px);
    }
}
@media screen and (max-width: 768px) {
    .lic_img {
        left: 9px;
        top: 10px;
        width: calc(100% - 19px);
        height: calc(100% - 20px);
    }
}
@media screen and (max-width: 576px) {
    .lic_content {
        margin-top: 20px;
    } 
    .lic_img {
        left: 8px;
        top: 9px;
        width: calc(100% - 16px);
        height: calc(100% - 17px);
    }
}