@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900&subset=cyrillic');


:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

a.social{
    display: inline-block;
    width: 24px; 
    height: 24px;
}

a.social.insta {
    background: url('/img/insta.png?v=2') no-repeat;
    background-size: 100%;
}


a.social.vk {
    background: url('/img/vk.png?v=2') no-repeat;
    background-size: 100%;
}



body {
    min-width: 1200px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    line-height: 1.7;
    scroll-behavior: smooth;
    overflow-y:scroll;
}

a {
    text-decoration: none;
}


p.medium {
    font-size: 17px;
}

p.small {
    font-size: 13px;
}

.hr {
    background-color: #E0E0E0;
    width: 100%;
    height:1px;
    clear:both;
    margin-top: 80px;
}

.margin-top {
    margin-top: 30px !important;
}

.content {
    display: flex;
    position: relative;
    max-width: 1500px;
    min-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}


.content.columns {
    flex-flow: column wrap;
}


.full-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 285px;
    z-index: 2;
}


.full-menu.small {
    height: 155px;
}


.full-menu.small .menu,
.full-menu.small .menu .content{
    height: 100px;
}


.top-line {
    width: 100%;
    height: 55px;
}


.top-line {
    background-color: #f1f5f8;
}

.top-line a {
    color: #000;
}

.top-line a.address {
    font-weight: 600;
}

.top-line a.phone {
    font-weight: 600;
    font-size: 22px;
}

a.call-order {
    border-bottom: 1px dashed;
    padding-bottom: 1px;
}

a.call-order.red {
    color: tomato;
}

.top-line .content {
    height: 100%;
    height: 55px;
}

.top-line .blocks {
    height: 100%;
    align-items: center;
}

.top-line .blocks .block:last-child {
    text-align: right;
}

.top-line .blocks .block:last-child a:last-child {
    margin-right: 0;
}

.top-line .blocks a {
    margin-right: 30px;
}



.menu {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}


.menu .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.menu,
.menu .content{
    height: 230px;
}


nav {
    display: flex;
    align-items: center;
    justify-content:space-around;
}


nav.store-menu {
    justify-content: flex-end;
}



nav a {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    margin: 0 20px;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}


nav.store-menu a {
    text-transform: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

nav a.bordered {
    border-bottom: 2px solid;
    font-weight: 600;
}


nav.store-menu a.cart{
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-weight: 600;
    padding-right: 30px;
}

nav.store-menu a.cart:after {
    position: absolute;
    right: 15px;
    top: 10px;
    content: '';
    background: url('/img/cart.png') no-repeat;
    width: 16px;
    height: 16px;
}


header {
    width: 100%;
    height: 550px;
    margin-top: 255px;
background: url('/img/bg.jpg');
}

header .content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex-flow: column wrap;
    background: url('/img/fly.png?v=6') no-repeat right center;
}

h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}


h1 strong {
    font-weight: 600;
}

h2 {
    color: #00537b;
    font-size: 22px;
    font-weight: 400;
}


