/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/*@media (min-width:768px) {
    .container {
        width: 750px
    }
}*/

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}


.header {
    min-height: 550px;
    height: 100vh;
}

.nav {
    background-color: rgba(7, 55, 133, 1);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 40%);
}

.nav_menu {
    display: flex;
    flex-direction: row;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}

.nav_links {
    margin-right: 197px;
}

.nav_emails {}

.nav_buttons {
    /*flex-grow: 1;*/
}

.logo img {
    max-height: 70px;
    margin-right: 50px;
}

.nav_links ul {
    display: flex;
}

.nav_links li {
    margin-right: 30px;
}

.nav_links li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Georgia';
    text-transform: uppercase;
    text-decoration: none;
}

.nav_email a {
    color: #ffffff;
    font-weight: 600;
    font-family: 'Georgia';
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    margin-right: 20px;
}

.nav_buttons a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-family: Georgia;
    font-weight: 700;
    padding: 12px 27px;
    margin: 0 0 0 10px;
}

.nav_buttons a:hover{
    background-color: #000;
    color: #fff;
}

.main_screen {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("/image/bg.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.lighting {
    webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
}

.lighting1 {
    webkit-animation: moving1 3s ease-in-out infinite;
    -moz-animation: moving1 3s ease-in-out infinite;
    -ms-animation: moving1 3s ease-in-out infinite;
    -o-animation: moving1 3s ease-in-out infinite;
    animation: moving1 3s ease-in-out infinite;
}

.flash {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
}

.autoflash {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@keyframes moving {  
     30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
   
    100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
     }

@keyframes moving1 {  
        30% {  webkit-transform: skewX(-45deg) translateX(50.5em);
           transform: skewX(-45deg) translateX(50.5em);   
           
           }
      
       100% {  webkit-transform: skewX(-45deg) translateX(50.5em);
           transform: skewX(-45deg) translateX(50.5em);   
           
           }
        }         

.mn_scr_content {
    min-height: 95vh;
    display: flex;
    flex-direction: column;
}

.mn_scr_content_company {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Georgia', serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: right;
    margin: 20px 0 8px 0;
}

.mn_scr_content_lang {
    color: #ffffff;
    font-size: 19px;
    font-family: 'Georgia', serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: right;
}

.mn_scr_content_lang a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.mn_scr_content_lang span{
    margin: 0 5px;
}

h1 {
    color: #ffffff;
    font-size: 44px;
    font-family: 'Georgia', serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 60%;
}

.mn_scr_content_h1_about {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Georgia', serif;
    line-height: 1.5;
    font-weight: 600;
    opacity: 0.75;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 25px 0 45px 0;
    width: 50%;
}

.mn_scr_content_btn {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Georgia', serif;
    line-height: 1.55;
    font-weight: 700;
    border-width: 1px;
    border-radius: 30px;
    background-color: #073785;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0);
    width: 201px;
    height: 51px;
    margin-bottom: 50px;
}

.mn_scr_content_btn:hover{
    background: #000;
}

.prices_services_item_button:hover{
    background: #000;
}

.mn_scr_content_btn a {
    color: #fff;
    text-decoration: none;
    padding: 17px 30px;
}

.mn_scr_content_heading {
    flex: 1;
    padding-top: 46px;
}

.mn_scr_content_info {
    flex: 2;
}

.services {
    padding-top: 105px;
    padding-bottom: 60px;
}

.services_heading {
    font-weight: 700;
    font-size: 36px;
    font-family: Georgia;
    text-align: center;
    margin-bottom: 30px;
}

.services_heading_descr {
    font-family: Georgia;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    line-height: 39px;
}

.services_list {
    margin-top: 50px;
}

.services_list ul {
    display: flex;
    flex-wrap: wrap;
}

.services_list li {
    display: flex;
    width: 50%;
    align-items: center;
    min-height: 80px;
    margin-bottom: 55px;
}

.services_list span {
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    margin-left: 20px;
    width: 80%;
}

.why_we {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #c8c7c2;
}

.why_we_heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.why_we_line {
    width: 100px;
    height: 3px;
    background-color: #000;
    margin: 0 auto;
}

.why_we_about {
    text-align: center;
    margin-top: 40px;
}

.why_we_about p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    font-family: Georgia;
    margin-bottom: 54px;
    padding: 0 10%;
}

.why_we_about p:last-child {
    margin-bottom: 0;
}

.about_us {
    padding-top: 105px;
    padding-bottom: 105px;
}

.about_us_heading {
    font-size: 34px;
    font-weight: 700;
    font-family: 'Georgia';
    text-align: center;
    margin-bottom: 60px;
}

.about_us_about {
    font-family: Georgia;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    margin-bottom: 80px;
    padding: 0;
}

.about_us_images {
    display: flex;
}

.about_us_image img {
    width: 100%;
}

.about_us_image {
    padding: 0 15px;
}

.testimonials {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #073785;
}

.testimonials_heading {
    color: #ffffff;
    font-family: Georgia;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.testimonials_about {
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    font-family: Georgia;
    text-align: center;
    margin-bottom: 105px;
}

.testimonials_list {
    display: flex;
}

.testimonials_item {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    width: 33%;
}

.testimonials_item_title {
    color: #ffffff;
    font-size: 46px;
    font-family: 'Georgia';
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 6px;
}

.testimonials_item_about {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    font-family: Georgia;
    padding-top: 4px;
    padding-bottom: 6px;
    text-align: center;
    line-height: 1.55;
}

.testimonials_item_line {
    margin-top: 14px;
    margin-bottom: 14px;
    border: 0;
    height: 1px;
    background-color: #000;
    opacity: .2;
}

.prices {
    background-color: #c8c7c2;
    padding-top: 105px;
    padding-bottom: 105px;
}

.prices_heading {
    text-align: center;
    padding-bottom: 90px;
}

.prices_heading a {
    background-color: #073785;
    width: 323px;
    height: 75px;
    color: #ffffff;
    font-size: 36px;
    font-family: 'Georgia', serif;
    line-height: 1.55;
    font-weight: 700;
    padding: 17px 82px;
}

.prices_services_list {
    text-align: center;
    display: flex;
    margin-bottom: 120px;
}

.prices_services_item {
    width: 50%;
}

.prices_services_item_title {
    color: #000000;
    font-size: 26px;
    font-family: 'Georgia', serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 0 17%;
}

.prices_services_item_about {
    color: #000000;
    font-size: 25px;
    font-family: 'Georgia', serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 0 21%;
}

.prices_services_item_img {
    margin-bottom: 30px;
}

.prices_services_item_img img {
    box-shadow: 0px 4px 40px 0px rgb(35 51 32);
    max-width: 360px;
    width: 100%;
}

.prices_services_item_price {
    color: #000000;
    font-size: 25px;
    font-family: 'Georgia', serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 20px 0 50px 0;
}

.prices_services_item_button {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Georgia', serif;
    line-height: 1.55;
    font-weight: 700;
    border-width: 1px;
    border-radius: 30px;
    background-color: #073785;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 4px 30px 0px rgb(35 51 32);
    padding: 15px 36px;
    cursor: pointer;
}

.contact_form_heading {
    color: #000000;
    font-weight: 700;
    font-family: 'Georgia';
    font-size: 46px;
    text-align: center;
    margin-bottom: 40px;
}

.contact_form_about {
    font-weight: 600;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-family: Georgia;
    text-align: center;
    padding: 0 280px;
    line-height: 1.55;
    margin-bottom: 50px;
}

.contact__form input {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    margin-bottom: 20px;
}

.t-input {
    font-size: 100%;
    height: 56px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
}

.contact__form form {
    max-width: 560px;
    margin: 0 auto;
}

.contact__form button {
    color: #ffffff;
    font-size: 16px;
    background-color: #073785;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-family: Georgia;
    font-weight: 700;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0);
    max-width: 560px;
    width: 100%;
    height: 56px;
    border: 0;
}

.contact__form button:hover{
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

footer {
    background-color: #073785;
}

.pd100 {
    padding: 105px 0;
}

.footer_content {
    padding: 50px 35px;
    background-color: #073785;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0);
}

.footer_content_title {
    color: #ffffff;
    font-size: 38px;
    font-family: 'Georgia', serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    margin-bottom: 41px;
}

.footer_info_item_title {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Georgia', serif;
    line-height: 1.55;
    font-weight: 700;
}

.footer_info_item_text {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Georgia', serif;
    line-height: 1.55;
    font-weight: 600;
}

.footer_info_item_text a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.footer_links {
    margin-top: 56px;
    text-align: center;
}

.footer_info {
    display: flex;
    justify-content: space-evenly;
}

.footer_info_item {
    text-align: center;
    width: 88%;
}

.burger_menu {
    display: flex;
    flex-direction: row;
}

.header_burger {
    display: none;
}

/*----- Модальное окно -----*/
.modal1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    z-index: 5;
    display: none;
}

.modal2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    z-index: 5;
    display: none;
}

