* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration: 0.2s;
}

/* W3C standard
   сейчас только для Firefox */
* {
  scrollbar-color: #3fba80 #e3f5ef;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 22px;
  width: 22px;
}
*::-webkit-scrollbar-track {
  background: #e3f5ef;
}
*::-webkit-scrollbar-thumb {
  background-color: #3fba80;
  border-radius: 5px;
  border: 3px solid #e3f5ef;
}

.mobile {
    display: none;
}

html {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 17px;
    background: #FFFFFF;
    color: #000;
    font-family: 'GTE', sans-serif;
    min-width: 2880px;
    min-height: 1140px;
    /*zoom: 1.2;*/

}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    overflow: auto;
    background: url(../img/bg.jpg?) repeat-x scroll center -1px #FDFCFF;
    min-height: 100%;
    height: auto;
    background-size: cover;
}

.taLogo
{
    mix-blend-mode: multiply;
    margin-top: 24px;
    margin-left: 40px;
    position: absolute;
}

.zoomer
{
    position: absolute;
    right: 0;
    background: url(../img/Zoomer.png) no-repeat scroll center -1px transparent;
    width: 100px;
    height: 210px;
    text-align: center;
    top: 20px;
    right: 0px;
    z-index: 10000;
    font-size: 26px;
    font-weight: 400;
}

.zoomer .plus
{
    font-size: 70px;
    height: 40%;
    cursor: pointer;
    padding-top: 10px;
    cursor: pointer;
}

.zoomer .plus:hover
{
    opacity: 0.7;
}

.zoomer .size
{
    padding-top: 8px;
    height: 20%;
}

.zoomer .minus
{
    font-size: 40px;
    height: 40%;
    cursor: pointer;
    padding-top: 5px;
    font-weight: bold;
    cursor: pointer;
}

.zoomer .minus:hover
{
    opacity: 0.7;
}

.head
{
    font-family: 'Montserrat', sans-serif;
    height: 150px;
    width: 100%;
    background: url(../img/top.jpg?) no-repeat scroll center -1px transparent;
    position: relative;
    background-size: cover;
}

a img:hover
{
    opacity: 0.9;
}

.head .titleMap
{
    font-size: 28px;
    font-weight: 300;
    display: inline-block;
    text-align: right;
    margin-top: 40px;
    margin-left: 500px;
    position: absolute;
    border-right: 2px solid #000;
    padding-right: 35px;
}

.head .title
{
    font-size: 58px;
    margin-top: 34px;
    margin-left: 888px;
    display: inline-block;
    font-weight: bold;
}

