@font-face {
 font-family: "GothamProRegular"; 
src: url("../fonts/GothamProRegular.eot"); 
src: url("../fonts/GothamProRegular.eot?#iefix") format("embedded-opentype"),
url("../fonts/GothamProRegular.woff") format("woff"), 
url("../fonts/GothamProRegular.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}
@font-face {
 font-family: "GothamProBold"; 
src: url("../fonts/GothamProBold.eot"); 
src: url("../fonts/GothamProBold.eot?#iefix") format("embedded-opentype"),
url("../fonts/GothamProBold.woff") format("woff"), 
url("../fonts/GothamProBold.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}

body{font-family: "GothamProRegular";margin:0;padding: 0;width: 100%;height: 100%;line-height: 26px;color: #181717;}
a{
    color:#008ec9;
}
header.header {
    background: #11364e;
    padding: 2rem 0;
}

.title {
    font-size: 60px;
    font-family: "GothamProBold";
}

.our_title {
    margin-top: 6rem;
    margin-bottom: 2rem;
}

.our_team_img {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    /* float: left; */
}

.our_team_img > div {
    position: absolute;
    top: 0px;
    left: -27%;
    width: 100%;
    height: 100%;
}

.our_team_img > div img {
    width: 160%;
}

.our_team_list {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-bottom: 4rem;
    margin-top: 5rem;
}

.our_team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.line {
    flex: 100%;
    width: 100%;
    height: 2px;
    background: rgba(231, 145, 29, 0.32);
}

.our_team > div {
    display: flex;
    justify-content: space-between;
}

.our_team_content {
    width: 70%;
}

span.our_strong, span.our_stron {font-family: "GothamProBold";font-size: 16px;}

h3.our_team_title {
    color: #e7911d;
    font-family: "GothamProRegular";
    font-size: 16px;
    margin: 20px 0;
}

p.our_team-gorod {
    font-size: 24px;
}

p.our_team-gorod span.our_strong {
    font-size: 24px;
}

p.our_team_adress_number a {
    color: #000;
}

p.our_team_name-studio-text {
    margin-bottom: 2rem;
}
p.our_team_name-studio {
    margin-bottom: 2rem;
}

.our_team_adress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.footer {
    background: #0e344c;
    padding: 6rem;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1024px) { 
h1.title {
    font-size: 32px;
}
}
@media screen and (max-width: 768px) { 
.our_team_list {width: 78%;}

.our_team > div {
    flex-wrap: wrap;
}
}
@media screen and (max-width: 480px) { .our_team_list {
    width: 100%;
}}
@media screen and (max-width: 425px) {
.our_team_list {
    flex-wrap: wrap;
}

.our_team_content {
    width: 100%;
}

.our_team_img {
    margin-bottom: 2rem;
} }