#form1 {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 90%);
    background-color: #c8c7c2;
    max-width: 560px;
    margin: 0 auto;
    padding: 40px 45px;
}

.form1 input {
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 30px;
    margin-top: 23px;
    background-color: transparent;
    -webkit-appearance: none;
    border: 1px solid black;
}

.form_heading {
    text-align: center;
    padding: 0px 0 15px 0;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Georgia';
}

.container_form {
    margin: 0 auto;
    width: auto;
    position: absolute;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
}

.form_comment {
    font-size: 20px;
    line-height: 1.55;
    margin-top: 20px;
}

.form_open {
    display: flex !important;
    align-items: center;
}

.t-popup__close {
    text-align: right;
}

.input_comment {
    height: 154px !important;
}

.form_button {
    color: #ffffff;
    background-color: #073785;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-family: Georgia;
    font-weight: 700;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0);
    margin-top: 30px;
    width: 100%;
    padding: 20px;
    border: 0;
    font-size: 16px;
}

.form_button:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width:1199px) {
    .nav_links {
        margin-right: 0px;
    }
}

@media (max-width:992px) {
    .header_burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
    }

    .header_burger span {
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        top: 9px;
    }

    .header_burger::before,
    .header_burger::after {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
    }

    .header_burger::before {
        top: 0;
    }

    .header_burger::after {
        bottom: 0;
    }

    .burger_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(7, 55, 133);
        z-index: 10;
        display: none;
    }

    .footer_info_item {
        text-align: center;
        margin-bottom: 48px;
    }

    .footer_info {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    .footer_content {
        padding: 50px 35px 43px 35px;
        margin: 0 auto;
    }

    .testimonials_list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .testimonials_item {
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        width: 66%;
    }

    .contact_form_about {
        font-weight: 600;
        font-size: 20px;
        color: rgb(0, 0, 0);
        font-family: Georgia;
        text-align: center;
        padding: 0 15%;
        line-height: 1.55;
        margin-bottom: 50px;
    }

    .prices_services_list {
        text-align: center;
        display: flex;
        margin-bottom: 120px;
        flex-direction: column;
        align-items: center;
    }

    .prices_services_item {
        width: 100%;
        margin-bottom: 120px;
    }

    .prices_services_list {
        text-align: center;
        display: flex;
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }

    .pd100 {
        padding: 105px 60px;
    }

    .prices_services_item_about {
        padding: 0 10%;
    }

    .services_list ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .services_list li {
        display: flex;
        width: 100%;
        align-items: center;
        min-height: 80px;
        margin-bottom: 55px;
        justify-content: center;
    }

    .mn_scr_content_company {
        font-size: 27px;
    }

    h1 {
        font-size: 37px;
        width: 90%;
    }

    .mn_scr_content_h1_about {
        font-size: 26px;
        width: 90%;
    }

    .about_us_images {
        display: flex;
        flex-direction: column;
    }

    .about_us_image {
        padding: 0 15px;
        max-height: 360px;
        max-width: 360px;
        margin: 0 auto 20px;
    }

    .about_us_about {
        padding: 0;
    }

    .burger_menu {
        display: none;
    }

    .burger_menu_active {
        display: flex;
        flex-direction: column;
        padding: 87px 1px;
    }

    .nav_links {
        display: flex;
        flex-direction: column;
    }

    .nav_links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav_links li {
        margin: 15px 0px;
    }

    .nav_email {
        margin: 40px 0;
        text-align: center;
    }

    .nav_buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .nav_buttons a {
        margin: 0;
        margin-bottom: 15px;
    }

    .nav_buttons a:hover{
        background-color: #000;
    }

    .logo {
        z-index: 11;
    }

    .header_burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 11;
    }
}

@media (max-width:430px) {
    .pd100 {
        padding: 110px 0px;
    }

    .mn_scr_content_h1_about {
        font-size: 25px;
        width: 90%;
    }

    h1 {
        font-size: 30px;
        width: 90%;
    }

    .prices_heading a {
        padding: 17px 53px;
    }

    .why_we_about p {
        padding: 0;
    }

    #form1{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 90%);
    background-color: #c8c7c2;
    max-width: 560px;
    margin: 0 auto;
    padding: 45px 20px;
    }
}