.head .button
{
    position: absolute;
    display: inline-block;
    border: 2px solid #6eb3cf;
    border-radius: 10px;
    background-color: white;
    text-decoration: none;
    padding-top: 20px;
    right: 200px;
    top: 40px;
    width: 390px;
    height: 80px;
    text-align: center;
    color: #166099;
    font-size: 25px;
    font-weight: bold;
    filter: drop-shadow(0 0 15px #a8ccea);
}

.head .button:hover
{
    color: white;
    background-color: #6eb3cf;

}

.content .button a
{
    display: inline-block;
    background-color: #F8E9EA;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    color: #c7505b;
    text-align: center;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding-top: 10px;
    margin: 0 30px;
}

.content .button a:hover
{
    color: white;
    background-color: #c7505b;
}


.blockContent {
    width: 100%;
    max-width: 2880px;
    height: 100%;
    margin: auto;
    position: relative;
    margin-top: 0;
}

.row1
{
    margin-top: 46px;
    display: flex;
    min-height: 100px;
    font-family: 'Open Sans', sans-serif;
}

.row2
{
    margin-top: 41px;
    display: flex;
    min-height: 100px;
    font-family: 'Open Sans', sans-serif;
}

.row2 .block
{
    width: 50%;
}

.row3
{
    margin-top: 46px;
    display: flex;
    min-height: 100px;
    font-family: 'Open Sans', sans-serif;
}

.row3 .block 
{
    width: 33%;
}

.flex
{
    display: flex;
    align-content: space-around;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.flex_logo
{
    flex-wrap: wrap;
}

.flex_logo img
{
    padding-right: 40px;
    padding-top: 20px;
}

.row2 .flex .logo img
{
    max-height: 130px;
}

.flex .parter
{
    font-size: 26px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-right: 30px;
    white-space: nowrap;
}

.flex .logo
{
    margin-right: 30px;
    white-space: nowrap;
}

.flex .logo img
{
    max-height: 100px;
}

.flex .text
{
    font-size: 20px;
    margin-right: 30px;
}

.liner
{
    margin-top: 22px;
    border-top: 2px solid #D15E69;
    border-right: 2px solid #D15E69;
    border-radius: 0 15px 0 0;
    margin-right: 30px;
    position: relative;
    min-height: 150px;
    
}

.liner .flex
{
    padding-top: 25px;
}

.liner .flex .button a
{
    margin-right: 50px;
    margin-left: 25px;
}

.liner .flex .logo
{
    margin-right: 50px;
}

.linerTitle
{
    position: absolute;
    top: -18px;
    color: #D15E69;
    background-color: white;
    font-size: 26px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-right: 30px;
    white-space: nowrap;
    padding-right: 36px;
}


.block
{
    border: 3px solid #d15e69;
    border-radius: 10px;
    background-color: white;
    width: 100%;
    position: relative;
    padding: 30px 0px 20px 30px;
}

.block label
{
    display: inline-block;
    position: absolute;
    top: -30px;
    border-radius: 10px;
    background-color: #818ede;
    color: white;
    padding: 11px 20px;
    font-size: 25px;
    left: 30px;
    font-weight: bold;
}

.block .logos
{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding-top: 20px;
    height: 100%;
}

.block .logos a
{
    display: inline-block;
    padding: 0 0 20px 0;
    min-width: 24%;
}

.block .logos a img
{
    max-width: 190px;
    max-height: 100px;
}

.block:nth-child(2)
{
    margin-left: 55px;

}

.block:nth-child(3)
{
    margin-left: 55px;
}

.bottom
{
    background-color: white;
    padding: 21px 0;
    color: #117ac3;
    font-size: 17px;
    line-height: 1.4;
    margin-top: 30px;
}



/* COLORS */
.color1
{
   border-color: #d15e69;
}

.color1 > label 
{
    background-color: #d15e69;
}

.color1 .linerTitle
{
    color: #d15e69;
}

.color1 .button a
{
    background-color: #F8E9EA;
    color: #c7505b;
}

.color1 .button a:hover
{
    background-color: #c7505b;
    color: white;
}

.color1 .liner
{
    border-color: #c7505b;
}

.color2
{
   border-color: #818ede;
}

.color2 > label
{
    background-color: #818ede;
}

.color2 .linerTitle
{
    color: #818ede;
}

.color2 .button a
{
    background-color: #eaecf9;
    color: #818ede;
}

.color2 .button a:hover
{
    background-color: #818ede;
    color: white;
}

.color2 .liner
{
    border-color: #818ede;
}

.color3
{
   border-color: #3fba80;
}

.color3 > label
{
    background-color: #3fba80;
}

.color3 .linerTitle
{
    color: #3fba80;
}

.color3 .button a
{
    background-color: #E2F4EE;
    color: #3fba80;
}

.color3 .button a:hover
{
    background-color: #3fba80;
    color: white;
}

.color3 .liner
{
    border-color: #3fba80;
}

.color4
{   
    border-color: #6dc8f1;
}

.color4 > label
{
    background-color: #6dc8f1;
}

.color4 .linerTitle
{
    color: #6dc8f1;
}

.color4 .button a
{
    background-color: #DBE8EF;
    color: #6dc8f1;
}

.color4 .button a:hover
{
    background-color: #6dc8f1;
    color: white;
}

.color4 .liner
{
    border-color: #6dc8f1;
}

.color5
{   
    border-color: #f08560;
}

.color5 > label
{
    background-color: #f08560;
}

.color5 .linerTitle
{
    color: #f08560;
}

.color5 .button a
{
    background-color: #F9EDEA;
    color: #f08560;
}

.color5 .button a:hover
{
    background-color: #f08560;
    color: white;
}

.color5 .liner
{
    border-color: #f08560;
}


.color6
{   
    border-color: #4d94d0;
}

.color6 > label
{
    background-color: #4d94d0;
}

.color6 .linerTitle
{
    color: #4d94d0;
}

.color6 .button a
{
    background-color: #DDEAF5;
    color: #4d94d0;
}

.color6 .button a:hover
{
    background-color: #4d94d0;
    color: white;
}

.color6 .liner
{
    border-color: #4d94d0;
}

.color7
{   
    border-color: #a87de0;
}

.color7 > label
{
    background-color: #a87de0;
}

.color7 .linerTitle
{
    color: #a87de0;
}

.color7 .button a
{
    background-color: #EEE9FA;
    color: #a87de0;
}

.color7 .button a:hover
{
    background-color: #a87de0;
    color: white;
}

.color7 .liner
{
    border-color: #a87de0;
}

.color8
{   
    border-color: #54c9c6;
}

.color8 > label
{
    background-color: #54c9c6;
}

.color8 .linerTitle
{
    color: #54c9c6;
}

.color8 .button a
{
    background-color: #eaecf9;
    color: #54c9c6;
}

.color8 .button a:hover
{
    background-color: #54c9c6;
    color: white;
}

.color8 .liner
{
    border-color: #54c9c6;
}

.color9
{   
    border-color: #7ec466;
}

.color9 > label
{
    background-color: #7ec466;
}

.color9 .linerTitle
{
    color: #7ec466;
}

.color9 .button a
{
    background-color: #eaecf9;
    color: #7ec466;
}

.color9 .button a:hover
{
    background-color: #7ec466;
    color: white;
}

.color9 .liner
{
    border-color: #7ec466;
}

.color10
{   
    border-color: #bd9d59;
}

.color10 > label
{
    background-color: #bd9d59;
}

.color10 .linerTitle
{
    color: #bd9d59;
}

.color10 .button a
{
    background-color: #eaecf9;
    color: #bd9d59;
}

.color10 .button a:hover
{
    background-color: #bd9d59;
    color: white;
}

.color10 .liner
{
    border-color: #bd9d59;
}