@font-face {
    font-family: MuseoSans-100;
    src: url(fonts/MuseoSansCyrl-100.otf);
}
@font-face {
    font-family: MuseoSans-100-italic;
    src: url(fonts/MuseoSansCyrl-100Italic.otf);
}
@font-face {
    font-family: MuseoSans-300;
    src: url(fonts/MuseoSansCyrl-300.otf);
}
@font-face {
    font-family: MuseoSans-300-italic;
    src: url(fonts/MuseoSansCyrl-300Italic.otf);
}
@font-face {
    font-family: MuseoSans-500;
    src: url(fonts/MuseoSansCyrl-500.otf);
}
@font-face {
    font-family: MuseoSans-500-italic;
    src: url(fonts/MuseoSansCyrl-500Italic.otf);
}
@font-face {
    font-family: MuseoSans-700;
    src: url(fonts/MuseoSansCyrl-700.otf);
}
@font-face {
    font-family: MuseoSans-700-italic;
    src: url(fonts/MuseoSansCyrl-700Italic.otf);
}
@font-face {
    font-family: MuseoSans-900;
    src: url(fonts/MuseoSansCyrl-900.otf);
}
@font-face {
    font-family: MuseoSans-900-italic;
    src: url(fonts/MuseoSansCyrl-900Italic.otf);
}
body,
a {
    font-family: MuseoSans-300;
}
nav {
    background: #22a3c0;
}
input::placeholder {
  color: #fff;
}
h1.title {
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "MuseoSans-900";
}
a.lang {
    display: table;
    border: 1px solid #22a3c0;
    width: 38px;
    height: 33px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    line-height: 36px;
    font-size: 15px;
    color: #22a3c0;
    font-family: "MuseoSans-500";
}
a.lang:hover {
    color: #fff;
    background: #22a3c0;
    border: 2px solid #22a3c0;
}
.lang-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: lch(0 0 0 / 0.7);
    top: 0;
    left: 0;
}
.lang-modal-wrap a.go {
    display: table;
    margin: 0 auto;
    background: #22a3c0;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    text-decoration: none;
}
.lang-modal-wrap a.go:hover {
    background: #1e8298;
    color: #fff;
}
.lang-modal-close {
    text-decoration: none;
    text-align: center;
    display: table;
    margin: 10px auto 0 auto;
    color: #919191;
    font-size: 18px;
}
.lang-modal-close:hover {
    color: #333;
}
.lang-modal .lang-modal-wrap {
    width: 600px;
    margin: 20% auto;
    background: #fff;
    padding: 3%;
}
.lang-modal-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.contact-col-1 .other-info {
    margin-top: 30px;
}
.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-list .contact-phone {
    background: url(images/ico_phone.png) center left no-repeat;
    padding: 10px 0 10px 50px;
    font-size: 23px;
}
.contact-list .contact-email {
    background: url(images/ico_mail.png) center left no-repeat;
    padding: 10px 0 10px 50px;
    font-size: 23px;
}
.contact-list .contact-phone a,
.contact-list .contact-email a {
    text-decoration: none;
    color: #333;
}
.order {
    margin-top: 80px;
    margin-bottom: 30px;
}
.order .wrap {
    padding: 40px;
}
.order .title {
    text-transform: uppercase;
    font-family: "MuseoSans-900";
    padding: 0 0 15px 0;
    font-size: 32px;
}
.icon {
    display: table;
    margin: 0 auto;
    border: 2px solid #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    border-radius: 50%;
}
.section-2 h5 {
    text-align: center;
    font-size: 17px;
    margin: 10px 0 20px 0;
    font-family: MuseoSans-700;
    line-height: 19px;
}
.section-3 h2 {
    padding: 20px 0 40px 0;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "MuseoSans-900";
}
.logotype {
    display: block;
    padding: 10px 0;
}
.license {
    float: left;
    border: 1px solid #888888;
    border-radius: 15px;
    color: #888888;
    text-decoration: none;
    line-height: 35px;
    padding: 0 20px;
}
.license:hover {
    background: #888;
    border: 1px solid #888;
    color: #fff;
    text-decoration: none;
}
.email {
    background: url(images/figura_1.png) center left no-repeat;
    background-size: 21px;
    text-decoration: none;
    color: #22a3c0;
    display: block;
    padding: 5px 0 5px 35px;
}
.email:hover {
    color: #22a3c0;
}
.phone {
    background: url(images/sloi_6.png) center left no-repeat;
    background-size: 38px;
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 20px;
    padding: 5px 0 5px 50px;
    font-family: MuseoSans-900;
}
.phone:hover {
    color: #333;
}
.menu-list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}
.menu-list li {
    float: left;
}
.menu-list li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: MuseoSans-500;
    padding: 10px 30px;
    display: block;
}
.menu-list li a:hover {
    background: #178098;
}
.header-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-1 {
    background: url(images/city.png) top 150px center repeat-x
}
.contact-col-1 {
    background: #f2f2f3;
}
.contact-col-2 {
    background: #22a3c0;
    color: #fff;
}
.text-1 {
    margin-top: 204px;
    color: #22a3c0;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: MuseoSans-900;
}
.text-2 {
    color: #22a3c0;
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: MuseoSans-900;
}
.text-3 {
    font-size: 35px;
    text-transform: uppercase;
    font-family: MuseoSans-900;
}
.price {
    background: #22c074;
    display: table;
    color: #fff;
    padding: 5px 20px;
    font-size: 27px;
    font-family: "MuseoSans-700";
    margin: 8px 0 0 0;
}
a.order {
    display: table;
    border: 2px solid #22c074;
    padding: 10px 30px;
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #22c074;
    font-family: "MuseoSans-700";
    margin-top: 20px;
}
a.order:hover {
    background: #22c074;
    border: 2px solid #22c074;
    color: #fff;
}
.section-1 img {
    margin-top: 30px;
}
.section-2 .wrap {
    background: #22a3c0;
    color: #fff;
    padding: 80px;
}
.wrap2 .title {
    text-align: center;
}
.section-2 .wrap2 {
    padding: 40px;
}
h3 {
    text-transform: uppercase;
    font-family: "MuseoSans-900";
    padding: 0 0 15px 0;
}
.bg-holder {
    width: 180px;
    height: 180px;
    display: flex;
    background: #22a3c0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}
.section-3 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.section-3 h3 {
    margin: 0;
    padding: 0;
}
.form-order input,
.form-order select {
    background: #19acd3;
    height: 50px;
    margin: 10px 0;
    padding: 0 14px;
    color: #fff;
    float: left;
    border: 0;
    width: 100%;
    font-family: "MuseoSans-300";
    font-size: 16px;
}
.summ {
    margin: 5px 0;
    font-size: 20px;
}
.summ span {
    display: block;
    font-size: 30px;
    line-height: 20px;
    font-family: "MuseoSans-900";
}
input.submit {
    background: #23c57c;
    background: -moz-linear-gradient(top, #23c57c 7%, #21c37a 9%, #25c379 11%, #26c077 14%, #26bc75 26%, #1fa870 100%);
    background: -webkit-linear-gradient(top, #23c57c 7%, #21c37a 9%, #25c379 11%, #26c077 14%, #26bc75 26%, #1fa870 100%);
    background: linear-gradient(to bottom, #23c57c 7%, #21c37a 9%, #25c379 11%, #26c077 14%, #26bc75 26%, #1fa870 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23c57c', endColorstr='#1fa870',GradientType=0 );
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    font-family: "MuseoSans-700";
    font-size: 22px;
    border-top: 1px solid #73dbb1;
    width: 100%;
    cursor: pointer;
}
.footer-menu {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    float: right;
}
.footer-menu li {
    float: left;
}
.footer-menu li a {
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
}
.footer {
    text-align: center;
    margin-bottom: 20px;
}
.footer .copyright {
    margin: 10px 0;
}
.logotype img {
    width: 140px;
}
.t-price {
    width: 100%;
}
.t-price td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 30px;
    text-align: center;
    font-size: 22px;
} 
.pay {
    background: #24b774;
    color: #fff;
    margin: 30px 0;
    text-align: center;
    padding: 10px;
    font-size: 19px;
}
@media (max-width: 640px) {
    .t-price td {
        padding: 10px;
        font-size: 15px;
    }
    a.lang {
        display: table;
        border: 1px solid #22a3c0;
        width: 30px;
        height: 25px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        line-height: 28px;
        font-size: 12px;
        color: #22a3c0;
        font-family: "MuseoSans-500";
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .summ {
        margin: 5px 0 10px 0;
        text-align: center;
    }
    .footer-menu {
        float: none;
        margin: 10px auto;
        font-size: 14px;
    }
    .footer .copyright {
        font-size: 14px;
        color: #ddd;
    }
    img {
        max-width: 100%;
    }
    .text-1 {
        margin-top: 35px;
    }
    .text-1,
    .text-2 {
        font-size: 40px;
        line-height: 40px;
    }
    .text-3 {
        font-size: 25px;
        margin: 10px 0;
    }
    a.order {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .menu-list li a {
        font-size: 15px;
        padding: 10px 8px; 
    }
    .logotype {
        text-align: center;
        max-width: 180px;
        margin: 10px auto;
    }
    .phone {
        margin: 20px 0;
    }
    .email {
        padding: 5px 0 5px 25px;
        font-size: 14px;
    }
    .license {
        font-size: 14px;
        padding: 0;
        line-height: inherit;
        border: 0;
    }
    .header-col {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-2 .wrap {
        padding: 30px;
    }
    .section-2 .wrap2 {
        padding: 40px 0;
    }
    .section-2 h5 {
        font-size: 12px;
        font-family: MuseoSans-500;
        line-height: 15px;
    }
    .section-3 {
        margin-top: 0;
    }
    .bg-holder {
        width: 97px;
        height: 97px;
        margin: 20px auto 10px auto;
    }
    .section-3 h4 {
        font-size: 20px;
    }
    .section-3 {
        font-size: 14px;
    }
    .section-3 h2 {
        padding: 20px 0 0 0;
    }
    .order .wrap {
        padding: 20px;
    }
    .contact-list .contact-phone,
    .contact-list .contact-email {
        font-size: 21px;
        font-family: MuseoSans-700;
    }
    .lang-modal .lang-modal-wrap {
        width: 100%;
        margin: 50% auto;
    }
    .lang-modal-title {
        font-size: 24px;
    }
}