@font-face{
    font-family: ProxiSemiBold;
    src: URL(../fonts/Proxima_Nova/ProximaNovaSemibold.otf);
}

@font-face{
    font-family: ProxiRegular;
    src: URL(../fonts/Proxima_Nova/ProximaNovaRegular.otf);
}

@font-face{
    font-family: ProxiBold;
    src: URL(../fonts/Proxima_Nova/ProximaNovaBold.otf);
}


@font-face{
    font-family: PTSans;
    src: URL(../fonts/PTSans/PTC55F.ttf);
}

* {
	margin: 0;
	padding: 0;
}
header {
    background: url(../img/header.jpg) no-repeat top center;
    width: 100%;
    height: 37vw;
    position: relative;
    color: #fff;
    background-size: contain;
}

header hr {
    border: 0.15vw solid #fff;
}

nav {
	display: flex;
	display: -webkit-flex;
	position: relative;
	width: 62.5%;
	height: 14.5%;
    margin: 0 auto;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    font-family: ProxiSemiBold;
   	font-size: 1.5vw;
}

nav li {
	display: inline;
	margin-left: 2vw;
}

nav li a {
	color: #fff;
	text-decoration: none;
}

nav li a:hover {
	border-bottom: 2px solid rgba(241, 241, 241, 0.7);
}

nav img {
	position: absolute;
    left: 0;
    top: 1.5vw;
    width: 13.4%;
}

#icons {
    width: 62.5%;
    margin: 1.5vw auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: baseline;
    -webkit-align-items: baseline;
    font-size: 1.2vw;
    font-family: ProxiSemiBold;
}

#icons img {
	margin-right: 0.2vw;
	width: 1.1vw;
}

#icons p {
	margin-left: 2vw;
}

#icons img.ph {
    	width: 0.8vw;
}

#slogan {
    width: 62.5%;
    margin: 100px auto;
	font-family: ProxiSemiBold;
    font-size: 38px;
}

#slogan h1 {
	font-size: 78px;
	margin-bottom: 30px;
}

.container {
	width: 62.5%;
	height: 100%;
	margin: 0 auto;
}

.about {
	display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.about h2 {
	font-size: 3.6vw;
    font-family: ProxiSemiBold;
    color: #0e689b;
    margin: 2.5vw 1vw;
}

.container p {
	padding: 1.9% 1%;
    text-align: left;
    font-size: 0.95vw;
    font-family: PTSans;
}


.numbers {
	background: url(../img/pattern1.jpg) top center;
    height: 14.7vw;
    background-size: contain;
}

.flexblock {
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    text-align: left;
    background-color: #f9f9f9;
}

.flexblock div {
	font-family: PTSans;
    color: #4d4d4d;
    height: 6vw;
    width: 30vw;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.block {
    border-right: 0.5vw solid #f3f3f3;
}

.block:last-child {
	border:none;
}

.flexblock span {
	font-weight: bold;
	font-size: 3.6vw;
}

.flexblock p {
	align-self: center;
	-webkit-align-self: center;
    text-align: left;
}

.block div {
    height: 100%;
    width: 4.8vw;
    background-size: contain;
}

.first {
	background: url(../img/1.png) no-repeat center;
}

.second {
	background: url(../img/2.png) no-repeat center;
}

.third {
	background: url(../img/3.png) no-repeat center;
}

#advantages {
	background: url(../img/middle.jpg) no-repeat center;
    height: 29.8vw;
    background-size: contain;
    width: 100%;
}
#threeround img {
    height: 11vw;
}
.adv {
	display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.adv h2 {
	font-size: 3.6vw;
    font-family: ProxiSemiBold;
    color: #fff;
    margin: 2.5vw 1vw;
}


#threeround {
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-family: ProxiRegular;
    color: #fff;
    font-size: 16px;
}

#threeround span {
	font-family: ProxiBold;
	font-size: 1.3vw;
	margin: 0.7vw auto;
    display: block;
}

#threeround div {
	width: 90vw;
    text-align: center;
    margin: 2vw auto;
}

#threeround hr {
	width: 30px;
	border: 2px solid rgba(241, 241, 241, 0.7);
	margin: 0 auto;
}

.container #threeround div p {
	padding: 10px;
}

#map {
	background: url(../img/map.jpg) no-repeat center;
    height: 31.3vw;
    background-size: contain;
}

footer {
	background: url(../img/footer.jpg) top center;
    height: 16.4vw;
    background-size: contain;
}

.footer {
    background: #fff;
    color: #006699;
	font-family: ProxiSemiBold;
	font-size: 1.3vw;
	display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.footer div {
	display: flex;
	display: -wwebkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	align-items: center;
	-webkit-align-items: center;
	width: 90vh;
}


#copy {
    background: #f9f9f9;
}

#copy p{
	font-family: PTSans;
	color: #006699;
	text-align: left;
}

#hiddenmenu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 4px solid #fff;
    background: rgba(0, 0, 0, 0.4);
    height: 4vw;
}

#hiddenmenu nav {
    height:100%;
}

.center {
    text-align: center;
}

#flags {
    position: relative;
    
    width: 5.6vw;
    height: 1.2vw;
    margin-left: 2vw;
}

#flags a#rus {
    position: absolute;
    background: url(../img/flags.png) no-repeat 0%;
    background-size: cover;
    height: 1.2vw;
    width: 1.6vw;
    
}

