body { background: url(background.png) top repeat-x #FBFBFB}
a:link { color: rgb(192, 192, 192); text-decoration: none; }
a:visited { color: rgb(192, 192, 192); text-decoration: none; }
a:hover { text-decoration: none; color: rgb(255, 153, 0);  }
a:active {
	color: rgb(0,102,204);
	text-decoration: none;
}
a img { border: 0px none; }
*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none; text-decoration: none;}
nav,footer,header,aside{display: block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}
.wpmd { display: none; font-size: 13px; font-family: 'Arial'; font-style: normal; font-weight: normal; text-align: justify; }
DIV, UL, OL { margin-top: 0px; margin-bottom: 0px; }
.container {
    max-width: 1200px;

    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -khtml-border-radius: 75px;
    -webkit-box-shadow: 0 0 35px #c5b4c2;
    -moz-box-shadow: 0 0 35px #c5b4c2;
    box-shadow: 0 0 35px #c5b4c2;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
    background: #ffffff;
}
.main {
    margin: 0 auto;
    max-width: 1200px;
}
.header {
    max-width: 100%;
    height: 154px;
    position: relative;
    
    background: url(../images/header.png) left bottom;
    
    margin-top: 0px;
}
.content {
    display: flex;
}
.menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 200px;
    padding-left: 30px;
    padding-top: 8px;
    color: #000;
}
.menu-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 182px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    color: #000;
}
.menu-item a{
    
    
    position: relative;
    color: #000;
    

}
.menu-item a:hover {
    color: #ab51a1;
    background: url("../images/menu_hover.png") no-repeat;
}
.menu-item-1 a::before {
    
    width: 28px;
    height: 30px;
    content: "";
    position: absolute;
    left: -30px;
    bottom: -8px;
    background-image: url("../images/icon01.png");
    background-position: center;
    z-index: 20;

}
.menu-item-2 a::before {
    
    width: 28px;
    height: 30px;
    content: "";
    position: absolute;
    left: -30px;
    bottom: -8px;
    background-image: url("../images/icon02.png");
    background-position: center;
    z-index: 20;

}
.menu-item a:hover::after {
    
    width: 201px;
    height: 48px;
    content: "";
    left: -56px;
    bottom: -19px;
    position: absolute;
    background-image: url("../images/menu_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 20;

}
.menu-item:nth-child(2) a:hover::after {
    
    
    left: -56px;
    bottom: -19px;
    

}
.menu-item:nth-child(1) a:hover::after {
    
    
    left: -39px;
    bottom: -19px;
    

}
.menu-item:nth-child(3) a:hover::after {
    
    
    left: -51px;
    

}
.link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.link-item a{
    display: flex;
    flex-direction: column;
    align-items:center;
    padding-bottom: 15px;
}
.link-item span {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #ab51a1;
    text-decoration: underline;
}

.link img {
    width: 232px;
    
    border: 3px solid #cdcdcd;
    margin-bottom: 10px;
}
.logo{
    padding: 20px 0 0 28px;;
}
.links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    justify-content: space-around;
    padding-bottom: 30px;
    padding: 25px 30px 30px 0px;
}
.links__item {
    padding-top: 20px;
}
.links__item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 2;
    font-size: 16px;
}
.links__item a:hover {
    text-decoration: none; color: rgb(255, 153, 0); 
}
.links__name {
    color: rgb(32, 32, 32);
    
}
.links__name:hover {
    color: rgb(255, 153, 0);
}
.links__info {
    color: rgb(83, 5, 57);
    text-decoration: underline
}
.links__info:hover {
    color: rgb(255, 153, 0); 
}
.links img {
    max-width: 320px;
    max-height: 240px;
}
.bottom h1 {
    font-family: Tahoma, Geneva, sans-serif;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 15px 20px;
}
.bottom {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #3f3f3f;
    padding: 20px 30px 30px;
}
.bottom a {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #669900;
    text-decoration: underline;
    padding: 15px 0;
}
.copy a{
    color: #ab51a1;
   
    
}
footer {
    display: flex;
    justify-content: space-around;
    padding: 10px 15px 25px;
}
#coomeet_container {
    
    width: 100%;
    height: 670px;
    margin: 0 auto;
}
.coomet {
    padding: 30px 0;
}
.metr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .links img {
        width: 288px;
        height: 216px;
    }
    .bottom {
        
        font-size: 16px;
    
    
}
    .bottom h1 {
        font-size: 20px;
    }
    .bottom a {
        font-size: 18px;
    }
    .copy {
        font-size: 16px;
        
       
        
    }
    
    
    

@media (max-width: 680px) {
    .links img {
        width: 288px;
        height: 216px;
    }
    .content { flex-direction: column;
    }
    .menu {
        flex-direction: row;
        height: 113px;
    
        padding-top: 0px;
    }
    .menu-item {
        align-items: center;
    }
    .copy {
        font-size: 16px;
        padding-bottom: 15px;
       
        
    }
    footer {
        flex-direction: column;
        align-items: center;
    }
    .container {
        margin-bottom: 10px;
    }
    .links{
        padding: 25px 0px 30px 0px;
    }
    
    
    
}
@media (max-width: 830px) {
    .links img {
        width: 200px;
        height: 160px;
    }
    
}
@media (max-width: 550px) {
    
    .links__info {
        font-size: 14px;
        text-decoration: none;
        text-align: center;
        
    }
    .links__name {
        font-size: 14px;
        
    }
    .last-link {
        font-size: 20px;
        
    
    }
    
    .links__item a{
        max-width: 200px;
    }
}
@media (max-width: 440px) {
    .links img {
        width: 144px;
        height: 108px;
    }
    .menu {
        flex-direction: column;
        align-self: center;
        
        padding-bottom: 15px;
    }
    .menu-item {
        
        padding-bottom: 15px;
    }
    .menu-item a {
        font-size: 18px;
    
}
.menu-item {
    width: auto;
}
}

.active {
    text-decoration: underline;
}
@media (max-width: 1200px) {
    .header {
        background-image: none;
        background-color: #ab51a1;
        height: 89px;

    }
    .container {
        
        margin-top: 0;
        
    }
    .logo {
        padding: 0;
    }
    .content {
        padding-top: 20px;
    }
    
}