h3 {
    color: #00537b;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


h4 {
    color: #00537b;
    font-size: 22px;
    font-weight: 400;
}

.slogan {
    color: #dceaf4;
    font-size: 18px;
    margin-bottom: 30px;
}

.slogan a {
    color: #5a0968;
    border-bottom: 1px dashed;
}


.button {
    font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    font-size: 15px;
    position: relative;
    display: inline-block;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 3px;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    margin-bottom: 5px;
}


.button.small {
    font-size: 13px;
    padding: 7px 20px;
}


.button:hover,
.button.shadow{
    top: -2px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 2px solid rgba(255,255,255,0.7);
}



.button.pink {
    background: #fff;
    border: 2px solid #c982b3;
    border-radius: 25px;
    color: #c982b3;

}

.button.marine {
background: #d67fe5;
background: -moz-linear-gradient(top, #d67fe5 0%, #7d228d 100%);
background: -webkit-linear-gradient(top, #d67fe5 0%,#7d228d 100%);
background: linear-gradient(to bottom, #d67fe5 0%,#7d228d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67fe5', endColorstr='#7d228d',GradientType=0 );
color: #fff;
border: 0;
}

.button.lite-marine {
    background: transparent;
    border: 2px solid #814ba0;
    color: #814ba0;
    
}


.marine-link {
    color: #814ba0;
    border-bottom: 1px solid;
}


.button.yellow {
background-image: linear-gradient(to bottom, #ffecd2 0%, #fcb69f 100%);
    color: #000;
    border: 0;
}



.button.green {
background-color: #25c38d;
    border: 0;
    color: #fff;
}

.button.blue {
background: #52a5da;
    border: 0;
    color: #fff;
}



.button.pink.full {
    background: #c982b3;
    color: #fff;
}

.button.pink:hover {
    border: 2px solid #c982b3;
    background: #c982b3;
    color: #fff;
}



.button.pink-lite {
    border: 2px solid #e5b4d6;
    border-radius: 25px;
    color: #e5b4d6;
}



.label {
    background: #c982b3;
    border-radius: 5px;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    margin-left: 10px;
}

section {
    margin-top: 80px;
}


.blocks {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
        justify-content:space-between;
}

.blocks .left-align {
    justify-content:flex-start;
}

.blocks .center-align {
    justify-content:center;
}

.right-align {
    justify-content:flex-end;
    text-align: right;
    
}


.blocks.full-height {
    align-items: stretch;
}

.blocks.vertical-align {
    align-items:flex-start;
}

.blocks.centered {
    text-align: center;
}


.blocks > .block.width-20 {
    width: 20%;
    margin-right: 30px;
}

.blocks > .block.width-20.right {
    width: calc(20% - 1px);
    margin-right: 0px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.blocks > .block.width-20.right.no-border {
    width: 20%; 
    padding-left: 0px;
    border: 0;
}

.blocks > .block.width-25 {
    width: 21%;
}


.blocks > .block.width-33 {
    width: 30%;
}

.blocks > .block.width-33.logo {
    width: 224px;
    height: 128px;
}

.blocks > .block.width-40 {
    width: 38%;
}

.blocks > .block.width-50 {
    width: 48%;
}

.blocks > .block.width-60 {
    width: 58%;
}

.blocks > .block.width-60.padding {
    padding: 0 100px;
    box-sizing: border-box;
}

.blocks > .block.width-80 {
    width: calc(80% - 30px);
}

.blocks > .block.width-100 {
    width: 100%;
}


.image {
    width: 100%;
    height: auto;
    border-radius: 3px;
}


.table {
    width: 100%;
    border-bottom: solid 1px #E8E8E8;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}

.table tbody td {
    border-bottom: solid 1px #E8E8E8;
    padding: 5px 5px 5px 0px;
}

.table tbody tr > td:first-child {
    color: #757684;
}

.table tbody tr > td:last-child {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
}

.table.big-price tbody tr > td:last-child {
    font-weight: 600;
    font-size: 20px;
}

 

section#discount, section#plans{
display: flex;
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    background: url(/img/bg_2.jpg?v=2) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 70px 0px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 80px;
}
  
section#plans {
    background: url(/img/bg.jpg?v=2);
}



.title {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.description {
    font-size: 18px;
    font-weight: 400;
}

p.comment {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}




#order {
    width: 100%;
    min-height: 100px;
    border: 1px solid #E0E0E0;
    border-top: 0px;
    margin-top: 50px;
    padding: 70px;
    padding-top: 0;
    box-sizing: border-box;
}






#gallery {
    display: flex;
    flex-flow: row wrap;
}

#gallery a {
    position: relative;
    width: 20%;
    max-width: 300px;
    height: 300px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

#gallery a:after {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
    content: 'Смотреть';
    color: #fff;
}

#gallery a img {
    display: none;
}

#gallery a:hover:after{
    display: flex;
}


ul.list li {
    position: relative;
    margin-bottom: 10px;
}

ul.list.dotted li:before {
    position: absolute;  
    top: 3px;  
    margin: 8px 0 0 -20px;    
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ccc;
    content: "";
}



ul.list li.visited {
    font-weight: 600;
}



ul.listing li {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    padding-left: 40px;
    box-sizing: border-box;
}

ul.listing li:before {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px; 
    content: '';
    background: url('/img/checked.png?v=3') no-repeat;
}




.form{
    font-family: 'Montserrat', sans-serif;
    background:#fff;
}

.form ul{
    list-style:none;
    padding:0;
    margin:0;	
}
.form li{
    display: block;
    padding: 9px;
    border:1px solid #E0E0E0;
    margin-bottom: 30px;
    border-radius: 5px;
}

.form li:last-child{
    border:none;
    padding: 0;
    margin-bottom: 0px;
}
.form li > label{
    font-family: 'Montserrat', sans-serif;
    display: block;
    float: left;
    margin-top: -25px;
    background: #FFFFFF;
    height: 20px;
    padding: 2px 10px 2px 10px;
    color: #757684;
    overflow: hidden;
}
.form input[type="text"],
.form input[type="date"],
.form input[type="datetime"],
.form input[type="email"],
.form input[type="number"],
.form input[type="tel"],
.form input[type="search"],
.form input[type="time"],
.form input[type="url"],
.form input[type="password"],
.form textarea,
.form select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
.form input[type="text"]:focus,
.form input[type="date"]:focus,
.form input[type="datetime"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="tel"],
.form input[type="search"]:focus,
.form input[type="time"]:focus,
.form input[type="url"]:focus,
.form input[type="password"]:focus,
.form textarea:focus,
.form select:focus 
{
}
.form li > span{
    display: none;
    background: #e5b4d6;
    padding: 3px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}



footer {
    font-size: 14px;
    margin-bottom: 70px;
}

footer strong {
    font-weight: 600;
    color: #000;
}

footer a {
    color: #000;
}

.name {
    display: block;
    font-size:24px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 300;
}

address {
    margin-bottom: 5px;
}

footer a.phone,
footer #made-in a{
    color: #636363;
}

footer #made-in a{
    font-size: 12px;
    text-decoration: underline;
}

/*
@media all and (max-width: 700px) {

    body {
        min-width: 350px;
    }


    .menu {
        min-width: 350px;
        height: 90px;
        background: #fff;

    }

    .menu .content {
        flex-flow: column wrap;
        height: 90px;
        background: #fff;
    }

    .hr {
        margin-top: 30px;
    }


    section {
        margin-top: 30px;
    }



    .only-desktop,
    .only-desktop *{
        display: none;
    }




    .content {
        padding: 0 20px;
    }


    header {
        height: 600px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    h1 {
        font-size: 32px;
    }

    .title {
        line-height: 1;
        margin-bottom: 20px;
    }

    #order {
        padding: 20px;
        margin-top: 30px;
    }

    .slogan, .description {
        font-size: 18px;
    }

    .block {
        width: 100% !important;
        padding: 0 !important;
        margin-top:30px;
    }
    

    

    .blocks .block:first-child {
        margin-top: 0px;
    }


    section#discount {
        padding: 20px;
    }

    .title {
        font-size: 36px;
    }


    #gallery a {
        width: 50%;
        height: 150px;
    }


    footer {
        padding: 0 20px;
        margin: 30px 0;

    }


}*/