.cbalink {
    display: none !important;
}

@font-face {
    font-family: GothamBookRegular; /* Имя шрифта */
    src: url(../fonts/GothamBookRegular.otf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: MyriadProRegular; /* Имя шрифта */
    src: url(../fonts/MyriadProRegular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: GothamBold; /* Имя шрифта */
    src: url(../fonts/GothamBold.otf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: GothamMedium; /* Имя шрифта */
    src: url(../fonts/GothamMedium.otf); /* Путь к файлу со шрифтом */
}

body {
    color: #4d4d4d;
    font-family: "GothamBookRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

header {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    z-index: 99;
}

.header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 79px;
    height: 75px;
    font-size: 45px;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_text {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_item {
    margin-left: 60px;
    position: relative;
}

.menu_text .menu_item:nth-child(6) {
    margin-right: 25px;
}

.menu_item:hover:after {
    content: "";
    display: block;
    width: 50px;
    height: 6px;
    background-color: #11749e;
    margin: 28px auto -34px;
}

.menu_link {
    font-family: "MyriadProRegular", Arial sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
}

.menu_link:hover {
    color: #11749e;
}

.menu_social {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_social_item {
    margin-left: 30px;
    position: relative;
}

.menu_social_link {
    font-size: 20px;
    color: #ffffff;
}

.menu_social_link:hover {
    font-size: 20px;
    color: #11749e;
}

/* BANNER */

.banner {
    padding-top: 550px;
    padding-bottom: 280px;
    height: calc(100vh + 100px);
    text-align: center;
    background: url("../img/bg1.jpg");
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-size: auto;
}

.banner_title h1 {
    font-size: 153px;
    font-family: 'GothamBold', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #f5f5f5;
    text-transform: uppercase;
}

.banner_title p {
    padding-left: 20px;
    font-family: 'GothamMedium', sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.04;
    letter-spacing: 22px;
    text-align: center;
    color: #11749e;
    text-transform: uppercase;

}

/* ABOUT */

.about {
    width: 100%;
    height: 740px;
    background-color: #11749e;
}

.about_heading h2 {
    padding-top: 172px;
    font-family: 'GothamMedium', sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.about_heading h2:after {
    margin: -115px auto;
    content: "W";
    display: block;
    width: 185px;
    height: 190px;
    opacity: 4.18;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 230px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 0.85;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.18);

}

.about_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 160px;
}

.about_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 310px;
    padding: 25px 15px 30px;
    text-align: center;
    color: #ffffff;
}

.about_list_item h4 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about_list_item p {
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.about_list_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
    background-color: #2e85aa;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 25px;
}

/* NEWS */

.container {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #222;
    flex-direction: row;
}

.container_1 {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #f3f3f3;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.text_wrapper_top {
    max-width: 550px;
    width: 100%;
    margin: auto;
    padding: 6em 1em 3em 9em;
}

.text_wrapper_bottom {
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 6em 9em 3em 2em;
}

.news_item {
    background-color: #222;
    flex-basis: 50%;
    text-align: left;
}

.news_item img {
    width: 100%;
    height: 100%;
}

.news_item_1 {
    background-color: #f3f3f3;
    flex-basis: 50%;
    text-align: left;
}

.news_item_1 img {
    width: 100%;
    height: 100%;

}

.news_text_top span, .news_text_bottom span {
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.news_text_bottom span {
    color: #222;
}

.news_item .news_text_top h3, .news_item_1 .news_text_bottom h3 {
    margin: 10px 0;
    font-family: 'GothamMedium', sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}

.news_item_1 .news_text_bottom h3 {
    color: #222;
}

.news_text_top p, .news_text_bottom p {
    margin-top: 20px;
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.news_text_bottom p {
    color: #222;
}


/* BLOG */

.blog {
    width: 100%;
}

.blog_heading h2 {
    padding-top: 172px;
    font-family: 'GothamMedium', sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    text-transform: uppercase;
}

.blog_heading p {
    margin-top: 150px;
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
}

.blog_heading h2:after {
    margin: -115px auto;
    content: "B";
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 230px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 0.85;
    letter-spacing: normal;
    text-align: center;
    width: 116px;
    height: 176px;
    color: rgba(34, 34, 34, 0.18);
}

.blog_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 100px;
}

.blog_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0 30px 25px;
    text-align: center;
    color: #ffffff;
}

.blog_list .blog_list_item:nth-child(1) {
    padding-left: 0;
}

.blog_list_item h4 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #11749e;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px;
}

.blog_list_item p {
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #222;
}

.blog_list_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2e85aa;
    width: 260px;
    height: 280px;
    position: relative;
}

.blog_list_img img {
    width: 260px;
    height: 280px;
}

/* CUM */

.cum {
    width: 100%;
    height: 360px;
    background-color: #11749e;
}

.cum_list {
    padding-top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cum_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    width: 50%;
    padding-right: 35px;
    color: #ffffff;
    text-align: center;
}

.cum_list_item:nth-child(2) {
    padding-right: 0;
    padding-left: 15px;
}

.cum_list_item p {
    padding-left: 25px;
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #ffffff;
    text-align: left;
}

.cum_list_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 80px;
    width: 110px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

/* KEY */

.bg-1 {
    background: url(../img/key_bg.jpg) no-repeat top #222;
    height: 850px;
}

.key_list_text {
    max-width: 50%;
    float: left;
    padding-top: 230px;
    padding-right: 148px;
}

.key_list_text h3 {
    margin-bottom: 25px;
    font-family: 'GothamMedium', sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}

.key_list_text p {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.btn {
    margin-top: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 370px;
    height: 40px;
    padding: 10px 19px;
    background-color: #11749e;
    color: #ffffff;
    font-family: 'GothamMedium', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
}

.key_list_text .middle {
    width: 400px;
}

.key_list_text .bottom {
    width: 428px;
}

.btn:hover {
    background-color: #fff;
    color: #11749e;
    text-decoration: none;
}

.key_list_img {
    max-width: 50%;
    float: right;
    position: relative;

}

.key_list_img_wrap {
    margin-top: 100px;
    margin-right: 115px;
    width: 322px;
    height: 656px;
    background: url("../img/phone.png") no-repeat top;
    z-index: 999;
}

.key_list_img_wrapper {
    position: relative;
    top: 78px;
    left: 22px;
    height: 495px;
    width: 277px;
    overflow: scroll;
}

.key_list_img_wrap img {
    width: 277px;
}

/* TEAM */

.team {
    width: 100%;
}

.team_heading h2 {
    padding-top: 150px;
    font-family: 'GothamMedium', sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    text-transform: uppercase;
}

.team_heading h2:after {
    margin: -115px auto;
    content: "T";
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 230px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 0.85;
    letter-spacing: normal;
    text-align: center;
    width: 116px;
    height: 176px;
    color: rgba(34, 34, 34, 0.18);
}

.team_heading p {
    margin-top: 170px;
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
}

.team_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 100px;
}

.team_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 270px;
    text-align: center;
    color: #ffffff;
}

.team_list_item h4 {
    font-family: 'GothamMedium', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #11749e;
    text-transform: uppercase;
    margin: 15px 30px -3px;
}

.team_list_item span {
    font-family: 'GothamMedium', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.team_list_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #808080;
    width: 270px;
    height: 414px;
    position: relative;
}

.team_list_text {
    z-index: 999;
    position: absolute;
    background: #fff;
    bottom: -40px;
}

/* CONTACT */

.contact {
    width: 100%;
    height: 853px;
    background: url("../img/contact_bg.jpg") no-repeat top #222;;
}

.contact_heading h2 {
    padding-top: 150px;
    font-family: 'GothamMedium', sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 0.65;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-stretch: normal;
}

.contact_heading h2:after {
    margin: -115px auto;
    content: "C";
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 247px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 0.85;
    letter-spacing: normal;
    text-align: center;
    width: 116px;
    height: 176px;
    color: rgba(255, 255, 255, 0.18);
}

.contact-form {
    margin-top: 250px;
}

.contact-form-top {
    height: 50px;
    width: 100%;
    margin-bottom: 40px;
}

.form-control {
    display: block;
    padding: 0 0 0 25px;
    width: 100%;
    height: 50px;
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #fff;
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control_text {
    display: block;
    padding: 18px 0 0 25px;
    width: 100%;
    height: 150px;
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #fff;
    font-family: 'GothamBookRegular', sans-serif;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form-top .form-field {
    width: 382px;
    display: flex;
    float: left;
    padding-left: 27px;
}

.contact-form-top .form-field:nth-child(1) {
    padding-left: 0;
    width: 355px
}

.contact-form-bottom .form-field {
    width: 1120px;
    padding-right: 0;
}

.btn_contact {
    margin: 45px auto;
    display: block;
    vertical-align: middle;
    width: 230px;
    height: 65px;
    padding: 22px 19px;
    background-color: #11749e;
    color: #ffffff;
    font-family: 'GothamMedium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    border: none;
}

.btn_contact:hover {
    background-color: #fff;
    color: #11749e;
    text-decoration: none;
}

/* MAP */

#map {
    overflow: hidden;
    position: relative;
    height: 332px;
}

footer {
    background: #222222;
}

.footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-flex .footer_img {
    margin-left: auto;
}

.footer-flex .img_link{
    padding-right: 15px;
}

.copyright {
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.77;
    letter-spacing: 1px;
    text-align: left;

}

/*@media (max-width: 1449px) {
    .menu_item {
        margin-right: 50px;
    }
}

@media (max-width: 1299px) {
    .menu_item {
        margin-right: 40px;
    }
    .menu_social_item {
        margin-left: 30px;
    }
    .menu_text .menu_item:nth-child(6) {
        margin-right: 15px;
    }
}

@media (max-width: 1239px) {
    .menu_item {
        margin-right: 35px;
    }
    .menu_social_item {
        margin-left: 20px;
    }
    .menu_text .menu_item:nth-child(6) {
        margin-right: 10px;
    }
}

@media (max-width: 1199px) {

}

@media (min-width: 992px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 479px) {

}
*/