#flags a#eng {
    position: absolute;
    background: url(../img/flags.png) no-repeat 50%;
    background-size: cover;
    height: 1.2vw;
    width: 1.6vw;
    left: 2vw;
}

#flags a#clov {
    position: absolute;
    background: url(../img/flags.png) no-repeat 100%;
    background-size: cover;
    height: 1.2vw;
    width: 1.6vw;
    left: 4vw;
}


#ab img{
        width: 4.8vw;
}
.adv img {
     width: 6vw;
}
input[type="checkbox"] {
    display: none;
    
}
nav label {    
    display: none;
    cursor: pointer;
    /*transition: 1.3s;*/
}
.contacts {
        display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.contacts h2{
    font-size: 3.6vw;
    font-family: ProxiSemiBold;
    color: #0e689b;
    margin: 2.5vw 1vw;
}

@media screen and (max-width: 678px) {
   /* .adv {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}*/
    #threeround div {
    width: 90vw;
    text-align: center;
    margin: 1vw auto;
}
    nav {
        display: flex;
        display: -webkit-flex;
        position: relative;
        width: 90%;
        height: 24.5%;
        margin: 0 auto;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-items: center;
        -webkit-align-items: center;
        font-family: ProxiSemiBold;
        font-size: 8vw;
    }
    
    nav label{
        display: inline-block;
    position: absolute;
    right: 0vw;
    top: 25vw;
          
    }
    nav > ul {
       display: none;
    top: 22vw;
    position: absolute;
    font-size: 5vw;
    background: rgba(0, 0, 0, 0.4);
    border: 0.5vw solid #fff;
    right: 0vw;
    padding: 1vw 2vw;
    top: 36.5vw;
    }
    
    nav li {
        display: block;
        margin: 3vw 2vw;
    }
    input[type="checkbox"]:checked ~ label + ul {
        display: block;
       transition: 1.3s;
    }
    
    nav img {
    position: absolute;
    left: 0;
    top: 1.5vw;
    width: 25%;
}
    
    #icons {
        display: none;
    }
    
    #flags {
    position: absolute;
    width: 20.6vw;
    height: 5vw;
    right: 0vw;
    top: 2.5vw;
}

#flags a#rus {
    position: absolute;
    background: url(../img/flags.png) no-repeat 0%;
    background-size: cover;
    height: 4vw;
    width: 6vw;
    
}

#flags a#eng {
    position: absolute;
    background: url(../img/flags.png) no-repeat 50%;
    background-size: cover;
    height: 4vw;
    width: 6vw;
    left: 7.5vw;
}

#flags a#clov {
    position: absolute;
    background: url(../img/flags.png) no-repeat 100%;
    background-size: cover;
    height: 4vw;
    width: 6vw;
    left: 14.5vw;
}

#hiddenmenu {
    display:none !important;
    vidibility: hidden;
}


.container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.about h2 {
    font-size: 7.6vw;
    font-family: ProxiSemiBold;
    color: #0e689b;
    margin: 2.5vw 1vw;
    width: 26vw;;
    text-align: center;
}
/*.contacts {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: 5vw;
}*/
.contacts h2 {
    font-size: 7.6vw;
    font-family: ProxiSemiBold;
    color: #0e689b;
    margin: 2.5vw 1vw;
    width: 40vw;
    text-align: center;
}

#ab img {
   width: 8vw;
    height: 0.4vw;
}



.contacts img {
  width: 8vw;
    height: 0.4vw;
}

.container p {
    padding: 1.9% 1%;
    text-align: left !important;
    font-size: 4vw;
    font-family: PTSans;
}
.numbers {
    background: url(../img/pattern1.jpg) top center;
    height: 100vw;
    background-size: contain;
}
.block p {
   width: 55vw;
   font-size: 5vw;
}
.block span {
    font-size: 6vw;
}
.flexblock {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    text-align: left;
    background-color: #f9f9f9;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: stretch;
    -webkit-align-content: stretch;
}

.flexblock div {
    font-family: PTSans;
    color: #4d4d4d;
    height: 30vw;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.block {
    border-right: none;
    border-bottom: 0.5vw solid #f3f3f3;
}
.block div {
    height: 100%;
    width: 20vw;
    background-size: contain;
}

.adv h2 {
    font-size: 7.6vw;
    margin-bottom: 2vw;
    margin-top: 2vw;
    width: 58vw;
    text-align: center;
}



.adv img {
        width: 10vw;
    height: 0.4vw;
}
#advantages {
    background: url(../img/middle.jpg) no-repeat 95% 0%;
    height: 165vw;
    background-size: cover;
}
#threeround {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 6vw;
}
#threeround img {
    height: 30vw;
}
#threeround span {
    font-size: 4.3vw;
    margin-bottom: 7vw;
}

#map {
    background: url(../img/map.jpg) no-repeat center;
    height: 80vw;
    background-size: cover;
}

footer {
    height: 90vw;
}

footer img {
    padding-top: 4vw;
}
img.fphone {
    width: 5vw !important;
}

img.fmap {
    width: 5vw !important;
}

img.fmail {
    width: 7vw !important;
}

.footer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.95);
    height: 90vw;
}
.footer div {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-bottom: 0.1vw solid #006699;
    width: 50vw;
}
.footer p {
    width: 100%;
    text-align: center !important;
}

#copy p {
    margin: 4vw 0;
}
/*
.about {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: 5vw;
}*/



}
