@charset "UTF-8";

html {
    font-size: 10px;
}

body {
    margin: 0 !important;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
    position: relative;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    transition: all 0.2s ease;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.2;
}

p {
    margin: 0;
}

.page {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

@media (min-width: 1800px) {
    .page {
        max-width: 1920px;
        width: 100%;
    }
}

.img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.uppercase {
    text-transform: uppercase;
}

.footer,
section {
    margin-top: 40px;
}

@media (min-width: 650px) {
    .footer,
    section {
        margin-top: 4rem;
    }
}

@media (min-width: 800px) {
    .footer,
    section {
        margin-top: 5rem;
    }
}

@media (min-width: 1500px) {
    .footer,
    section {
        margin-top: 6rem;
    }
}

.list_list_style_type_none {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.container {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 500px) {
    .container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.text {
    font-size: 36px;
    line-height: 1.3;
}

.text--light {
    color: #FFFFFF;
    opacity: 0.7;
}

.input {
    padding: 1rem;
    margin-top: 0.5rem;
    background: #DBE7F2;
    border: 0.5px solid #1261AB;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 1.2rem;
}

@media (min-width: 1500px) {
    .input {
        min-height: 6.5rem;
    }
}

input::-moz-placeholder {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1rem !important;
}

input:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1rem !important;
}

input::placeholder {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1rem !important;
}

@media (min-width: 1500px) {
    input::-moz-placeholder {
        width: 100%;
        font-size: 1.8rem !important;
    }

    input:-ms-input-placeholder {
        width: 100%;
        font-size: 1.8rem !important;
    }

    input::placeholder {
        width: 100%;
        font-size: 1.8rem !important;
    }
}

.blur_bg {
    background: rgba(18, 97, 171, 0.6);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.button {
    cursor: pointer;
    font-family: "Montserrat", sans-serif !important;
}

.button--without_back {
    background: none;
    border: none;
    padding: 0;
}

.link {
    font-family: "Montserrat", sans-serif !important;
    text-decoration: none;
    cursor: pointer;
}

.link--white {
    color: #FFFFFF;
}

.link--white:hover {
    color: #1261AB;
}

.link--white:active {
    opacity: 0.7;
}

.second_title {
    width: auto;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #000;
    position: relative;
}

@media (min-width: 400px) {
    .second_title {
        font-size: 2rem;
    }
}

@media (min-width: 650px) {
    .second_title {
        font-size: 2.7rem;
    }
}

@media (min-width: 800px) {
    .second_title {
        font-size: 3.5rem;
    }
}

@media (min-width: 1500px) {
    .second_title {
        font-size: 4rem;
    }
}

@media (min-width: 1800px) {
    .second_title {
        font-size: 5.5rem;
    }
}

.second_title--on_blue_bg {
    display: inline-block;
    width: 100%;
    background: #1261AB;
    color: #FFFFFF;
    line-height: 1.8;
    padding: 1rem 4rem;
}

.second_title--on_gray_bg {
    display: inline-block;
    width: 100%;
    background: #464D5A;
    color: #FFFFFF;
    line-height: 1.8;
    padding: 1rem 4rem;
}

.white_btn,
.blue_button {
    cursor: pointer;
    display: block;
    max-width: 14rem;
    padding: 1rem;
    text-transform: uppercase;
    font-size: 0.7rem;
    text-align: center;
    border: none;
    border-radius: 6px;
}

@media (min-width: 400px) {
    .white_btn,
    .blue_button {
        max-width: 20rem;
        padding: 1.5rem 2rem;
        font-size: 1rem;
    }
}

@media (min-width: 800px) {
    .white_btn,
    .blue_button {
        max-width: 25rem;
        font-size: 1.4rem;
    }
}

@media (min-width: 1500px) {
    .white_btn,
    .blue_button {
        max-width: 36rem;
        padding: 2rem 4rem;
        font-size: 1.6rem;
    }
}

@media (min-width: 1800px) {
    .white_btn,
    .blue_button {
        max-width: 40rem;
        padding: 2rem 4rem;
        font-size: 2rem;
    }
}

.blue_button {
    background-color: #1261AB;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.blue_button--with_shadow {
    box-shadow: 1px 3px 10px rgba(18, 97, 171, 0.55);
    border-radius: 6px;
}

.blue_button:hover {
    background-color: white;
    border: 1px solid #1261AB;
    color: #1261AB;
}

.white_btn {
    background-color: #FFFFFF;
    color: #1261AB;
    text-shadow: 0px 1.14882px 1.14882px rgba(0, 0, 0, 0.25);
}

.visually-hidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
}

/*........Header.......*/
/*////////////////////*/
.header {
    color: #ffffff;
    position: relative;
}

.header__menu_list,
.header__list_link {
    font-size: 0.8rem;
}

@media (min-width: 400px) {
    .header__menu_list,
    .header__list_link {
        font-size: 1rem;
    }
}

@media (min-width: 650px) {
    .header__menu_list,
    .header__list_link {
        font-size: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .header__menu_list,
    .header__list_link {
        font-size: 1.6rem;
    }
}

@media (min-width: 1500px) {
    .header__menu_list,
    .header__list_link {
        font-size: 1.6rem;
    }
}

@media (min-width: 1800px) {
    .header__menu_list,
    .header__list_link {
        font-size: 2rem;
    }
}

.header__menu_list {
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
    background: #464D5A;
}

@media (min-width: 800px) {
    .header__menu_list {
        padding-right: 10rem;
        padding-left: 10rem;
    }
}

@media (min-width: 900px) {
    .header__menu_list {
        padding-right: 12rem;
        background: none;
        position: absolute;
        top: 0;
        width: 70vw;
        right: 0;
    }
}

@media (min-width: 1500px) {
    .header__menu_list {
        padding-top: 7rem;
    }
}

@media (min-width: 1800px) {
    .header__menu_list {
        padding-right: 24rem;
        padding-left: 13rem;
        width: 1356px;
    }
}

.header__menu_link {
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1.2;
    cursor: pointer;
}

.header__menu_link:hover {
    color: #1261AB;
}

.header__menu_link:active {
    opacity: 0.7;
}

.header_nav {
    display: block;
    max-width: 225px;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.2s ease;
}

.header_nav .tel {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1%;
}

@media (min-width: 650px) {
    .header_nav .tel {
        font-size: 1.8rem;
    }
}

@media (min-width: 1800px) {
    .header_nav .tel {
        font-size: 3.7rem;
    }
}

@media (min-width: 1500px) {
    .header_nav {
        font-size: 2rem;
        height: 878px;
    }
}

.button_burger {
    cursor: pointer;
    width: 25px;
    height: 13px;
}

.button_burger:hover .burger_line {
    background: #FFFFFF;
}

.button_burger:hover .header_nav {
    display: block;
}

.button_burger:active {
    opacity: 0.7;
}

@media (min-width: 1200px) {
    .button_burger {
        width: 32px;
        height: 16px;
    }
}

@media (min-width: 1500px) {
    .button_burger {
        width: 42px;
        height: 22px;
    }
}

.header_nav__blur,
.header_nav__text {
    width: 70vw;
    height: 100%;
    position: absolute;
    right: 0;
}

@media (min-width: 800px) {
    .header_nav__blur,
    .header_nav__text {
        width: 40vw;
    }
}

@media (min-width: 900px) {
    .header_nav__blur,
    .header_nav__text {
        height: 483px;
    }
}

@media (min-width: 1200px) {
    .header_nav__blur,
    .header_nav__text {
        height: 611px;
    }
}

@media (min-width: 1500px) {
    .header_nav__blur,
    .header_nav__text {
        width: 20vw;
        height: 851px;
    }
}

@media (min-width: 1800px) {
    .header_nav__blur,
    .header_nav__text {
        height: 923px;
    }
}

.burger_line {
    width: 100%;
    height: 2px;
    background: #FFFFFF;
}

.close_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 20px;
}

@media (min-width: 1200px) {
    .close_btn {
        width: 30px;
        height: 30px;
        top: 40px;
        right: 50px;
    }
}

@media (min-width: 1800px) {
    .close_btn {
        width: 50px;
        height: 50px;
        top: 50px;
        right: 50px;
    }
}

.button_header_menu_close {
    fill: #FFFFFF;
}

.button_header_menu_close:hover {
    fill: #1261AB;
}

.button_header_menu_close:active {
    opacity: 0.7;
}

.nav__list,
.header__contcats {
    padding: 2.5rem 3.5rem  2.5rem 3rem;
    line-height: 2;
	color: #fff;
}

.link.tel.link--white.uppercase {
	color: #fff;
}

.header__contcats {
    text-align: center;
}

.nav_item__link {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.nav_item__link:hover {
    color: #464d5a;
    font-weight: bold;
}

.nav_item__link:active {
    opacity: 0.7;
}

@media (min-width: 650px) {
    .nav_item__link {
        font-size: 1.8rem;
    }
}

@media (min-width: 1500px) {
    .nav_item__link {
        font-size: 2rem;
    }
}

@media (min-width: 1800px) {
    .nav_item__link {
        font-size: 2.8rem;
    }
}

.schedule {
    font-weight: 400px;
    font-size: 1rem;
    letter-spacing: 1%;
}

@media (min-width: 650px) {
    .schedule {
        font-size: 1.1rem;
    }
}

@media (min-width: 1500px) {
    .schedule {
        font-size: 1.4rem;
    }
}

@media (min-width: 1800px) {
    .schedule {
        font-size: 2rem;
    }
}

.header_with_img_back {
    background-image: url("../img/header/background_old.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-wrap: wrap;
}

.call_btns_container {
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    justify-content: space-around;
    align-items: center;
    background: #1261AB;
    flex-basis: 100%;
    order: 1;
    flex-grow: 1;
}

@media (min-width: 650px) {
    .call_btns_container {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 900px) {
    .call_btns_container {
        margin-top: -11rem;
        padding-bottom: 4rem;
        order: 3;
        flex-basis: 27%;
        flex-direction: column;
        flex-grow: 0;
        background: none;
        text-align: left;
        width: 200px;
    }
}

@media (min-width: 1500px) {
    .call_btns_container {
        margin-top: -15rem;
        padding-bottom: 7rem;
    }
}

.order_call_btn {
    color: #FFFFFF;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1.2;
    cursor: pointer;
}

.order_call_btn:hover {
    color: #1261AB;
}

.order_call_btn:active {
    opacity: 0.7;
}

@media (min-width: 1500px) {
    .order_call_btn {
        font-size: 2rem;
        line-height: 1.2;
    }
}

@media (min-width: 1800px) {
    .order_call_btn {
        font-size: 2.4rem;
    }
}

.order_call_btn,
.tel {
    font-size: 0.9rem;
}

@media (min-width: 400px) {
    .order_call_btn,
    .tel {
        font-size: 1.2rem;
    }
}

@media (min-width: 800px) {
    .order_call_btn,
    .tel {
        font-size: 1.4rem;
    }
}

@media (min-width: 900px) {
    .order_call_btn,
    .tel {
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .order_call_btn,
    .tel {
        font-size: 1.8rem;
    }
}

@media (min-width: 1500px) {
    .tel {
        font-size: 2.6rem;
        line-height: 1.2;
    }
}

@media (min-width: 1800px) {
    .tel {
        font-size: 3.6rem;
    }
}

.logo {
    display: block;
    margin: 0 auto;
    max-width: 55px;
    width: 100%;
    height: auto;
}

@media (min-width: 400px) {
    .logo {
        max-width: 65px;
        width: 100%;
    }
}

@media (min-width: 500px) {
    .logo {
        max-width: 85px;
        width: 100%;
    }
}

@media (min-width: 650px) {
    .logo {
        max-width: 100px;
        width: 100%;
    }
}

@media (min-width: 800px) {
    .logo {
        max-width: 120px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .logo {
        max-width: 180px;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .logo {
        max-width: 240px;
        width: 100%;
    }
}

@media (min-width: 1800px) {
    .logo {
        max-width: 320px;
        width: 100%;
    }
}

.logo_container {
    padding-top: 1.5rem;
    background: hsla(0, 0%, 0%, 0.79);
    flex-basis: 27%;
    order: 2;
}

@media (min-width: 500px) {
    .logo_container {
        padding-top: 2.5rem;
        flex-basis: 30%;
    }
}

@media (min-width: 800px) {
    .logo_container {
        padding-top: 5rem;
    }
}

@media (min-width: 900px) {
    .logo_container {
        display: inline-block;
        order: 1;
        padding-top: 10rem;
        text-align: center;
        flex-basis: 28.3%;
    }
}

@media (min-width: 1500px) {
    .logo_container {
        padding-top: 130px;
    }
}

.header__title_container {
    padding: 1.5rem;
    margin-bottom: 100px;
    flex-basis: 73%;
    order: 3;
}

@media (min-width: 500px) {
    .header__title_container {
        padding: 2.5rem;
        flex-basis: 70%;
    }
}

@media (min-width: 650px) {
    .header__title_container {
        margin-bottom: 140px;
    }
}

@media (min-width: 800px) {
    .header__title_container {
        font-size: 3rem;
        padding-top: 5rem;
        margin-bottom: 20rem;
    }
}

@media (min-width: 900px) {
    .header__title_container {
        order: 2;
        flex-basis: 50%;
        margin-top: 5rem;
        margin-bottom: 25rem;
        margin-left: 6vw;
    }
}

@media (min-width: 1200px) {
    .header__title_container {
        margin-bottom: 35rem;
    }
}

@media (min-width: 1500px) {
    .header__title_container {
        margin-top: 16rem;
        margin-bottom: 46rem;
        margin-left: 6vw;
    }
}

.title {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 1%;
    font-weight: 700;
}

@media (min-width: 400px) {
    .title {
        font-size: 1.8rem;
    }
}

@media (min-width: 650px) {
    .title {
        font-size: 2.5rem;
    }
}

@media (min-width: 800px) {
    .title {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .title {
        font-size: 4rem;
    }
}

@media (min-width: 1500px) {
    .title {
        font-size: 5rem;
        line-height: 1.2;
    }
}

@media (min-width: 1800px) {
    .title {
        font-size: 7rem;
    }
}

.title_subtitle {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 1%;
	color: #e9e9e9;
}

@media (min-width: 400px) {
    .title_subtitle {
        font-size: 1.4rem;
    }
}

@media (min-width: 650px) {
    .title_subtitle {
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .title_subtitle {
        font-size: 3rem;
        line-height: 1.2;
    }
}

@media (min-width: 1800px) {
    .title_subtitle {
        font-size: 5rem;
    }
}

.advantages {
    padding: 0 3rem 1.5rem 3rem;
    background-color: #1261AB;
	color: #fff;
}

@media (min-width: 400px) {
    .advantages {
        padding: 0 5rem 2rem 5rem;
    }
}

@media (min-width: 800px) {
    .advantages {
        padding: 0 8rem 3rem 8rem;
    }
}

@media (min-width: 1500px) {
    .advantages {
        padding: 0 10rem 4rem 10rem;
    }
}

@media (min-width: 1800px) {
    .advantages {
        padding: 0 14rem 4rem 14rem;
    }
}

.advantages__list {
    flex-wrap: wrap;
}

@media (min-width: 400px) {
    .advantages__list {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (min-width: 500px) {
    .advantages__list {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (min-width: 800px) {
    .advantages__list {
        max-width: 100%;
        margin: 0 auto;
    }
}

.advantages__list_item {
    margin-top: 1.5rem;
}

.advantages__list_item:nth-child(4) {
    cursor: pointer;
}

.advantages__list_item:nth-child(4):hover {
    opacity: 0.7;
}

.advantages__list_item:nth-child(4):active {
    opacity: 0.3;
}

@media (min-width: 650px) {
    .advantages__list_item {
        margin-top: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .advantages__list_item {
        margin-top: 3rem;
    }
}

@media (min-width: 1800px) {
    .advantages__list_item {
        margin-top: 4rem;
    }
}

.advantages__list_item,
.advantag__btn {
    max-width: 130px;
    width: 100%;
    text-align: left;
    font-size: 6px;
    font-weight: 300;
    line-height: 1.3;
    align-items: center;
    flex-basis: 50%;
    flex-grow: 1;
}

.advantages__list_item p,
  .advantag__btn p {
    flex-grow: 1;
}

@media (min-width: 400px) {
    .advantages__list_item,
    .advantag__btn {
        font-size: 0.7rem;
    }
}

@media (min-width: 500px) {
    .advantages__list_item,
    .advantag__btn {
        max-width: 165px;
        width: 100%;
        font-size: 0.9rem;
    }
}

@media (min-width: 500px) {
    .advantages__list_item,
    .advantag__btn {
        max-width: 180px;
        width: 100%;
        font-size: 1rem;
    }
}

@media (min-width: 800px) {
    .advantages__list_item,
    .advantag__btn {
        max-width: 32rem;
        width: 100%;
        font-size: 1.3rem;
    }
}

@media (min-width: 1120px) {
    .advantages__list_item,
    .advantag__btn {
        flex-basis: 25%;
    }
}

@media (min-width: 1500px) {
    .advantages__list_item,
    .advantag__btn {
        font-size: 1.5rem;
    }
}

@media (min-width: 1800px) {
    .advantages__list_item,
    .advantag__btn {
        max-width: 40rem;
        width: 100%;
        font-size: 1.8rem;
    }
}

.advantag__btn {
    color: #FFFFFF;
}

.advantag__btn p {
    flex-grow: 1;
}

.advantages__icon {
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 10px;
}

@media (min-width: 500px) {
    .advantages__icon {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 500px) {
    .advantages__icon {
        max-width: 43px;
        width: 100%;
        height: 40px;
    }
}

@media (min-width: 1500px) {
    .advantages__icon {
        max-width: 53px;
        width: 100%;
        height: 50px;
        margin-right: 3rem;
    }
}

@media (min-width: 1800px) {
    .advantages__icon {
        max-width: 73px;
        width: 100%;
        height: 70px;
        margin-right: 5rem;
    }
}

/*.....header_for_others.....*/
/*//////////////////////////*/
.header_for_others {
    overflow: hidden;
	color: #fff;
}

.header_for_others .header__menu_list {
    background-color: #1261AB;
}

@media (min-width: 900px) {
    .header_for_others .header__menu_list {
        width: 100%;
        background-color: #464D5A;
        position: static;
    }
}

@media (min-width: 1500px) {
    .header_for_others .header__menu_list {
        padding: 2.5rem 15rem;
    }
}

@media (min-width: 1800px) {
    .header_for_others .header__menu_list {
        padding: 3.5rem 16rem;
    }
}

.header_for_others .header__title_container {
    margin-left: 0;
}

@media (min-width: 1500px) {
    .header_for_others .header__title_container {
        margin-bottom: 39rem;
    }
}

@media (min-width: 1800px) {
    .header_for_others .header__title_container {
        margin-top: 10rem;
        margin-bottom: 39rem;
    }
}

.header_for_others .calc__back_arr {
    max-width: 20px;
    width: 100%;
    height: 8px;
}

@media (min-width: 500px) {
    .header_for_others .calc__back_arr {
        max-width: 30px;
        width: 100%;
        height: 15px;
    }
}

@media (min-width: 900px) {
    .header_for_others .calc__back_arr {
        max-width: 40px;
        width: 100%;
        height: 20px;
    }
}

@media (min-width: 1800px) {
    .header_for_others .calc__back_arr {
        max-width: 60px;
        width: 100%;
        height: 30px;
    }
}

.header_for_others .calc__back_arr:hover {
    fill: #464D5A;
}

.header_for_others .header__name {
    font-size: 1.2rem;
    font-weight: 500px;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (min-width: 500px) {
    .header_for_others .header__name {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .header_for_others .header__name {
        font-size: 3rem;
        margin-left: 5rem;
        margin-right: 3rem;
    }
}

@media (min-width: 1800px) {
    .header_for_others .header__name {
        font-size: 6rem;
        margin-left: 10rem;
        margin-right: 5rem;
    }
}

.header_for_others .header_with_img_back {
    align-items: center;
    background-image: url("../img/header/background_2.jpg");
}

.header_for_others .header_nav__blur,
  .header_for_others .header_nav__text {
    height: 100%;
}

@media (min-width: 1200px) {
    .header_for_others .header_nav__blur,
      .header_for_others .header_nav__text {
        height: 100%;
    }
}

@media (min-width: 1800px) {
    .header_for_others .header_nav__blur,
      .header_for_others .header_nav__text {
        min-height: 935px;
    }
}

.header_for_others .nav__list {
    padding-top: 1rem;
    padding-bottom: 0;
}

.header_for_others .nav_item__link,
  .header_for_others .tel {
    font-size: 1.2rem;
}

@media (min-width: 500px) {
    .header_for_others .nav_item__link,
      .header_for_others .tel {
        font-size: 1.4rem;
    }
}

@media (min-width: 650px) {
    .header_for_others .nav_item__link,
      .header_for_others .tel {
        font-size: 1.8rem;
    }
}

@media (min-width: 1500px) {
    .header_for_others .nav_item__link,
      .header_for_others .tel {
        font-size: 2rem;
    }
}

@media (min-width: 1800px) {
    .header_for_others .nav_item__link,
      .header_for_others .tel {
        font-size: 2.8rem;
    }
}

.header_for_others .header__contcats {
    padding-top: 2rem;
}

@media (min-width: 500px) {
    .header_for_others .header__contcats {
        padding-top: 3rem;
    }
}

.header_for_others.schedule {
    font-size: 0.5rem;
}

@media (min-width: 500px) {
    .header_for_others.schedule {
        font-size: 0.7rem;
    }
}

@media (min-width: 650px) {
    .header_for_others.schedule {
        font-size: 1.1rem;
    }
}

@media (min-width: 1500px) {
    .header_for_others.schedule {
        font-size: 1.4rem;
    }
}

@media (min-width: 1800px) {
    .header_for_others.schedule {
        font-size: 2rem;
    }
}

/*.....bread crambs.....*/
/*//////////////////////*/
.bread_crumbs {
    padding: 2rem;
    font-size: 1.2rem;
}

@media (min-width: 1500px) {
    .bread_crumbs {
        font-size: 1.6rem;
        padding: 3rem;
    }
}

@media (min-width: 1800px) {
    .bread_crumbs {
        font-size: 1.8rem;
        padding: 4rem;
    }
}

.bread_crumbs__link {
    display: inline-block;
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
}

@media (min-width: 1500px) {
    .bread_crumbs__link {
        font-size: 1.6rem;
    }
}

@media (min-width: 1800px) {
    .bread_crumbs__link {
        font-size: 1.8rem;
    }
}

.bread_crumbs__link:hover {
    color: #1261AB;
    font-weight: 600;
}

.current_point {
    cursor: none;
}

.current_point:hover {
    color: #000;
    font-weight: 500;
}

/*........Price.......*/
/*///////////////////*/
.small_calc {
    flex-direction: column;
    font-size: 1rem;
    font-weight: 400;
}

.small_calc .big_text {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 400px) {
    .small_calc .big_text {
        font-size: 1.5rem;
    }
}

@media (min-width: 650px) {
    .small_calc .big_text {
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .small_calc .big_text {
        font-size: 3.2rem;
    }
}

@media (min-width: 1800px) {
    .small_calc .big_text {
        font-size: 3.6rem;
    }
}

@media (min-width: 1200px) {
    .small_calc {
        font-size: 1.8rem;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: #E5E5E5;
    }
}

.small_calc .calc_label {
    display: flex;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.small_calc .calc_label span:first-child {
    margin-right: 0.8rem;
}

@media (min-width: 400px) {
    .small_calc .calc_label {
        font-size: 1.4rem;
    }
}

@media (min-width: 600px) {
    .small_calc .calc_label {
        font-size: 1.5rem;
    }
}

@media (min-width: 1500px) {
    .small_calc .calc_label {
        font-size: 1.6rem;
        margin-top: 1rem;
    }
}

@media (min-width: 1800px) {
    .small_calc .calc_label {
        font-size: 2.3rem;
        margin-top: 1.5rem;
    }
}

@media (min-width: 1800px) {
    .small_calc .area_input__label {
        margin-bottom: 5rem !important;
    }
}

.small_calc .label__thecond_text {
    font-size: 1.5rem;
}

@media (min-width: 900px) {
    .small_calc .calculator_steps_text {
        font-size: 2.4rem;
    }
}

@media (min-width: 1800px) {
    .small_calc .calculator_steps_text {
        font-size: 3rem;
    }
}

.small_calc__main {
    order: 3;
    background-color: #E5E5E5;
    padding: 2rem 3rem 2rem 0;
}

@media (min-width: 1200px) {
    .small_calc__main {
        order: 2;
        flex-basis: 50%;
        padding-bottom: 0;
    }
}

@media (min-width: 1500px) {
    .small_calc__main {
        padding: 4rem 4rem 0 6rem;
        flex-basis: 50%;
    }
}

@media (min-width: 1800px) {
    .small_calc__main {
        padding: 3rem 5rem 0 9rem;
    }
}

.small__calc__movile_box {
    justify-content: space-between;
    height: 100%;
}

@media (min-width: 400px) {
    .small__calc__movile_box {
        padding: 2rem 4rem;
    }
}

@media (min-width: 600px) {
    .small__calc__movile_box {
        padding: 2rem 9rem;
    }
}

@media (min-width: 800px) {
    .small__calc__movile_box {
        padding: 2rem 14rem;
    }
}

@media (min-width: 1200px) {
    .small__calc__movile_box {
        margin-top: 3rem;
        padding: 0 5rem;
    }
}

@media (min-width: 900px) {
    .small_calc__area_input {
        width: 100px !important;
        height: 50px !important;
    }
}

@media (min-width: 1200px) {
    .small_calc__area_input {
        width: 120px !important;
        height: 50px !important;
    }
}

@media (min-width: 1800px) {
    .small_calc__area_input {
        width: 120px !important;
        height: 60px !important;
    }
}

.small_calc__title {
    order: 2;
}

@media (min-width: 1200px) {
    .small_calc__title {
        order: 1;
        flex-basis: 100%;
        flex-grow: 1;
    }
}

.small_calc_container {
    margin-top: 1rem;
}

@media (min-width: 650px) {
    .small_calc_container {
        margin-top: 3rem;
    }
}

@media (min-width: 1500px) {
    .small_calc_container {
        margin-top: 4rem;
    }
}

.calc__checkbox_container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

input {
    border: 0.4px solid #1261AB;
}

.label__thecond_text {
    margin-left: 0.5rem;
}

@media (min-width: 1500px) {
    .label__thecond_text {
        margin-left: 1rem;
    }
}

.calc__text_btn,
.small_calc__text {
    font-size: 1.2rem;
}

@media (min-width: 650px) {
    .calc__text_btn,
    .small_calc__text {
        font-size: 1.6rem;
    }
}

@media (min-width: 1500px) {
    .calc__text_btn,
    .small_calc__text {
        font-size: 1.8rem;
    }
}

@media (min-width: 1800px) {
    .calc__text_btn,
    .small_calc__text {
        font-size: 2.5rem;
    }
}

.calc__text_btn {
    cursor: pointer;
    text-align: left;
    padding: 1rem 1rem 1rem 2rem;
    background-color: #464D5A;
    color: #FFFFFF;
    font-weight: 500;
}

@media (min-width: 650px) {
    .calc__text_btn {
        padding: 1.5rem;
    }
}

@media (min-width: 900px) {
    .calc__text_btn {
        padding: 2rem 5rem;
    }
}

@media (min-width: 1800px) {
    .calc__text_btn {
        padding: 2rem;
    }
}

.calc__text_btn:hover {
    background-color: #1261AB;
}

.small_calc__text {
    line-height: 1.4;
    padding: 1rem 0 2rem 2rem;
}

@media (min-width: 650px) {
    .small_calc__text {
        padding: 1.5rem 0 2.5rem 3rem;
    }
}

@media (min-width: 900px) {
    .small_calc__text {
        padding: 2rem 5rem;
    }
}

@media (min-width: 1800px) {
    .small_calc__text {
        padding: 2rem 0 3rem 2rem;
    }
}

.small_calc__total_container {
    margin-top: 2rem;
    background: none;
    min-height: auto !important;
}

@media (min-width: 1500px) {
    .small_calc__total_container {
        margin-top: 3rem;
    }
}

@media (min-width: 1800px) {
    .small_calc__total_container {
        margin-top: 0;
    }
}

.small_calc__total_container .total {
    padding: 0;
    background: none;
    color: #000;
}

.small_calc__total_container .total_text {
    font-size: 1.5rem !important;
}

@media (min-width: 1500px) {
    .small_calc__total_container .total_text {
        font-size: 1.8rem !important;
    }
}

@media (min-width: 1800px) {
    .small_calc__total_container .total_text {
        font-size: 2.4rem !important;
    }
}

.small_calc__caunter {
    font-size: 2.5rem;
    font-weight: 500;
}

@media (min-width: 1500px) {
    .small_calc__caunter {
        font-size: 3.6rem;
    }
}

@media (min-width: 1800px) {
    .small_calc__caunter {
        font-size: 4rem;
    }
}

.calc__back_arr {
    display: block;
    width: 15px;
    height: 5px;
    fill: #FFFFFF;
    transform: rotate(180deg);
}

@media (min-width: 400px) {
    .calc__back_arr {
        width: 30px;
        height: 8px;
    }
}

@media (min-width: 1500px) {
    .calc__back_arr {
        width: 40px;
        height: 10px;
    }
}

@media (min-width: 1800px) {
    .calc__back_arr {
        width: 50px;
        height: 15px;
    }
}

.small_calc__back {
    padding: 0.5rem 1.5rem;
    background-color: #464D5A;
    border: none;
    border-radius: 3px;
}

.small_calc__back:hover .calc__back_arr {
    fill: #1261AB;
}

@media (min-width: 400px) {
    .small_calc__back {
        padding: 0.8rem 2rem;
    }
}

@media (min-width: 1500px) {
    .small_calc__back {
        padding: 1rem 4rem;
    }
}

@media (min-width: 1800px) {
    .small_calc__back {
        padding: 1.5rem 5rem;
    }
}

.calculator__image {
    order: 1;
}

@media (min-width: 1200px) {
    .calculator__image {
        order: 3;
        flex-basis: 50%;
        flex-grow: 1;
    }
}

.calculator__main {
    order: 3;
    background-color: #E5E5E5;
    padding: 1.5rem 3rem;
}

@media (min-width: 1200px) {
    .calculator__main {
        order: 2;
        flex-basis: 50%;
        flex-grow: 1;
    }
}

@media (min-width: 1500px) {
    .calculator__main {
        padding: 3rem 6rem 3rem 14rem;
        order: 2;
        flex-basis: 50%;
        flex-grow: 1;
    }
}

/*........Small_Calc.......*/
/*////////////////////////*/
.header_calc {
    overflow: visible;
}

.header_calc .header_name {
    font-weight: 500;
}

.header__calc_nav {
    height: 100vw !important;
    z-index: 20;
}

.calculator {
    margin-top: 0;
}

.full_calc__container {
    flex-direction: column;
}

@media (min-width: 900px) {
    .full_calc__container {
        flex-direction: row;
    }
}

.calculator__main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 1;
    padding: 0;
    background-color: #FFFFFF;
    flex-grow: 1;
}

@media (min-width: 900px) {
    .calculator__main {
        flex-basis: 50%;
        flex-grow: 1;
    }
}

@media (min-width: 1800px) {
    .calculator__main {
        flex-basis: 60%;
    }
}

.subStep,
.step,
.subStepAtributes {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.step {
    padding: 2rem;
    padding-bottom: 0;
    min-height: 36rem;
}

@media (min-width: 400px) {
    .step {
        padding: 4rem;
        padding-bottom: 0;
        min-height: 47rem;
    }
}

@media (min-width: 650px) {
    .step {
        padding: 4rem 6rem;
        padding-bottom: 0;
        min-height: 52rem;
    }
}

@media (min-width: 700px) {
    .step {
        min-height: 52rem;
    }
}

@media (min-width: 900px) {
    .step {
        min-height: 51rem;
        padding: 4rem;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .step {
        min-height: 56rem;
    }
}

@media (min-width: 1500px) {
    .step {
        min-height: 62rem;
        padding-right: 9rem;
        padding-left: 9rem;
    }
}

@media (min-width: 1800px) {
    .step {
        min-height: 75rem;
        padding: 5rem  8rem;
        padding-bottom: 0;
    }
}

.step .text {
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    color: #000;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 400px) {
    .step .text {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 650px) {
    .step .text {
        font-size: 2.2rem;
    }
}

@media (min-width: 900px) {
    .step .text {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .step .text {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1800px) {
    .step .text {
        padding: 0;
        text-align: center;
        font-size: 4rem;
    }
}

@media (min-width: 1800px) {
    .step_one,
  .final_step {
        padding: 5rem  13rem;
        padding-bottom: 0;
    }
}

label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

label input {
    display: block;
    margin: 0;
    margin-right: 1.5rem;
}

.calculator_container {
    align-items: center;
    margin-top: 3.9rem;
    position: relative;
}

.calculator_container:first-child {
    margin-top: 0;
}

@media (min-width: 400px) {
    .calculator_container {
        margin-top: 4.5rem;
    }
}

@media (min-width: 1200px) {
    .calculator_container {
        margin-top: 5.2rem;
    }
}

@media (min-width: 1800px) {
    .calculator_container {
        margin-top: 7.2rem;
    }
}

@media (min-width: 400px) {
    .without__atributes .calculator_container {
        margin-top: 5rem;
    }
}

@media (min-width: 650px) {
    .without__atributes .calculator_container {
        margin-top: 5.5rem;
    }
}

@media (min-width: 900px) {
    .without__atributes .calculator_container {
        margin-top: 6.5rem;
    }
}

@media (min-width: 1500px) {
    .without__atributes .calculator_container {
        margin-top: 7.5rem;
    }
}

@media (min-width: 1800px) {
    .without__atributes .calculator_container {
        margin-top: 8rem;
    }
}

.sockets_switches_box {
    display: flex;
    justify-content: space-between;
}

.electric_select .calculator_steps_text {
    font-size: 0.6rem;
}

@media (min-width: 400px) {
    .electric_select .calculator_steps_text {
        font-size: 0.8rem;
    }
}

@media (min-width: 600px) {
    .electric_select .calculator_steps_text {
        font-size: 1rem;
    }
}

@media (min-width: 650px) {
    .electric_select .calculator_steps_text {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .electric_select .calculator_steps_text {
        font-size: 1.4rem;
    }
}

@media (min-width: 1800px) {
    .electric_select .calculator_steps_text {
        font-size: 1.8rem;
    }
}

.calculator_select {
    font-family: "Montserrat", sans-serif !important;
    padding: 0.5rem 1.2rem;
    height: 27px;
    font-size: 0.8rem;
    background-color: #E5E5E5;
    color: #464D5A;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 130%;
    z-index: 5;
    min-width: 18rem;
}

@media (min-width: 400px) {
    .calculator_select {
        font-size: 1rem;
        height: 35px;
        min-width: 21rem;
    }
}

@media (min-width: 600px) {
    .calculator_select {
        font-size: 1.2rem;
        height: 30px;
        padding: 0 2rem;
    }
}

@media (min-width: 1200px) {
    .calculator_select {
        font-size: 1.4rem;
        height: 34px;
        min-width: 25rem;
    }
}

@media (min-width: 1800px) {
    .calculator_select {
        height: 46px;
        font-size: 1.6rem;
        min-width: 28rem;
    }
}

.electric_select {
    background-color: #FFFFFF;
    height: auto;
    padding: 0;
}

.step_one .calculator_container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
}

.step_one label {
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 1.5rem;
    justify-content: start;
}

@media (min-width: 650px) {
    .step_one label {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .step_one label {
        font-size: 2.3rem;
        margin-top: 2.5rem;
    }
}

@media (min-width: 1500px) {
    .step_one label {
        font-size: 3rem;
        margin-top: 3rem;
    }
}

@media (min-width: 1800px) {
    .step_one label {
        font-size: 3rem;
        margin-top: 2.5rem;
    }
}

.calculator_steps_text {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 1rem;
}

@media (min-width: 400px) {
    .calculator_steps_text {
        font-size: 1.3rem;
    }
}

@media (min-width: 650px) {
    .calculator_steps_text {
        font-size: 1.8rem;
    }
}

@media (min-width: 900px) {
    .calculator_steps_text {
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .calculator_steps_text {
        font-size: 1.6rem;
    }
}

@media (min-width: 1500px) {
    .calculator_steps_text {
        font-size: 2.2rem;
    }
}

@media (min-width: 1800px) {
    .calculator_steps_text {
        font-size: 2.6rem;
    }
}

.stepWithRoom {
    position: relative;
}

.stepWithRoom label {
    font-size: 0.9rem;
    margin-right: 1.4rem;
}

.stepWithRoom label input {
    margin-right: 0.7rem;
}

@media (min-width: 1800px) {
    .stepWithRoom label input {
        margin-right: 1.3rem;
    }
}

@media (min-width: 400px) {
    .stepWithRoom label {
        font-size: 1.1rem;
    }
}

@media (min-width: 650px) {
    .stepWithRoom label {
        font-size: 1.4rem;
        margin-right: 1.8rem;
    }
}

@media (min-width: 1500px) {
    .stepWithRoom label {
        font-size: 2rem;
    }
}

@media (min-width: 1800px) {
    .stepWithRoom label {
        font-size: 2.6rem;
        margin-right: 6rem;
    }
}

input {
    display: inline-block;
    border-radius: 3px;
    background-color: #E5E5E5;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: 1px solid #1261AB !important;
    -moz-outline-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

@media (min-width: 400px) {
    input[type=checkbox] {
        width: 22px;
        height: 22px;
    }
}

@media (min-width: 600px) {
    input[type=checkbox] {
        width: 25px;
        height: 25px;
    }
}

@media (min-width: 1200px) {
    input[type=checkbox] {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1500px) {
    input[type=checkbox] {
        width: 35px;
        height: 35px;
    }
}

input[type=checkbox]:checked {
    background-color: #1261AB;
}

.area_input__label {
    margin-bottom: 1rem;
}

.area_input__label:not(:first-child) {
    margin-top: 1rem;
}

.area_input__label:not(:last-child) {
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .area_input__label {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1800px) {
    .area_input__label {
        margin-bottom: 2rem;
    }
}

.area_input__label span:last-child {
    justify-content: space-between;
    max-width: 60px;
    width: 100%;
}

@media (min-width: 400px) {
    .area_input__label span:last-child {
        max-width: 100px;
        width: 100%;
    }
}

@media (min-width: 650px) {
    .area_input__label span:last-child {
        max-width: 110px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .area_input__label span:last-child {
        max-width: 140px;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .area_input__label span:last-child {
        max-width: 180px;
        width: 100%;
    }
}

.area_input {
    display: block;
    max-width: auto !important;
    width: 35px;
    height: 20px;
    font-size: 0.9rem;
    padding-left: 5px;
}

@media (min-width: 400px) {
    .area_input {
        width: 70px;
        height: 30px;
        font-size: 2rem;
    }
}

@media (min-width: 650px) {
    .area_input {
        width: 80px;
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .area_input {
        width: 100px;
        height: 45px;
        padding-left: 1rem;
    }
}

@media (min-width: 1500px) {
    .area_input {
        width: 110px !important;
        height: 50px;
        font-size: 2rem;
        padding-left: 2rem;
    }
}

.input_calc__box {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 400px) {
    .input_calc__box {
        max-width: 30rem;
        width: 100%;
    }
}

@media (min-width: 650px) {
    .input_calc__box {
        max-width: 50rem;
        width: 100%;
    }
}

@media (min-width: 1800px) {
    .input_calc__box {
        max-width: 57rem;
        width: 100%;
    }
}

.input__calc {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.5rem 1rem;
}

@media (min-width: 400px) {
    .input__calc {
        height: 5rem;
        padding: 1rem 3rem;
    }
}

@media (min-width: 1200px) {
    .input__calc {
        height: 7rem;
        padding: 1rem 3rem;
    }
}

@media (min-width: 1800px) {
    .input__calc {
        height: 8rem;
        padding: 1.5rem 3rem;
    }
}

.calculator_menu {
    font-size: 1.4rem;
}

@media (min-width: 1500px) {
    .calculator_menu {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1800px) {
    .calculator_menu {
        margin-bottom: 3rem;
    }
}

.calculator_menu__item {
    flex-basis: 33.3%;
    font-weight: 700;
    text-align: center;
    justify-content: space-between;
}

.calculator_menu__item--active {
    text-decoration: underline;
    color: #1261AB;
}

.calculator_menu__item:hover {
    text-decoration: underline;
}

.calculator_menu__item:active {
    opacity: 0.4;
}

.final_step label {
    font-weight: 400;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

@media (min-width: 650px) {
    .final_step label {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        margin-top: 3rem;
    }
}

@media (min-width: 1200px) {
    .final_step label {
        font-size: 1.8rem;
    }
}

@media (min-width: 1800px) {
    .final_step label {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 650px) {
    .calc_note {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .calc_note {
        font-size: 1.6rem;
    }
}

@media (min-width: 1800px) {
    .calc_note {
        font-size: 1.8rem;
    }
}

.full_calc__submit {
    margin: 3rem auto 0;
}

@media (min-width: 1800px) {
    .full_calc__submit {
        margin-top: 6rem;
    }
}

.calc__button_menu__container {
    width: 100%;
    border-top: 0.5px solid #1261AB;
    padding: 0.8rem 3rem;
}

@media (min-width: 650px) {
    .calc__button_menu__container {
        padding: 2em 6rem;
    }
}

@media (min-width: 1800px) {
    .calc__button_menu__container {
        padding: 3rem 7rem;
    }
}

.calc__button__container {
    border: 0;
    align-self: flex-end;
}

.calc__button_menu {
    width: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0.5rem;
    margin-top: 0;
}

@media (min-width: 400px) {
    .calc__button_menu {
        padding: 0 1rem;
    }
}

.menu_bottom {
    padding: 1rem 2.5rem;
}

.calc__button_menu_item {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-right: 0.5rem;
    opacity: 0.6;
}

.calc__button_menu_item span {
    flex-grow: 1;
}

.calc__button_menu_item--active {
    font-weight: 700;
    color: #1261AB;
}

.calc__button_menu_item--visited {
    opacity: 1;
}

@media (min-width: 400px) {
    .calc__button_menu_item {
        font-size: 1rem;
    }
}

@media (min-width: 650px) {
    .calc__button_menu_item {
        font-size: 1.4rem;
    }
}

@media (min-width: 900px) {
    .calc__button_menu_item {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .calc__button_menu_item {
        font-size: 1.6rem;
        margin-right: 1rem;
    }
}

@media (min-width: 1500px) {
    .calc__button_menu_item {
        margin-right: 1.5rem;
        font-size: 1.4rem;
    }
}

@media (min-width: 1800px) {
    .calc__button_menu_item {
        margin-right: 1.5rem;
        font-size: 2rem;
    }
}

.calc__next_arr {
    transform: rotate(360deg);
}

.calc__with_total {
    order: 2;
}

@media (min-width: 900px) {
    .calc__with_total {
        flex-basis: 50%;
        overflow: hidden;
    }
}

@media (min-width: 1500px) {
    .calc__with_total {
        flex-basis: 40%;
    }
}

.calc__top_text,
.total {
    background-color: #1261AB;
    padding: 1rem 3rem;
    font-size: 0.9rem;
    color: #FFFFFF;
    line-height: 1.4;
}

@media (min-width: 400px) {
    .calc__top_text,
    .total {
        padding: 1.5rem 4rem;
        font-size: 1rem;
    }
}

@media (min-width: 600px) {
    .calc__top_text,
    .total {
        font-size: 1.3rem;
    }
}

@media (min-width: 650px) {
    .calc__top_text,
    .total {
        padding: 2rem 6rem;
    }
}

@media (min-width: 750px) {
    .calc__top_text,
    .total {
        font-size: 1.8rem;
    }
}

@media (min-width: 900px) {
    .calc__top_text,
    .total {
        font-size: 1.6rem;
        padding: 2rem 3rem;
        min-height: 13rem;
    }
}

@media (min-width: 1500px) {
    .calc__top_text,
    .total {
        font-size: 2rem;
        padding: 3rem 5rem;
    }
}

@media (min-width: 1800px) {
    .calc__top_text,
    .total {
        padding: 2rem 4rem;
        font-size: 2.5rem;
        min-height: 16rem;
    }
}

.calc__top_text p:first-child,
.total p:last-child {
    font-size: 1.2rem;
}

@media (min-width: 400px) {
    .calc__top_text p:first-child,
    .total p:last-child {
        font-size: 1.4rem;
    }
}

@media (min-width: 600px) {
    .calc__top_text p:first-child,
    .total p:last-child {
        font-size: 1.8rem;
    }
}

@media (min-width: 750px) {
    .calc__top_text p:first-child,
    .total p:last-child {
        font-size: 3rem;
    }
}

@media (min-width: 900px) {
    .calc__top_text p:first-child,
    .total p:last-child {
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .calc__top_text p:first-child,
    .total p:last-child {
        font-size: 2.3rem;
    }
}

.calc__top_text p:first-child {
    font-weight: 700;
}

@media (min-width: 1800px) {
    .calc__top_text p:first-child {
        font-size: 4rem;
    }
}

.total p {
    flex-basis: 70%;
}

@media (min-width: 1800px) {
    .total p {
        flex-basis: 52%;
    }
}

.total p:last-child {
    font-weight: 500;
    flex-basis: 30%;
    text-align: right;
}

@media (min-width: 1800px) {
    .total p:last-child {
        flex-basis: 50%;
        font-size: 6rem;
    }
}

@media (min-width: 900px) {
    .total {
        background-color: #FFFFFF;
        color: gray;
    }
}

.calculator__images {
    display: none;
    overflow: hidden;
}

@media (min-width: 900px) {
    .calculator__images {
        display: block;
        align-self: flex-end;
        height: 100%;
    }
}

.calc_image {
    height: 100%;
    width: 100%;
}

.calc_image img {
    -o-object-position: bottom;
    object-position: bottom;
    height: 100%;
}

.calc_arr[disabled] {
    background-color: #FFFFFF;
    border: 1px solid #464D5A;
}

.calc_arr[disabled] .calc__back_arr {
    fill: #464D5A;
}

.calc-file {
    display: none !important;
}

#calcFile {
    display: none !important;
}

/*.......services.......*/
/*/////////////////////*/
@media (min-width: 800px) {
    .services {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 1000px) {
    .services {
        max-width: 900px;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .services {
        max-width: 1095px;
        width: 100%;
    }
}

.underline {
    width: 10em;
    height: 2px;
    display: block;
    margin: 0.5rem auto 0;
    background-color: #8BA3BA;
}

@media (min-width: 400px) {
    .underline {
        width: 19em;
        height: 2px;
    }
}

@media (min-width: 650px) {
    .underline {
        width: 25em;
        height: 2px;
    }
}

@media (min-width: 1500px) {
    .underline {
        height: 4px;
        width: 30em;
    }
}

.services_list {
    display: flex;
    flex-direction: column;
}

@media (min-width: 650px) {
    .services_list {
        margin-top: 3rem;
        flex-direction: row;
        justify-content: space-between;
    }

    .services_list li {
        flex-basis: 33%;
    }
}

@media (min-width: 1200px) {
    .services_list {
        margin-top: 5rem;
    }
}

@media (min-width: 1800px) {
    .services_list {
        margin-top: 8rem;
    }
}

.to_service_link {
    display: block;
    align-items: center;
    margin-top: 2rem;
    margin-left: 2rem;
}

@media (min-width: 650px) {
    .to_service_link {
        flex-direction: column;
    }
}

.service_ling__img_container {
    max-width: 80px;
    width: 100%;
    height: 60px;
    margin-right: 2rem;
}

@media (min-width: 400px) {
    .service_ling__img_container {
        max-width: 100px;
        width: 100%;
        height: 70px;
    }
}

@media (min-width: 650px) {
    .service_ling__img_container {
        max-width: 120px;
        width: 100%;
        height: 90px;
    }
}

@media (min-width: 800px) {
    .service_ling__img_container {
        max-width: 170px;
        width: 100%;
        height: 110px;
    }
}

@media (min-width: 1200px) {
    .service_ling__img_container {
        max-width: 200px;
        width: 100%;
        height: 140px;
    }
}

@media (min-width: 1500px) {
    .service_ling__img_container {
        max-width: 265px;
        width: 100%;
        height: 170px;
    }
}

@media (min-width: 1800px) {
    .service_ling__img_container {
        max-width: 290px;
        width: 100%;
        height: 185px;
    }
}

.services_link__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.services_link__text {
    width: 100%;
    background-color: #E5E5E5;
    padding: 10px 15px;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}

@media (min-width: 400px) {
    .services_link__text {
        font-size: 1.5rem;
    }
}

@media (min-width: 650px) {
    .services_link__text {
        background: none;
        font-size: 1.8rem;
    }
}

@media (min-width: 800px) {
    .services_link__text {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .services_link__text {
        font-size: 2.4rem;
        margin-top: 1.5rem;
    }
}

@media (min-width: 1500px) {
    .services_link__text {
        font-size: 2.8rem;
    }
}

@media (min-width: 1800px) {
    .services_link__text {
        font-size: 3.2rem;
        margin-top: 2.5rem;
    }
}

/*.....portfolio_preview.......*/
/*/////////////////////////////*/
.portfolio_preview {
    background-color: #464D5A;
}

.slider_container,
.slider_img__container {
    height: 20rem;
}

@media (min-width: 500px) {
    .slider_container,
    .slider_img__container {
        height: 27rem;
    }
}

@media (min-width: 650px) {
    .slider_container,
    .slider_img__container {
        height: 40rem;
    }
}

@media (min-width: 800px) {
    .slider_container,
    .slider_img__container {
        height: 50rem;
    }
}

@media (min-width: 1200px) {
    .slider_container,
    .slider_img__container {
        height: 60rem;
    }
}

@media (min-width: 1800px) {
    .slider_container,
    .slider_img__container {
        height: 79rem;
    }
}

.slider_container {
    overflow: hidden;
    width: 100%;
    order: 1;
}

@media (min-width: 1800px) {
    .slider_container {
        max-width: 50vw;
        width: 100%;
    }
}

.two {
    flex-direction: column;
    position: relative;
}

@media (min-width: 900px) {
    .two {
        overflow: hidden;
        flex-direction: row;
    }
}

.right_arrow {
    width: 1rem;
    height: 2rem;
    fill: #FFFFFF;
    stroke: #FFFFFF;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    right: 1.2rem;
    top: 9rem;
}

@media (min-width: 500px) {
    .right_arrow {
        width: 2rem;
        height: 3rem;
        top: 12rem;
        right: 2rem;
    }
}

@media (min-width: 650px) {
    .right_arrow {
        width: 2.5rem;
        height: 3.5rem;
        top: 19rem;
    }
}

@media (min-width: 800px) {
    .right_arrow {
        top: 24rem;
    }
}

@media (min-width: 900px) {
    .right_arrow {
        width: 5rem;
        height: 3rem;
        right: auto;
        left: 45%;
    }
}

@media (min-width: 1200px) {
    .right_arrow {
        top: 28rem;
    }
}

@media (min-width: 1500px) {
    .right_arrow {
        left: 65rem;
    }
}

@media (min-width: 1800px) {
    .right_arrow {
        width: 7rem;
        height: 5rem;
        top: 35rem;
        right: auto;
        left: 85rem;
    }
}

.right_arrow:hover {
    fill: #1261AB;
    stroke: #1261AB;
}

.right_arrow:active {
    opacity: 0.6;
}

.slider_img__container {
    width: 100%;
}

@media (min-width: 900px) {
    .slider_img__container {
        overflow: hidden;
    }
}

.slider__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

.portfolio_preview__text {
    padding: 1.5rem 2.5rem 2.5rem;
    background-color: #DDE8F2;
    color: #464D5A;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4;
    order: 2;
}

@media (min-width: 400px) {
    .portfolio_preview__text {
        padding: 2rem 2.5rem 2.5rem;
        font-size: 1.4rem;
    }
}

@media (min-width: 650px) {
    .portfolio_preview__text {
        padding: 3rem 6rem;
        font-size: 1.4rem;
    }
}

@media (min-width: 800px) {
    .portfolio_preview__text {
        font-size: 1.4rem;
    }
}

@media (min-width: 900px) {
    .portfolio_preview__text {
        padding: 3rem;
        max-width: 50vw;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .portfolio_preview__text {
        padding: 5rem 8rem;
        font-size: 1.6rem;
    }
}

@media (min-width: 1500px) {
    .portfolio_preview__text {
        padding: 6.5rem 7.2rem 0;
        font-size: 1.8rem;
    }
}

@media (min-width: 1800px) {
    .portfolio_preview__text {
        padding: 6.5rem 7.2rem 0;
        font-size: 2.3rem;
    }
}

.portfolio_preview__text p:nth-child(2) {
    margin-top: 1.5rem;
}

.portfolio_preview__text a {
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
}

@media (min-width: 800px) {
    .portfolio_preview__text a {
        margin-top: 4rem;
    }
}

@media (min-width: 1500px) {
    .portfolio_preview__text a {
        margin-top: 9rem;
    }
}

@media (min-width: 1800px) {
    .portfolio_preview__text a {
        margin-top: 12rem;
    }
}

.dots_container {
    overflow: hidden;
}

.dots_two_container {
    overflow: hidden;
}

/*.......work stages.......*/
/*////////////////////////*/
.work_stages {
    padding-right: 1rem;
    padding-left: 2.5rem;
}

@media (min-width: 650px) {
    .work_stages {
        padding: 0 6rem;
    }
}

.work_stages button {
    display: block;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    border: none;
    order: 2;
}

@media (min-width: 650px) {
    .work_stages button {
        margin-top: 2.5rem;
    }
}

@media (min-width: 800px) {
    .work_stages button {
        order: 3;
    }
}

@media (min-width: 1200px) {
    .work_stages button {
        margin-top: 6rem;
    }
}

@media (min-width: 1500px) {
    .work_stages button {
        font-size: 2rem;
    }
}

.stages_container {
    flex-direction: column;
}

@media (min-width: 1200px) {
    .stages_container {
        margin-top: 3rem;
    }
}

@media (min-width: 1800px) {
    .stages_container {
        margin-top: 6rem;
    }
}

.work_stages__list {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    color: #000;
    order: 1;
}

@media (min-width: 650px) {
    .work_stages__list {
        margin-top: 2.5rem;
        font-size: 1.7rem;
    }
}

@media (min-width: 800px) {
    .work_stages__list {
        text-align: center;
    }
}

@media (min-width: 900px) {
    .work_stages__list {
        font-size: 2rem;
        line-height: 2;
    }
}

@media (min-width: 1500px) {
    .work_stages__list {
        margin-top: 4.5rem;
        font-size: 2.6rem;
    }
}

@media (min-width: 1800px) {
    .work_stages__list {
        font-size: 3.8rem;
    }
}

.stages__item {
    display: block;
    margin-top: 1rem;
}

.stages__item::before {
    content: " ";
    display: inline-block;
    width: 1.5rem;
    height: 0.8rem;
    margin-right: 1rem;
    background-image: url("../img/work_stages/arrow.svg");
    background-repeat: no-repeat;
}

@media (min-width: 800px) {
    .stages__item {
        display: inline;
        margin-right: 1.5rem;
        margin-bottom: 3px;
    }

    .stages__item::before {
        margin-bottom: 3px;
    }
}

@media (min-width: 1500px) {
    .stages__item::before {
        width: 5rem;
        height: 2rem;
        background-image: url("../img/work_stages/arrow2.svg");
    }
}

.stages_note {
    margin-top: 1.4rem;
    font-size: 0.6rem;
    line-height: 1.4;
    text-align: center;
    order: 3;
}

@media (min-width: 650px) {
    .stages_note {
        margin-top: 2rem;
        font-size: 1rem;
    }
}

@media (min-width: 800px) {
    .stages_note {
        order: 2;
    }
}

@media (min-width: 900px) {
    .stages_note {
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .stages_note {
        margin-top: 3rem;
    }
}

@media (min-width: 1500px) {
    .stages_note {
        font-size: 1.8rem;
        margin-top: 3rem;
    }
}

@media (min-width: 1800px) {
    .stages_note {
        margin-top: 6rem;
        font-size: 2.4rem;
    }
}

/*.......answers.......*/
/*/////////////////////*/
.question,
.answers__item {
    max-width: 25rem;
    width: 100%;
}

@media (min-width: 400px) {
    .question,
    .answers__item {
        max-width: 35rem;
        width: 100%;
    }
}

@media (min-width: 650px) {
    .question,
    .answers__item {
        max-width: 50rem;
        width: 100%;
    }
}

@media (min-width: 800px) {
    .question,
    .answers__item {
        max-width: 72rem;
        width: 100%;
    }
}

.answers__item {
    padding: 0.8em 2.5em;
    margin-top: 1.6rem;
    cursor: pointer;
    background-color: #464D5A;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    border-radius: 1px;
}

@media (min-width: 400px) {
    .answers__item {
        font-size: 1.4rem;
    }
}

@media (min-width: 650px) {
    .answers__item {
        font-size: 1.6rem;
    }
}

@media (min-width: 800px) {
    .answers__item {
        font-size: 1.9rem;
        padding: 1.5rem 7rem;
    }
}

@media (min-width: 1200px) {
    .answers__item {
        font-size: 2.8rem;
    }
}

@media (min-width: 1500px) {
    .answers__item {
        max-width: 92rem;
        width: 100%;
        padding: 2.5rem 5rem 2.5rem;
        font-size: 3.6rem;
    }
}

.answers__item--opened {
    max-width: 100%;
    background-color: #E5E5E5;
    color: #000;
    padding: 1.5rem 6rem 3rem;
    text-align: left;
}

.answers__item--opened:first-child {
    margin-top: 0;
}

@media (min-width: 650px) {
    .answers__item--opened {
        padding: 2.5rem 9rem 3rem;
    }
}

@media (min-width: 800px) {
    .answers__item--opened {
        padding: 3.5rem 11rem 4rem;
    }
}

@media (min-width: 1000px) {
    .answers__item--opened {
        padding: 3.5rem 20rem 4rem;
    }
}

@media (min-width: 1200px) {
    .answers__item--opened {
        padding: 3.5rem 30rem 4rem;
    }
}

@media (min-width: 1500px) {
    .answers__item--opened {
        font-size: 3.4rem;
    }
}

@media (min-width: 1660px) {
    .answers__item--opened {
        padding: 4.5rem 48rem 4.5rem;
    }
}

@media (min-width: 1800px) {
    .answers__item--opened {
        font-size: 3.6rem;
    }
}

.to_up__img {
    display: inline-block;
    width: 3.5px;
    height: 2.5px;
    transform: rotate(180deg);
}

@media (min-width: 400px) {
    .to_up__img {
        width: 15px;
        height: 8px;
    }
}

@media (min-width: 1200px) {
    .to_up__img {
        margin-top: auto;
        margin-bottom: 5px;
        align-content: center;
        width: 1.2rem;
        height: 0.8rem;
    }
}

.arrow_to_up {
    display: block;
    width: 14px;
    height: 14px;
    background: none;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 25%;
    right: 6%;
    z-index: 3;
}

@media (min-width: 1200px) {
    .arrow_to_up {
        width: 48px;
        height: 48px;
    }
}

.arrow_to_up--opened {
    background-color: #FFFFFF;
    top: 7%;
    right: 18%;
}

.arrow_to_up--opened .to_up__img {
    transform: rotate(360deg);
    margin-bottom: 1px;
}

@media (min-width: 400px) {
    .arrow_to_up--opened .to_up__img {
        width: 5px;
        height: 3px;
        margin-bottom: 5px;
    }
}

@media (min-width: 650px) {
    .arrow_to_up--opened .to_up__img {
        width: 12px;
        height: 7px;
        margin-bottom: 0;
        margin-top: 12px;
    }
}

@media (min-width: 1200px) {
    .arrow_to_up--opened .to_up__img {
        margin-top: 0;
        margin-bottom: 3px;
    }
}

@media (min-width: 1500px) {
    .arrow_to_up--opened .to_up__img {
        margin-bottom: 7px;
    }
}

@media (min-width: 1800px) {
    .arrow_to_up--opened .to_up__img {
        margin-bottom: 6px;
    }
}

@media (min-width: 400px) {
    .arrow_to_up--opened {
        right: 15%;
    }
}

@media (min-width: 650px) {
    .arrow_to_up--opened {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .arrow_to_up--opened {
        width: 40px;
        height: 40px;
        top: 10%;
        right: 20%;
    }
}

@media (min-width: 1800px) {
    .arrow_to_up--opened {
        width: 48px;
        height: 48px;
        top: 10%;
        right: 22%;
    }
}

.answer_container {
    display: none;
    font-size: 0.7rem;
    color: #000;
    font-weight: normal;
    line-height: 1.4;
}

.answer_container p {
    margin-top: 1.5em;
}

@media (min-width: 400px) {
    .answer_container {
        font-size: 1rem;
    }
}

@media (min-width: 650px) {
    .answer_container {
        font-size: 1.4rem;
    }
}

@media (min-width: 1500px) {
    .answer_container {
        font-size: 1.4rem;
    }
}

@media (min-width: 1660px) {
    .answer_container {
        font-size: 1.8rem;
    }
}

.answers__call_back {
    margin-top: 2rem;
    padding: 1rem 2rem;
    background-color: #1261AB;
}

@media (min-width: 650px) {
    .answers__call_back {
        margin-top: 3rem;
        padding: 2rem 9rem;
    }
}

@media (min-width: 1200px) {
    .answers__call_back {
        margin-top: 5rem;
        padding: 3rem 13rem;
    }
}

@media (min-width: 1500px) {
    .answers__call_back {
        padding: 5rem 13rem;
    }
}

@media (min-width: 1800px) {
    .answers__call_back {
        margin-top: 13rem;
        padding: 6.3rem 13rem;
    }
}

.answers__call_back_text {
    color: #FFFFFF;
    flex-direction: column;
}

.answers__call_back_text p:first-child {
    font-size: 1.4rem;
    font-weight: 500;
}

@media (min-width: 400px) {
    .answers__call_back_text p:first-child {
        font-size: 1.5rem;
    }
}

@media (min-width: 800px) {
    .answers__call_back_text p:first-child {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .answers__call_back_text p:first-child {
        font-size: 3rem;
    }
}

@media (min-width: 1800px) {
    .answers__call_back_text p:first-child {
        font-size: 4rem;
    }
}

.answers__call_back_text p:last-child {
    font-size: 0.7rem;
    font-weight: 400;
}

@media (min-width: 400px) {
    .answers__call_back_text p:last-child {
        font-size: 0.8rem;
    }
}

@media (min-width: 650px) {
    .answers__call_back_text p:last-child {
        font-size: 1rem;
    }
}

@media (min-width: 800px) {
    .answers__call_back_text p:last-child {
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .answers__call_back_text p:last-child {
        font-size: 1.6rem;
    }
}

@media (min-width: 1500px) {
    .answers__call_back_text p:last-child {
        font-size: 1.8rem;
    }
}

@media (min-width: 1800px) {
    .answers__call_back_text p:last-child {
        font-size: 2.2rem;
    }
}

@media (min-width: 1500px) {
    .answers__call_back_text {
        flex-direction: row;
        align-items: center;
        flex-basis: 67%;
    }
}

/*........Price.......*/
/*///////////////////*/
.price__container {
    margin-top: 1.8rem;
    width: 100%;
}

@media (min-width: 1200px) {
    .price__container {
        margin-top: 0;
        width: auto;
        flex-basis: 55%;
        flex-grow: 1;
    }
}

@media (min-width: 1200px) {
    .price__main {
        margin-top: 5rem;
    }
}

@media (min-width: 1500px) {
    .price__main {
        margin-top: 6rem;
    }
}

.tub_btn_list {
    display: none;
    margin-right: 9rem;
}

@media (min-width: 1200px) {
    .tub_btn_list {
        display: block;
        flex-basis: 38%;
        flex-grow: 1;
    }
}

.tab_btn_list__item {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .tab_btn_list__item {
        font-size: 2rem;
        color: #464D5A;
        font-weight: 500;
        padding: 2rem 6rem 2rem 14rem;
    }

    .tab_btn_list__item--active {
        background-color: #464D5A;
        color: #FFFFFF;
        box-shadow: 21px 14px 46px -2px rgba(0, 0, 0, 0.12);
    }
}

@media (min-width: 1500px) {
    .tab_btn_list__item {
        font-size: 2.8rem;
        padding: 2rem 6rem 2rem 14rem;
    }
}

@media (min-width: 1800px) {
    .tab_btn_list__item {
        font-size: 3.6rem;
    }
}

.tab_title {
    text-align: left;
    color: #464D5A;
    font-size: 1.2rem;
    margin-top: 1rem;
    padding-left: 2rem;
}

@media (min-width: 400px) {
    .tab_title {
        font-size: 1.4rem;
    }
}

@media (min-width: 650px) {
    .tab_title {
        font-size: 1.6rem;
    }
}

@media (min-width: 700px) {
    .tab_title {
        font-size: 2rem;
        padding-left: 6rem;
    }
}

@media (min-width: 1200px) {
    .tab_title {
        display: none;
    }
}

.tab_title--opened {
    width: 100%;
    padding: 1.5rem;
    background-color: #464D5A;
    font-size: 1.6;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    box-shadow: 11.0132px 7.34211px 24.1241px -1.04887px rgba(0, 0, 0, 0.12);
}

@media (min-width: 650px) {
    .tab_title--opened {
        font-size: 1.8rem;
    }
}

@media (min-width: 700px) {
    .tab_title--opened {
        font-size: 2rem;
        padding: 2rem;
    }
}

.tab_text {
    display: none;
}

.price__grid_container {
    display: grid;
    padding: 1rem 2rem;
    grid-template-columns: 2fr 1fr;
    row-gap: 1rem;
    color: #000;
}

@media (min-width: 650px) {
    .price__grid_container {
        padding: 2rem 4rem;
    }
}

@media (min-width: 700px) {
    .price__grid_container {
        padding: 4rem 9rem;
    }
}

@media (min-width: 1200px) {
    .price__grid_container {
        row-gap: 2rem;
        padding-left: 0;
    }
}

@media (min-width: 1500px) {
    .price__grid_container {
        row-gap: 3rem;
        padding-right: 12rem;
    }
}

@media (min-width: 1800px) {
    .price__grid_container {
        row-gap: 4.5rem;
    }
}

.left_column {
    text-align: left;
    font-size: 0.9rem;
    font-weight: 400;
}

@media (min-width: 400px) {
    .left_column {
        font-size: 1.1rem;
    }
}

@media (min-width: 650px) {
    .left_column {
        font-size: 1.3rem;
    }
}

@media (min-width: 700px) {
    .left_column {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .left_column {
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .left_column {
        font-size: 2.6rem;
    }
}

@media (min-width: 1800px) {
    .left_column {
        font-size: 3rem;
    }
}

.right_column {
    text-align: right;
    font-size: 1rem;
    font-weight: 500;
}

@media (min-width: 400px) {
    .right_column {
        font-size: 1.2rem;
    }
}

@media (min-width: 650px) {
    .right_column {
        font-size: 1.4rem;
    }
}

@media (min-width: 700px) {
    .right_column {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .right_column {
        font-size: 2.2rem;
    }
}

@media (min-width: 1500px) {
    .right_column {
        font-size: 2.8rem;
    }
}

@media (min-width: 1800px) {
    .right_column {
        font-size: 3.6rem;
    }
}

.price_name,
.price_cost {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

@media (min-width: 650px) {
    .price_name,
    .price_cost {
        font-size: 1.4rem;
    }
}

@media (min-width: 900px) {
    .price_name,
    .price_cost {
        font-size: 1.6rem;
    }
}

@media (min-width: 1500px) {
    .price_name,
    .price_cost {
        font-size: 1.8rem;
    }
}

.price__btn {
    margin: 3rem auto;
    padding: 2rem;
    background: rgba(139, 163, 186, 0.6);
    border-radius: 6px;
    color: #464D5A;
    text-decoration: underline;
}

@media (min-width: 700px) {
    .price__btn {
        margin-top: 5rem;
    }
}

@media (min-width: 800px) {
    .price__btn {
        min-width: 28rem;
    }
}

@media (min-width: 1000px) {
    .price__btn {
        margin-top: 7rem;
    }
}

@media (min-width: 1200px) {
    .price__btn {
        margin-top: 4rem;
        padding: 2.5rem 4.5rem;
        margin-right: 12rem;
        margin-left: auto;
    }
}

/*.......boss say.......*/
/*/////////////////////*/
.boss_say {
    margin-left: 2rem;
    margin-right: 2rem;
}

@media (min-width: 1200px) {
    .boss_say {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (min-width: 1500px) {
    .boss_say {
        margin-right: 7rem;
    }
}

@media (min-width: 1800px) {
    .boss_say {
        margin-right: 11rem;
    }
}

@media (min-width: 1200px) {
    .boss_say__mobile {
        display: none;
    }
}

.boss_says__title {
    display: none;
}

@media (min-width: 1200px) {
    .boss_says__title {
        display: block;
        text-align: center;
        margin-bottom: 2rem;
    }

    .boss_says__title .underline {
        width: 15em;
    }
}

@media (min-width: 1500px) {
    .boss_says__title {
        text-align: center;
        margin-bottom: 6rem;
    }

    .boss_says__title .underline {
        width: 9em;
    }
}

.boss_says__m_hide {
    display: none;
}

@media (min-width: 1200px) {
    .boss_says__m_hide {
        display: block;
    }
}

.boss_says_container {
    align-items: center;
    margin-top: 1.7rem;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1200px) {
    .boss_says_container {
        margin-top: 0;
        align-items: center;
        flex-direction: row;
    }
}

.boss_says__text {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    flex-basis: 100%;
	margin-bottom: 50px;
	text-align: center;
}

@media (min-width: 400px) {
    .boss_says__text {
        font-size: 1.2rem;
    }
}

@media (min-width: 500px) {
    .boss_says__text {
        font-size: 1.5rem;
        padding: 0 3rem 6rem;
    }
}

@media (min-width: 650px) {
    .boss_says__text {
        font-size: 1.8rem;
    }
}

@media (min-width: 800px) {
    .boss_says__text {
        font-size: 2rem;
        padding: 0 6rem 7rem;
    }
}

@media (min-width: 1000px) {
    .boss_says__text {
        font-size: 2.2rem;
        padding: 0 6rem 7rem;
    }
}

@media (min-width: 1200px) {
    .boss_says__text {
        font-size: 1.8rem;
        padding: 2rem;
        flex-basis: 48%;
        flex-grow: 1;
    }

    .boss_says__text button {
        display: block;
        margin-top: 3rem;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1500px) {
    .boss_says__text {
        font-size: 2rem;
    }
}

@media (min-width: 1800px) {
    .boss_says__text {
        font-size: 2.3rem;
        padding: 2rem;
    }
}

.boss_say__img_container {
    display: block;
    overflow: hidden;
    max-width: 8rem;
    width: 100%;
    min-height: 8rem;
    margin-right: 1rem;
    flex-basis: 40%;
    margin-bottom: 1rem;
}

@media (min-width: 500px) {
    .boss_say__img_container {
        max-width: 10.5rem;
        width: 100%;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}

@media (min-width: 650px) {
    .boss_say__img_container {
        max-width: 15rem;
        width: 100%;
        margin-bottom: 3rem;
    }
}

.boss_say__img_container img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .boss_say__img_container {
        margin: 0;
        margin-right: 2rem;
        max-width: 100%;
        width: 100%;
        min-height: 100%;
        font-size: 1.6rem;
        flex-basis: 50%;
        flex-grow: 1;
    }
}

@media (min-width: 1500px) {
    .boss_say__img_container {
        margin-right: 12rem;
    }
}

/*......about.......*/
/*//////////////////*/
@media (min-width: 650px) {
    .about {
        margin-top: -20px;
    }
}

.about__container {
    flex-direction: column;
    margin: 0 2rem;
}

@media (min-width: 1200px) {
    .about__container {
        margin-top: 5rem;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1500px) {
    .about__container {
        margin-right: 6rem;
        margin-left: 14rem;
    }
}

.about__img_container {
    width: 100%;
    order: 1;
}

@media (min-width: 1200px) {
    .about__img_container {
        order: 2;
        flex-basis: 50%;
    }
}

.about__text {
    margin-top: 1rem;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    order: 2;
}

@media (min-width: 1500px) {
    .about__text p {
        margin-top: 1.5rem;
    }
}

.about__text p:first-child {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
}

@media (min-width: 400px) {
    .about__text p:first-child {
        font-size: 1.6rem;
    }
}

@media (min-width: 650px) {
    .about__text p:first-child {
        font-size: 1.8rem;
    }
}

@media (min-width: 800px) {
    .about__text p:first-child {
        font-size: 2.2rem;
    }
}

@media (min-width: 1200px) {
    .about__text p:first-child {
        text-align: left;
    }
}

@media (min-width: 1500px) {
    .about__text p:first-child {
        font-size: 3rem;
        text-align: left;
        margin-top: 0;
    }
}

@media (min-width: 1800px) {
    .about__text p:first-child {
        font-size: 3.6rem;
    }
}

@media (min-width: 400px) {
    .about__text {
        font-size: 1.2rem;
    }
}

@media (min-width: 650px) {
    .about__text {
        font-size: 1.6rem;
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media (min-width: 800px) {
    .about__text {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .about__text {
        order: 1;
        flex-basis: 45%;
        font-size: 1.5rem;
    }
}

@media (min-width: 1300px) {
    .about__text {
        font-size: 1.8rem;
    }
}

@media (min-width: 1600px) {
    .about__text {
        font-size: 1.9rem;
    }
}

@media (min-width: 1800px) {
    .about__text {
        font-size: 2.3rem;
        padding: 0;
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-300px);
        opacity: 0;
    }

    70% {
        transform: translate4(0);
    }

    90% {
        transform: translate4(-5px);
    }

    100% {
        transform: translate4(0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-300px);
        opacity: 0;
    }

    70% {
        transform: translate4(0);
    }

    90% {
        transform: translate4(-5px);
    }

    100% {
        transform: translate4(0);
        opacity: 1;
    }
}

/*........Footer.......*/
/*////////////////////*/
.footer {
    padding: 2rem;
    flex-direction: column;
    background-color: #464D5A;
}

.footer--no_margin_top {
    margin-top: 0;
}

@media (min-width: 500px) {
    .footer {
        padding: 3rem 4rem;
    }
}

@media (min-width: 650px) {
    .footer {
        padding: 4rem;
    }
}

@media (min-width: 1500px) {
    .footer {
        padding: 8rem;
        flex-direction: row;
        align-items: flex-start;
    }
}

@media (min-width: 1800px) {
    .footer {
        padding: 8rem 10rem;
    }
}

.footer_logo_container {
    align-items: center;
}

.footer_logo {
    max-width: 11rem;
    width: 100%;
    height: 3rem;
}

@media (min-width: 650px) {
    .footer_logo {
        max-width: 15rem;
        width: 100%;
        height: 5rem;
    }
}

@media (min-width: 1500px) {
    .footer_logo {
        max-width: 36rem;
        width: 100%;
        height: 9rem;
    }
}

.footer__tel {
    display: block;
    font-size: 1.4rem;
    color: #FFFFFF;
    font-weight: 700;
}

@media (min-width: 650) {
    .footer__tel {
        font-size: 1.8rem;
    }
}

.footer__nav_container {
    margin-top: 2rem;
    text-align: center;
    line-height: 1.4;
}

@media (min-width: 1500px) {
    .footer__nav_container {
        display: flex;
        margin-top: 0;
        justify-content: space-between;
        flex-basis: 55%;
        text-align: left;
    }
}

@media (min-width: 1800px) {
    .footer__nav_container {
        flex-basis: 52%;
    }
}

.footer__nav_list {
    display: inline;
}

.footer__nav_list:first-child {
    display: block;
}

.footer__nav_list li {
    display: inline;
    margin-right: 0.5rem;
}

@media (min-width: 1500px) {
    .footer__nav_list {
        display: block;
    }

    .footer__nav_list li {
        display: block;
        margin-right: 0.5rem;
    }
}

.footer__nav_link {
    display: inline;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
    color: #FFFFFF;
}

@media (min-width: 500px) {
    .footer__nav_link {
        font-size: 1.2rem;
    }
}

@media (min-width: 650px) {
    .footer__nav_link {
        font-size: 1.4rem;
        line-height: 2;
    }
}

@media (min-width: 1500px) {
    .footer__nav_link {
        display: block;
        font-weight: 400;
        font-size: 1.6rem;
    }
}

@media (min-width: 1800px) {
    .footer__nav_link {
        font-size: 1.8rem;
        line-height: 3;
    }
}

.footer__nav_link:hover {
    color: #1261AB;
}

.footer__nav_link:active {
    opacity: 0.7;
}

.footer__policy {
    margin-top: 2rem;
    display: block;
    text-align: center;
    text-transform: none;
}

.footer__policy:hover {
    color: #1261AB;
}

.footer__policy:active {
    opacity: 0.7;
}

/*........Modals.......*/
/*////////////////////*/
.modal_container {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.modal_background {
    width: 100%;
    height: 100vh;
    background-color: rgba(219, 231, 242, 0.6);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

@media (min-width: 1500px) {
    .modal_background {
        padding-top: 2vh;
    }
}

.modal {
    max-width: 39rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 0.9rem;
    font-weight: 400;
    background-color: #FFFFFF;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (min-width: 1500px) {
    .modal {
        max-width: 50rem;
        width: 100%;
        font-size: 1.4rem;
    }
}

@media (min-width: 1800px) {
    .modal {
        font-size: 1.6rem;
    }
}

.modal__icon {
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    z-index: 8;
    top: 1.9rem;
    left: 3rem;
}

@media (min-width: 1200px) {
    .modal_close {
        width: 2.6rem !important;
        height: 2.6rem !important;
        top: 1.9rem !important;
        right: 3rem !important;
    }
}

.order_close {
    top: 1rem;
    right: 3rem;
}

.modal_title {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 1500px) {
    .modal_title {
        font-size: 2rem;
    }
}

@media (min-width: 1800px) {
    .modal_title {
        font-size: 2.2rem;
    }
}

.modal__iner {
    padding: 1rem 3rem 6rem;
}

@media (min-width: 1500px) {
    .modal__iner {
        padding: 2rem 6rem 7rem;
    }
}

@media (min-width: 1800px) {
    .modal__iner {
        padding: 3rem 6rem 7rem;
    }
}

.modal_text {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
}

@media (min-width: 1500px) {
    .modal_text {
        font-size: 1.6rem;
    }
}

@media (min-width: 1800px) {
    .modal_text {
        font-size: 1.8rem;
    }
}

.add_file_btn {
    width: 100%;
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1261AB;
    text-align: right;
    background: rgba(219, 231, 242, 0.25);
    border: 0.5px dashed rgba(18, 97, 171, 0.15);
    border-radius: 3px;
    position: relative;
}

.add_file_btn label {
    text-align: left;
    display: inline-block;
    margin-bottom: 0.5rem;
}

@media (min-width: 1500px) {
    .add_file_btn {
        margin-top: 2rem;
    }
}

@media (min-width: 1800px) {
    .add_file_btn {
        margin-top: 4rem;
    }
}

.add_file_btn__icon {
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 0.5rem;
    top: 1.2rem;
}

.modal_form {
    flex-direction: column;
}

.modal_form label {
    margin-top: 1rem;
}

.modal_note {
    margin-top: 2rem;
}

.modal_submit {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

/*.....price table......*/
/*///////////////////////*/
.full_price_list__spb {
    margin-top: 0;
}

.price_nav__tabs_list {
    background-color: #464D5A;
}

.full_price_list__title {
    color: #FFFFFF;
}

@media (min-width: 1500px) {
    .full_price_list__title {
        padding-top: 1rem;
    }
}

@media (min-width: 1800px) {
    .full_price_list__title {
        padding-top: 3rem;
    }
}

.full_price__tabs_container {
    flex-direction: column;
    padding: 0.5rem 0;
    background-color: #464D5A;
}

@media (min-width: 400px) {
    .full_price__tabs_container {
        padding: 2rem 0;
    }
}

@media (min-width: 900px) {
    .full_price__tabs_container {
        flex-direction: row;
        padding: 3rem 10rem;
    }
}

@media (min-width: 1200px) {
    .full_price__tabs_container {
        padding: 3rem 17rem;
    }
}

@media (min-width: 1500px) {
    .full_price__tabs_container {
        padding: 3rem 20rem;
    }
}

@media (min-width: 1800px) {
    .full_price__tabs_container {
        font-size: 3rem;
        padding: 4rem 12rem;
    }
}

.price__nav_link,
.works_name {
    background-color: #464D5A;
    color: #FFFFFF;
    font-size: 1rem;
    padding: 0.5rem 4.5rem;
}

@media (min-width: 400px) {
    .price__nav_link,
    .works_name {
        font-size: 1.2rem;
    }
}

@media (min-width: 600px) {
    .price__nav_link,
    .works_name {
        font-size: 1.6rem;
    }
}

@media (min-width: 1500px) {
    .price__nav_link,
    .works_name {
        padding: 1rem 4.5rem;
    }
}

.price__nav_link {
    width: 100%;
    display: block;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .price__nav_link {
        font-size: 1.7rem;
        padding: 1rem 3rem;
    }
}

@media (min-width: 1500px) {
    .price__nav_link {
        font-size: 2rem;
    }
}

@media (min-width: 1800px) {
    .price__nav_link {
        font-size: 3rem;
    }
}

.price__nav_link:hover {
    color: #1261AB;
}

.price__nav_link--active {
    color: #1261AB;
}

.works_name {
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.works_name--light_Back {
    background-color: #8BA3BA;
}

.works_name .arrow {
    display: block;
    width: 4px;
    height: 7px;
    transform: rotate(90deg);
    stroke: #FFFFFF;
    fill: #FFFFFF;
    position: absolute;
    right: 6rem;
    top: 0.8rem;
}

@media (min-width: 400px) {
    .works_name .arrow {
        top: 1.5rem;
    }
}

@media (min-width: 900px) {
    .works_name .arrow {
        width: 11px;
        height: 20px;
        right: 19rem;
    }
}

@media (min-width: 1500px) {
    .works_name .arrow {
        width: 21px;
        height: 40px;
        right: 36rem;
        top: 1.5rem;
    }
}

@media (min-width: 1800px) {
    .works_name .arrow {
        width: 21px;
        height: 40px;
        right: 45rem;
        top: 2.5rem;
    }
}

.works_name .arrow--for_big {
    right: 3rem;
}

@media (min-width: 900px) {
    .works_name .arrow--for_big {
        right: 19rem;
    }
}

@media (min-width: 1500px) {
    .works_name .arrow--for_big {
        right: 19rem;
    }
}

@media (min-width: 1800px) {
    .works_name .arrow--for_big {
        right: 23rem;
    }
}

.works_name--opened {
    background-color: #1261AB;
}

.works_name--opened .arrow {
    transform: rotate(-90deg);
}

@media (min-width: 400px) {
    .works_name {
        padding: 1rem;
    }
}

@media (min-width: 900px) {
    .works_name {
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .works_name {
        font-size: 4rem;
    }
}

@media (min-width: 1800px) {
    .works_name {
        font-size: 5.5rem;
    }
}

.full_price_list__wrapper {
    display: none;
}

table {
    width: 100%;
    font-size: 0.7rem;
    font-weight: 400;
    text-align: center;
    color: #464D5A;
    border-collapse: collapse;
}

table tr td:last-child {
    font-weight: 700;
}

@media (min-width: 600px) {
    table tr td:nth-child(2) {
        text-align: left;
        padding-left: 3rem;
    }
}

table td {
    border: 0.18px solid #464D5A;
    border-collapse: collapse;
    line-height: 1.8;
}

@media (min-width: 400px) {
    table td {
        padding: 0.5rem;
    }
}

@media (min-width: 1500px) {
    table td {
        font-size: 2.2rem;
        padding: 0.5rem 2rem;
    }
}

@media (min-width: 400px) {
    table {
        font-size: 1rem;
    }
}

@media (min-width: 600px) {
    table {
        font-size: 1.2rem;
    }
}

@media (min-width: 900px) {
    table {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    table {
        font-size: 1.8rem;
    }
}

@media (min-width: 1500px) {
    table {
        font-size: 2.2rem;
    }
}

@media (min-width: 1800px) {
    table {
        font-size: 3.8rem;
    }
}

.subworks_name {
    font-size: 0.8rem;
    font-weight: 500;
    background-color: #C7D3DE;
}

@media (min-width: 400px) {
    .subworks_name {
        font-size: 1.1rem;
    }
}

@media (min-width: 600px) {
    .subworks_name {
        font-size: 1.4rem;
    }
}

@media (min-width: 900px) {
    .subworks_name {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .subworks_name {
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .subworks_name {
        font-size: 2.8rem;
        padding: 1rem 0;
    }
}

@media (min-width: 1800px) {
    .subworks_name {
        font-size: 4.5rem;
    }
}

.table_info {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1261AB;
}

@media (min-width: 400px) {
    .table_info {
        font-size: 1.1rem;
    }
}

@media (min-width: 600px) {
    .table_info {
        font-size: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .table_info {
        font-size: 1.7rem;
    }
}

@media (min-width: 1500px) {
    .table_info {
        font-size: 2.6rem;
    }
}

@media (min-width: 1800px) {
    .table_info {
        font-size: 4rem;
    }
}

.table_row--gray_back {
    background-color: #E9F0F5;
}

/*........Portfolio.......*/
/*///////////////////////*/
.project__title__container {
    flex-direction: column;
}

@media (min-width: 1200px) {
    .project__title__container {
        width: 100%;
        flex-direction: row;
        flex-grow: 1;
        flex-basis: 100%;
        background-color: #1261AB;
        padding: 2rem 6rem;
    }
}

.project__title__container p {
    padding: 1rem 3rem;
    text-align: center;
}

@media (min-width: 900px) {
    .project__title__container p {
        padding: 2rem 3rem;
    }
}

.project__title__container p:last-child {
    background-color: #FFFFFF;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
}

@media (min-width: 500px) {
    .project__title__container p:last-child {
        font-size: 1.4rem;
    }
}

@media (min-width: 900px) {
    .project__title__container p:last-child {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .project__title__container p:last-child {
        background-color: #1261AB;
        font-size: 2.5rem;
        font-weight: 500;
        color: #FFFFFF;
    }
}

@media (min-width: 1500px) {
    .project__title__container p:last-child {
        font-size: 3rem;
    }
}

@media (min-width: 1800px) {
    .project__title__container p:last-child {
        font-size: 4rem;
    }
}

.project__title__kom,
.project__title__container p:first-child {
    background-color: #1261AB;
    background-color: #1261AB;
    font-size: 1.9rem;
    color: #FFFFFF;
    font-weight: 500;
}

@media (min-width: 650px) {
    .project__title__kom,
    .project__title__container p:first-child {
        font-size: 2rem;
    }
}

@media (min-width: 900px) {
    .project__title__kom,
    .project__title__container p:first-child {
        font-size: 2.3rem;
    }
}

@media (min-width: 1200px) {
    .project__title__kom,
    .project__title__container p:first-child {
        font-size: 2.5rem;
    }
}

@media (min-width: 1500px) {
    .project__title__kom,
    .project__title__container p:first-child {
        font-size: 3rem;
    }
}

@media (min-width: 1800px) {
    .project__title__kom,
    .project__title__container p:first-child {
        font-size: 4rem;
    }
}

.portfolio__main_text {
    font-size: 1rem;
    text-align: center;
    padding: 1rem 2rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 500px) {
    .portfolio__main_text {
        font-size: 1.5rem;
        padding: 1rem 4rem;
    }
}

@media (min-width: 900px) {
    .portfolio__main_text {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .portfolio__main_text {
        font-size: 3rem;
        padding: 2rem 10rem 3rem;
    }
}

.top_menu__type {
    flex-direction: column;
    padding: 1rem 0;
}

@media (min-width: 800px) {
    .top_menu__type {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around;
    }
}

@media (min-width: 1200px) {
    .top_menu__type {
        padding: 3rem;
    }
}

.menu__type__item {
    padding: 1rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    flex-direction: column;
}

.menu__type__item:hover {
    color: #1261AB;
}

.menu__type__item p {
    padding: 0 3rem;
}

@media (min-width: 500px) {
    .menu__type__item p {
        padding: 0 4rem;
    }
}

@media (min-width: 500px) {
    .menu__type__item {
        font-size: 1.8rem;
        padding: 1.3rem 0;
    }
}

@media (min-width: 800px) {
    .menu__type__item {
        flex-grow: 1;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .menu__type__item {
        font-size: 2.3rem;
        padding: 0;
    }
}

@media (min-width: 1500px) {
    .menu__type__item {
        font-size: 3rem;
    }
}

@media (min-width: 1800px) {
    .menu__type__item {
        font-size: 3.6rem;
    }
}

.type__item__text {
    cursor: pointer;
}

.type__item__text--active {
    color: #1261AB;
    text-decoration: underline;
}

.top_menu__rooms {
    background-color: #E5E5E5;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    flex-direction: column;
}

@media (min-width: 500px) {
    .top_menu__rooms {
        font-size: 1.6rem;
    }
}

@media (min-width: 800px) {
    .top_menu__rooms {
        flex-direction: row;
        font-weight: 500;
        align-items: center;
        font-size: 1.5rem;
        font-size: 1.8rem;
        justify-content: space-around;
        padding: 2rem;
    }
}

@media (min-width: 1200px) {
    .top_menu__rooms {
        padding: 3rem;
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .top_menu__rooms {
        font-size: 3rem;
        flex-wrap: wrap;
    }
}

@media (min-width: 1800px) {
    .top_menu__rooms {
        font-size: 3.6rem;
    }
}

.portfolio__menu_thecond {
    display: flex;
    padding: 0.5rem 3rem;
    margin-top: 1rem;
    border-top: 1px solid #1261AB;
}

@media (min-width: 500px) {
    .portfolio__menu_thecond {
        padding: 0.8rem 4rem;
    }
}

@media (min-width: 800px) {
    .portfolio__menu_thecond {
        border: none;
    }
}

.menu__rooms__item {
    cursor: pointer;
    padding: 0.5rem 0;
}

.menu__rooms__item--active {
    color: #1261AB;
}

@media (min-width: 800px) {
    .menu__rooms__item--active {
        font-weight: 700;
    }
}

.menu__rooms__item:hover {
    color: #1261AB;
}

@media (min-width: 800px) {
    .menu__rooms__item {
        flex-grow: 1;
        text-align: center;
    }
}

@media (min-width: 1500px) {
    .menu__rooms__item {
        margin-right: 5rem;
    }
}

.project__container {
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (min-width: 1200px) {
    .project__container {
        flex-direction: row;
    }
}

.portfolio_next {
    display: none !important;
}

@media (min-width: 1200px) {
    .portfolio_next {
        display: block !important;
        top: 25rem;
        left: 58%;
    }
}

@media (min-width: 1500px) {
    .portfolio_next {
        top: 27rem;
    }
}

@media (min-width: 1800px) {
    .portfolio_next {
        top: 33rem;
    }
}

.slider_one__slide,
.project__slider_one__img_container {
    width: 200px;
    height: 173px;
}

@media (min-width: 500px) {
    .slider_one__slide,
    .project__slider_one__img_container {
        width: 300px;
        height: 250px;
    }
}

@media (min-width: 650px) {
    .slider_one__slide,
    .project__slider_one__img_container {
        width: 330px;
        height: 280px;
    }
}

@media (min-width: 900px) {
    .slider_one__slide,
    .project__slider_one__img_container {
        width: 500px;
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .slider_one__slide,
    .project__slider_one__img_container {
        width: 840px;
        height: 550px;
    }
}

@media (min-width: 1500px) {
    .slider_one__slide,
    .project__slider_one__img_container {
        width: 1030px;
        height: 600px;
    }
}

@media (min-width: 1800px) {
    .slider_one__slide,
    .project__slider_one__img_container {
        width: 1261px;
        height: 750px;
    }
}

.slider_one__list {
    display: block;
}

@media (min-width: 1200px) {
    .slider_one__list {
        flex-basis: 62%;
        flex-grow: 1;
        overflow: hidden;
    }
}

.slider_one__slide {
    margin-right: 0.5rem;
}

@media (min-width: 1200px) {
    .slider_one__slide {
        margin-right: 1rem;
    }
}

.project__slider_one__img_container img,
.project__slider_two__img_container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project__descr {
    padding: 2rem 3rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    flex-direction: column;
    justify-content: space-around;
}

@media (min-width: 500px) {
    .project__descr {
        font-size: 1.3rem;
    }
}

@media (min-width: 650px) {
    .project__descr {
        font-size: 1.5rem;
        padding: 2rem 5rem;
    }
}

@media (min-width: 900px) {
    .project__descr {
        font-size: 1.6rem;
        padding: 3rem 6rem;
    }
}

@media (min-width: 1200px) {
    .project__descr {
        width: 100%;
        height: 100%;
        flex-basis: 30%;
        flex-grow: 1;
        font-size: 1.7rem;
        padding: 3rem;
    }
}

@media (min-width: 1500px) {
    .project__descr {
        font-size: 2rem;
    }
}

@media (min-width: 1800px) {
    .project__descr {
        font-size: 2.5rem;
        padding: 4rem 5rem;
    }
}

.project_text {
    margin-top: 1rem;
}

.project_text--bold {
    font-weight: 700;
}

.project_text--blue {
    color: #1261AB;
}

@media (min-width: 1200px) {
    .project_text {
        margin-top: 1.5rem;
    }
}

.project__two_slider {
    display: none;
}

@media (min-width: 1200px) {
    .project__two_slider {
        display: block;
    }
}

.slider_two__slide,
.project__slider_two__img_container {
    width: 280px;
    height: 180px;
}

@media (min-width: 1500px) {
    .slider_two__slide,
    .project__slider_two__img_container {
        width: 330px;
        height: 220px;
    }
}

@media (min-width: 1800px) {
    .slider_two__slide,
    .project__slider_two__img_container {
        width: 415px;
        height: 250px;
    }
}

.call_back__portfolio {
    margin-top: 0;
    background-color: #464D5A;
}

@media (min-width: 1200px) {
    .slider_two__slide {
        margin-right: 0.5rem;
    }
}

.rooms,
.portfolio_type {
    display: none;
}

.privacy-policy__list {
    list-style: none;
    counter-reset: li;
    padding-left: 0;
}

.privacy-policy__item {
    counter-increment: li;
    content: counters(li, ".") ". ";
}

.privacy_policy {
    color: #000;
    line-height: 1.5;
    padding: 2rem;
}

@media (min-width: 500px) {
    .privacy_policy {
        font-size: 1.5rem;
    }
}

@media (min-width: 1500px) {
    .privacy_policy {
        font-size: 1.8rem;
        padding: 3rem 5rem;
    }
}

@media (min-width: 1800px) {
    .privacy_policy {
        padding: 3rem 10rem;
    }
}

.privacy_policy b {
    margin-right: 0.5rem;
}

@media (min-width: 1800px) {
    .privacy_policy b {
        margin-right: 1rem;
    }
}

/*......about_company.......*/
/*/////////////////////////*/
.about_company__header {
    background-color: #464d5a !important;
}

.about_company {
    flex-direction: column;
    margin-top: 0;
}

@media (min-width: 1200px) {
    .about_company .about__img_container {
        flex-basis: auto;
        height: 750px;
        overflow: hidden;
    }
}

@media (min-width: 1500px) {
    .about_company .about__img_container {
        height: 800px;
    }
}

@media (min-width: 1800px) {
    .about_company .about__img_container {
        height: 960px;
    }
}

.about_us__top_menu {
    flex-wrap: wrap;
    background-color: #464D5A;
    padding: 1.5rem 3rem;
    margin-top: -0.5rem;
    order: 2;
}

@media (min-width: 650px) {
    .about_us__top_menu {
        padding: 2rem 10rem;
    }
}

@media (min-width: 800px) {
    .about_us__top_menu {
        padding: 2rem 6rem;
        order: 1;
    }
}

@media (min-width: 1200px) {
    .about_us__top_menu {
        padding: 2rem 10rem;
    }
}

@media (min-width: 1500px) {
    .about_us__top_menu {
        padding: 3rem 10rem;
    }
}

@media (min-width: 1800px) {
    .about_us__top_menu {
        padding: 3rem 13rem;
    }
}

.about_us__top_menu li {
    flex-basis: 40%;
}

.about_us__top_menu li:nth-child(3), .about_us__top_menu li:nth-child(4) {
    margin-top: 1rem;
}

@media (min-width: 650px) {
    .about_us__top_menu li:nth-child(3), .about_us__top_menu li:nth-child(4) {
        margin-top: 1.5rem;
    }
}

@media (min-width: 800px) {
    .about_us__top_menu li:nth-child(3), .about_us__top_menu li:nth-child(4) {
        margin-top: 0;
    }
}

@media (min-width: 800px) {
    .about_us__top_menu li {
        flex-basis: 25%;
        text-align: center;
    }
}

.about__top__link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2;
    font-weight: 500;
}

.about__top__link:hover {
    color: #1261AB;
}

.about__top__link:active {
    opacity: 0.3;
}

@media (min-width: 400px) {
    .about__top__link {
        font-size: 1.5rem;
    }
}

@media (min-width: 650px) {
    .about__top__link {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .about__top__link {
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .about__top__link {
        font-size: 3rem;
    }
}

@media (min-width: 1800px) {
    .about__top__link {
        font-size: 4rem;
    }
}

.about_company__img_container {
    width: 100%;
    order: 1;
}

@media (min-width: 800px) {
    .about_company__img_container {
        order: 2;
    }
}

.about_company__main_text {
    padding: 1.5rem 3rem;
    line-height: 1.4;
}

@media (min-width: 400px) {
    .about_company__main_text {
        font-size: 1.2rem;
    }
}

@media (min-width: 650px) {
    .about_company__main_text {
        font-size: 1.6rem;
        padding: 2rem 6rem;
    }
}

@media (min-width: 800px) {
    .about_company__main_text {
        order: 3;
    }
}

@media (min-width: 1200px) {
    .about_company__main_text {
        font-size: 1.8rem;
        padding: 3rem 10rem;
    }

    .about_company__main_text p:first-child {
        text-align: center;
        font-size: 3rem;
    }
}

@media (min-width: 1500px) {
    .about_company__main_text {
        padding: 3rem 15rem;
    }
}

@media (min-width: 1800px) {
    .about_company__main_text {
        font-size: 2.4rem;
        padding: 4rem 22rem;
    }

    .about_company__main_text p:first-child {
        text-align: center;
        font-size: 5.5rem;
    }
}

.about__logo {
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 3rem auto;
}

@media (min-width: 650px) {
    .about__logo {
        max-width: 250px;
        width: 100%;
        height: 90px;
    }
}

@media (min-width: 1200px) {
    .about__logo {
        max-width: 320px;
        width: 100%;
        height: 160px;
        margin: 10rem auto 0 10rem;
    }
}

@media (min-width: 1500px) {
    .about__logo {
        max-width: 400px;
        width: 100%;
        height: 240px;
        margin: 10rem auto 0 13rem;
    }
}

@media (min-width: 1800px) {
    .about__logo {
        max-width: 480px;
        width: 100%;
        height: 120px;
    }
}

.props_main {
    font-weight: 500;
    font-size: 1.3rem;
    padding: 0 3rem;
}

@media (min-width: 650px) {
    .props_main {
        font-size: 1.6rem;
        padding: 0 6rem;
    }
}

@media (min-width: 1200px) {
    .props_main {
        font-size: 2.2rem;
        padding: 0 10rem;
        line-height: 1.5;
    }
}

@media (min-width: 1500px) {
    .props_main {
        font-size: 2.8rem;
        padding: 0 13rem;
    }
}

@media (min-width: 1800px) {
    .props_main {
        font-size: 3rem;
        padding: 0 16rem;
        margin-top: 5rem;
    }
}

.props__download_files {
    flex-wrap: wrap;
    margin-top: 3rem;
    padding: 0 3rem;
    justify-content: space-around;
}

@media (min-width: 650px) {
    .props__download_files {
        margin-top: 4rem;
        padding: 0 6rem;
    }
}

@media (min-width: 1200px) {
    .props__download_files {
        justify-content: flex-start;
        margin-top: 10rem;
        padding: 0 10rem;
        margin-bottom: 10rem;
    }
}

@media (min-width: 1500px) {
    .props__download_files {
        padding: 0 13rem;
    }
}

.pdf_icon {
    display: block;
    margin-bottom: 1rem;
    fill: #1261AB;
}

.about__download_file {
    width: 70px;
    height: 80px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000;
    background-color: #E5E5E5;
}

.about__download_file:hover {
    color: #1261AB;
}

.about__download_file:hover .pdf_icon {
    fill: #FFFFFF;
}

.about__download_file:active {
    opacity: 0.3;
}

@media (min-width: 650px) {
    .about__download_file {
        width: 120px;
        height: 130px;
        font-size: 1.6rem;
        padding: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .about__download_file {
        margin-right: 5rem;
        width: 150px;
        height: 180px;
        font-size: 1.8rem;
        padding: 2rem  2.5rem;
    }
}

@media (min-width: 1500px) {
    .about__download_file {
        font-size: 2.3rem;
    }
}

@media (min-width: 1800px) {
    .about__download_file {
        width: 204px;
        height: 250px;
        padding: 3rem 4rem;
        font-size: 2.5rem;
        margin-right: 8rem;
    }
}

.address__container {
    flex-direction: column;
}

@media (min-width: 800px) {
    .address__container {
        flex-direction: row;
        padding: 0 6rem;
    }
}

@media (min-width: 1200px) {
    .address__container {
        padding: 0 10rem;
    }
}

@media (min-width: 1500px) {
    .address__container {
        padding: 0 13rem;
    }
}

@media (min-width: 1800px) {
    .address__container {
        padding: 0 16rem;
        margin-top: 5rem;
    }
}

.address__text {
    padding: 2rem 5rem;
}

@media (min-width: 650px) {
    .address__text {
        padding: 0 6rem;
    }
}

@media (min-width: 800px) {
    .address__text {
        flex-basis: 50%;
        padding-left: 0;
    }
}

.address__title {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #1261AB;
}

@media (min-width: 650px) {
    .address__title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .address__title {
        font-size: 3.5rem;
    }
}

@media (min-width: 1500px) {
    .address__title {
        font-size: 4.5rem;
        margin-bottom: 5rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 1800px) {
    .address__title {
        font-size: 5.5rem;
    }
}

.address__text,
.address__mail,
.address_tel {
    font-weight: 500;
    font-size: 1.3rem;
    color: #000;
}

@media (min-width: 650px) {
    .address__text,
    .address__mail,
    .address_tel {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .address__text,
    .address__mail,
    .address_tel {
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .address__text,
    .address__mail,
    .address_tel {
        font-size: 2.4rem;
    }
}

@media (min-width: 1800px) {
    .address__text,
    .address__mail,
    .address_tel {
        font-size: 2.8rem;
    }
}

.address_tel {
    color: #1261AB;
}

@media (min-width: 800px) {
    .address_map {
        flex-basis: 50%;
    }
}

/*........404.......*/
/*//////////////////*/
.not_found {
    margin-top: 0;
    position: relative;
}

.text__404,
.link_from_404 {
    font-weight: 500;
}

.text__404 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 42%;
    text-align: center;
    font-size: 0.8rem;
}

@media (min-width: 500px) {
    .text__404 {
        font-size: 1.2rem;
    }
}

@media (min-width: 800px) {
    .text__404 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .text__404 {
        top: 45%;
        font-size: 2rem;
    }
}

@media (min-width: 1500px) {
    .text__404 {
        font-size: 2.2rem;
    }
}

@media (min-width: 1800px) {
    .text__404 {
        font-size: 2.4rem;
    }
}

.text_404__inner {
    max-width: 110px;
    width: 100%;
    margin: auto;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 500px) {
    .text_404__inner {
        max-width: 180px;
        width: 100%;
    }
}

@media (min-width: 800px) {
    .text_404__inner {
        max-width: 220px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .text_404__inner {
        max-width: 300px;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .text_404__inner {
        max-width: 450px;
        width: 100%;
    }
}

@media (min-width: 1800px) {
    .text_404__inner {
        max-width: 590px;
        width: 100%;
    }
}

.link_from_404 {
    display: block;
    color: #1261AB;
    font-size: 1.2rem;
    margin-top: 1rem;
}

@media (min-width: 500px) {
    .link_from_404 {
        font-size: 1.5rem;
    }
}

@media (min-width: 800px) {
    .link_from_404 {
        font-size: 1.8rem;
        margin-top: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .link_from_404 {
        font-size: 2.2rem;
        margin-top: 5rem;
    }
}

@media (min-width: 1500px) {
    .link_from_404 {
        margin-top: 14rem;
    }
}

@media (min-width: 1800px) {
    .link_from_404 {
        font-size: 2.4rem;
        margin-top: 17rem;
    }
}

.show {
    display: block !important;
}

.show_flex {
    display: flex;
}

.show_inline {
    display: inline-block;
}

.hide {
    display: none;
}

.flex {
    display: flex;
}

.flex--space_between {
    justify-content: space-between;
}

.flex--items_center {
    align-items: center;
}

.flex--column {
    flex-direction: column;
}

.flex--spase-around {
    justify-content: space-around;
}

.mobile_hide {
    display: none;
}

@media (min-width: 1500px) {
    .mobile_hide {
        display: block;
    }
}

.desctop_hide {
    display: block;
}

@media (min-width: 1500px) {
    .desctop_hide {
        display: none;
    }
}

/* Vendor libs */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.slick-dots {
    width: auto !important;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: static;
    bottom: 0;
    overflow: hidden;
}

.slider__dots_img,
.slick-dots li {
    margin: 0 !important;
    width: 100% !important;
    min-height: 50px !important;
    flex-basis: 20%;
    flex-grow: 1;
}

.slider__dots_img img,
  .slick-dots li img {
    -o-object-position: bottom;
    object-position: bottom;
}

@media (min-width: 500px) {
    .slider__dots_img,
    .slick-dots li {
        min-height: 80px !important;
    }
}

@media (min-width: 650px) {
    .slider__dots_img,
    .slick-dots li {
        min-height: 120px !important;
    }
}

@media (min-width: 800px) {
    .slider__dots_img,
    .slick-dots li {
        min-height: 160px !important;
    }
}

@media (min-width: 1200px) {
    .slider__dots_img,
    .slick-dots li {
        min-height: 220px !important;
    }
}

@media (min-width: 1500px) {
    .slider__dots_img,
    .slick-dots li {
        min-height: 250px !important;
    }
}

@media (min-width: 1730px) {
    .slider__dots_img,
    .slick-dots li {
        min-height: 300px !important;
    }
}

@media (min-width: 1800px) {
    .slider__dots_img,
    .slick-dots li {
        min-height: 340px !important;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-prev {
    display: none;
}

.full_price_list__spb .answers__call_back,
.calculator .answers__call_back {
    margin-top: 0;
    background-color: #C4C4C4;
    font-size: 0.8rem;
    line-height: 1.4;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 400px) {
    .full_price_list__spb .answers__call_back,
    .calculator .answers__call_back {
        padding: 2rem 4rem;
    }
}

@media (min-width: 900px) {
    .full_price_list__spb .answers__call_back,
    .calculator .answers__call_back {
        padding: 2rem 10rem;
    }
}

@media (min-width: 900px) {
    .full_price_list__spb .answers__call_back,
    .calculator .answers__call_back {
        padding: 3rem 17rem;
    }
}

@media (min-width: 1800px) {
    .full_price_list__spb .answers__call_back,
    .calculator .answers__call_back {
        padding-left: 12rem;
        padding-right: 9rem;
    }
}

.full_price_list__spb .answers__call_back_text,
.calculator .answers__call_back_text {
    margin-right: 2rem;
    color: #464D5A;
    flex-basis: 60%;
}

.full_price_list__spb .answers__call_back_text p:last-child,
  .calculator .answers__call_back_text p:last-child {
    font-size: 0.8rem;
}

@media (min-width: 400px) {
    .full_price_list__spb .answers__call_back_text p:last-child,
      .calculator .answers__call_back_text p:last-child {
        font-size: 1rem !important;
    }
}

@media (min-width: 600px) {
    .full_price_list__spb .answers__call_back_text p:last-child,
      .calculator .answers__call_back_text p:last-child {
        font-size: 1.3rem !important;
    }
}

@media (min-width: 700px) {
    .full_price_list__spb .answers__call_back_text p:last-child,
      .calculator .answers__call_back_text p:last-child {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 900px) {
    .full_price_list__spb .answers__call_back_text p:last-child,
      .calculator .answers__call_back_text p:last-child {
        font-size: 1.8rem !important;
    }
}

@media (min-width: 1200px) {
    .full_price_list__spb .answers__call_back_text p:last-child,
      .calculator .answers__call_back_text p:last-child {
        font-size: 2rem !important;
    }
}

@media (min-width: 1500px) {
    .full_price_list__spb .answers__call_back_text p:last-child,
      .calculator .answers__call_back_text p:last-child {
        font-size: 2.5rem !important;
        flex-grow: 1;
    }
}

@media (min-width: 1800px) {
    .full_price_list__spb .answers__call_back_text p:last-child,
      .calculator .answers__call_back_text p:last-child {
        font-size: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .full_price_list__spb .answers__call_back_text,
    .calculator .answers__call_back_text {
        flex-basis: 80%;
    }
}

.full_price_list__spb .price__btn,
.calculator .price__btn {
    margin: 0;
    padding: 1rem;
    font-size: 0.8rem;
    flex-basis: 40%;
    background-color: #FFFFFF;
}

@media (min-width: 400px) {
    .full_price_list__spb .price__btn,
    .calculator .price__btn {
        font-size: 1rem;
    }
}

@media (min-width: 700px) {
    .full_price_list__spb .price__btn,
    .calculator .price__btn {
        font-size: 1.5rem;
        padding: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .full_price_list__spb .price__btn,
    .calculator .price__btn {
        flex-basis: 20%;
    }
}

@media (min-width: 1800px) {
    .full_price_list__spb .price__btn,
    .calculator .price__btn {
        font-size: 2rem;
    }
}

.mess_success {
    color: #1261AB;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
}

@media (min-width: 1500px) {
    .mess_success {
        font-size: 1.6rem;
    }
}

@media (min-width: 1800px) {
    .mess_success {
        font-size: 1.8rem;
    }
}

.mess_err {
    color: red;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
}

@media (min-width: 1500px) {
    .mess_err {
        font-size: 1.6rem;
    }
}

@media (min-width: 1800px) {
    .mess_err {
        font-size: 1.8rem;
    }
}

/*Для страницы design-project*/
@media screen and (min-width: 980px) {
	#d_m_hide {
		display: block;
	}
	
	#d_m_show {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	#d_m_hide {
		display: none;
	}
	
	#d_m_show {
		display: block;
		margin-top: -1px;
	}
	
	.cd-see-all {
		width: 100% !important;
	}
	
	.rev_popup {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		align-items: center;
		margin-top: 65px !important;
	}

	.close-btn {
		background: #464d5a;
		width: 100% !important;
		border: none;
		transform: rotate(180deg);
		top: 0px !important;
		right: 0px !important;
	}	
	.close-btn::before, .close-btn::after {
	  background-color: #fff !important;
	}	
}

#url_placeholder::placeholder {
	font-size: 17px !important;
}

/*Отзывы (Начало)*/
.flex-direction-nav li {
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0;
}

.flex-direction-nav li:first-child {
	left: 0;
}

.flex-direction-nav li:last-child {
	right: 0;
}

.flex-direction-nav li a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;

	transition: background-color 0.2s;
}

.flex-direction-nav li a::before, .flex-direction-nav li a::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 13px;
	background-color: white;
}

.flex-direction-nav li a::before {
	transform: translateY(-35px) rotate(45deg);
}

.flex-direction-nav li a::after {
	transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::before {
	transform: translateY(-35px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::after {
	transform: translateY(-27px) rotate(45deg);
}

.cd-testimonials-all {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	z-index: 2;

	visibility: hidden;
	opacity: 0;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-testimonials-all.is-visible {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/*Отзывы (Конец)*/

/*Ремонт новостроек (Начало)*/
#burger_line {
	background: #fff !important;
}
.remont_div {
  background: rgba(120, 162, 202, 0.25);
  margin-top: 0px;
}
.remont_title {
  color: #1261AB;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 20px;
  font-weight: 700;
  font-family: 'Montserrat';
}
.remont_text {
  width: 85%;
  display: block;
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  padding-top: 12px;
  padding-bottom: 25px;
  line-height: 1.8;
  margin: 0 auto;
  font-family: 'Montserrat';
}
#remont_bonus_block {
	display: flex;
	flex-direction: row;
}
.remont_bonus {
  flex-basis: 80%;
}
/*.btn_bonus_container {
	width: 100%;
}*/
.why_our_company {
  font-size: 1.6rem;
  width: 85%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Montserrat';
}
.why_our_company_main {
  font-weight: 600;
  font-family: 'Montserrat';
}
.step_job {
  font-size: 1.6rem;
  width: 85%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.step_job_main {
  font-weight: 600;
  font-family: 'Montserrat';
}
.remont_calc_block {
	flex-direction: row;
	padding-bottom: 40px;
}
.remont_calc_btn_1 {
	width: 30%;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
}
.remont_calc_btn_2 {
	width: 30%;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
}
.remont_calc_desc_block {
	flex-direction: row;
}	
@media screen and (max-width: 980px) {
.remont_calc_btn_1 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 0px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 20px;
}
.remont_calc_btn_2 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 0px;
	border-radius: 5px;
	text-align: center;
}		
.remont_calc_block {
	flex-direction: column;
}
.remont_calc_desc_block {
	display: none;
}	
#remont_bonus_block {
	flex-direction: column;
}
.btn_bonus_container {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.remont_calc_title {
	display: none;
}
.remont_calc_desc {
	display: none;
}
}
/*Ремонт новостроек (Конец)*/

/*Акции и скидки (Начало)*/
.bonus_span_img {
  width: 75%;
  display: inline-block;
  top: -5px;
  position: relative;
}
.bonus_title {
  display: inline-block;
  width: 24%;
  text-align: center;
  font-size: 20px;
  color: #464d5a;
  font-weight: 700;
}
.bonus_img {
  display: inline-block;
  width: 100%;
}
.bonus_section {
  width: 85%;
  margin-left: 15%;
}
.bonus_block {
  text-align: right;
}
.end_bonus_section {
  width: 87%;
  margin: 0 auto;
}
.end_bonus {
  display: flex;
  flex-direction: row;
}
.end_bonus_img:hover {
  border: 1px solid #1261ab;
  cursor: pointer;
  border-radius: 15px;
  content: "Акция закончилась";
}
.bonus_info_hover {
  display: none;
  font-size: 25px;
  text-align: center;
  top: 80px;
  position: relative;
  font-weight: 600;
  background: rgba(18, 97, 171, 0.5);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.end_bonus_img:hover .bonus_info_hover {
	display: block;
}
.end_bonus_img {
	background: url('https://znakremont.ru/assets/img/bonus/end-bonus.png') no-repeat center top;
	cursor: pointer;
	height: 225px;
    margin: 25px;
    width: 30%;
    cursor: pointer;
    border: 1px solid #fff;	
}
@media screen and (max-width: 980px) {
.end_bonus {
  flex-direction: column;
}
.end_bonus_img {
  margin: 0 auto;
  width: 100%;
  margin-top: 30px; 
}
.bonus_title {
  display: inline-block;
  width: 34%;
  text-align: center;
  font-size: 20px;
  color: #464d5a;
  font-weight: 700;
}
.bonus_span_img {
  width: 62%;
  display: inline-block;
  top: -7px;
  position: relative;
}
}
/*Акции и скидки (Конец)*/