@import "lib.css" screen;

.none{
    display: none;
}
html, body, main{
    min-height: 100%;
}
.content{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.container, .hide-content{
    flex: 1;
}

/*aside*/

aside{
    z-index: 1;
    background-image: url(../images/qn2.png);
    background-position: 0px 0px;
    background-size: 125px;
    box-shadow: -1px 0 3px 0 #000;
}
.tyrc{
    position: fixed;
    left: auto;
    top: 1%;
    right: 16%;
    bottom: auto;
    z-index: 1;
    width: 160px;
    height: auto;
    padding-bottom: 9px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #c5042d;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
    display: inline-block;
    padding: 9px 15px;
    color: white;
    cursor: pointer;
    transition: .4s;
}
.tyrc:hover{
    right: 19%;
}
.logo_link{
    display: block;
    margin-top: 10vh;
    margin-bottom: 7vh;
}
.brand-text {
    display: block;
    margin-top: 0vh;
    margin-bottom: 1vh;
    color: #fff;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
    transition: .3s;
    padding: 1vh 10px 1vh 10px;
    text-align: center;
    cursor: pointer;
}
.brand-text:hover{
    text-decoration: underline;
}
.menu_btn{
    width: 100%;
    display: block;
    padding: 2vh 10px 2vh 10px;
    font-size: 18px;
    text-transform: uppercase;
    transition: .2s;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}
.menu_btn:hover{
    background-color: #fb9a00;
    color: #000;
}
.text-block-200 {
    margin-bottom: 1%;
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
}
.aside_template{
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
[src="images/asidelogo.png"], .temp-a{
    width: 45px;
}
.menu_btn:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.84);
}
@media(max-width: 1370px){
    .tyrc {right: 14%;}
}
@media(max-width: 1300px){
    .menu_btn{font-size: 16px;}
    aside{padding: 0 10px;}
}
@media(max-width: 1025px){
    .menu_btn{font-size: 16px;}
    .brand-text {font-size: 24px;}
}
@media(max-width: 1025px){
    .tyrc {right: 17%;}
}
@media(max-width: 801px){
    .brand-text {
        margin-top: -6px;
        margin-bottom: 0vh;
        padding: 1vh 0px 0vh 0vw;
    }
    .tyrc:hover{right: 0;}
    .side_win_img{display: block;}
}
@media(max-width: 450px){
    .tyrc {
        right: -66px;
        top: 60px;
        font-size: 13px;
        padding: 2px 10px;
        width: 111px;
    }

    .brand-text {font-size: 20px;}
}

/*header*/

header{
    z-index: 1;
    display: none;
    height: 50px;
    background-image: url(../images/qn2.png);
    background-position: 0px 0px;
    background-size: 125px;
    position: relative;
    perspective: 1100px;
    box-shadow: 1px -1px 2px #fff;
}
.header_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #49647b;
    top: 12px;
    transition: .4s;
    backface-visibility: hidden;
    transform-origin: center top;
    transform: rotateX(-90deg);
}
.switch{
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0px;
    cursor: pointer;
    background: url(../images/2menu.png) center center/75% no-repeat;
}
.top{
    transform: rotateX(0deg);
}
.bgr{
    background: url(../images/3menu.png) center center/75% no-repeat;
}
@media(max-width: 1025px){
    aside {width: 25%;}
    main {width: 75%;}
    .new-footer-logo {width: 65px;height: 65px;top: -31px;}
}
@media(max-width: 801px){
    .brand-text {margin-top: -5px;}
    aside{display: none;}
    header{display: block;}
    main{width: 100%;}
    .header_nav {top: 12px;}
}
@media(max-width: 416px){
    .brand-text {margin-top: 0px;position: relative; left: -10px;}
    .header_nav {top: 15px;}
}

/*-----------footer----------*/

.new-footer{
    width: 100%;
}
.first-footer-block{
    height: 100px;
    position: relative;
}
.second-footer-block{
    border-top: 3px solid white;
    background-image: url(../images/qn2.png);
    background-position: 0px 0px;
    background-size: 125px;
    padding: 1%;
}
.inner-first-footer-block{
    height: 50px;
}
.inner-first-footer-block-2{
    height: 50px;
    background-image: url(../images/qn2.png);
    background-position: 0px 0px;
    background-size: 125px;
}
.new-footer-logo{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 20px;
    top: -40px;
}
.inner-second-footer-block{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.inner-second-footer-block-2{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.new-footer-text, .new-footer-text a{
    font-family: akrobat-regular;
    font-size: 16px;
    color: white;
    line-height: 1.4em;
}
.new-footer-text a{
    text-decoration: underline;
}
.footer-max1200{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footermax1200_{
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer-a-link{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 80px;
}
.footer-a-link a img{
    width: 100%;
    max-width: 100%;
    transition: .3s;
}
.footermax1200_ a img{transition: .3s;}
.footer-a-link a img:hover, .footermax1200_ a img:hover{
    transform: scale(.95);
}
@media(max-width: 801px){
    .new-footer-logo {width: 56px;height: 56px;top: -24px;}
}
@media(max-width: 612px){
    .inner-second-footer-block{min-width: 100%;margin-bottom: 15px;}
    .new-footer-text, .new-footer-text a {font-size: 16px; text-align: center;}
    .footer-a-link {max-width: 65px;}
}
@media(max-width: 416px){
    .inner-second-footer-block-2 {margin-top: 15px;margin-bottom: 15px;}
    #_1, #_2, #_3, #_4{min-width: 50%;}
    #_1, #_3{border-right: 2px solid white;}
    #_2, #_4{border-left: 2px solid white;}
}
/*-----------end footer----------*/


/*container*/

.title{
    padding: 1% 3% 0%;
    margin-bottom: 1%;
    font-size: 48px;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}
.div-block-106 {
    width: 80%;
    height: 3px;
    max-width: 450px;
    margin-right: auto;
    margin-bottom: 0%;
    margin-left: auto;
    background-color: #fb9a00;
}
@media(max-width: 1370px){
    .title {padding-top: 3%;font-size: 40px;}
}
@media(max-width: 450px){
    .title {
        padding-top: 3%;
        font-size: 26px;
    }
}

.items{
    padding: 1% 4% 7%;
}
.kartochka{
    width: 100%;
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 30px;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.17);
}
.kartochka img{
    max-width: 400px;
    display: block;
    max-width: none;
    margin-right: auto;
    margin-bottom: 10%;
    margin-left: auto;
    text-align: center;
    width: 100%;
}
.kartochka a{
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #ff0004;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
.kartochka a:hover{
    background-color: #bd0303;
}
.gift-title{
    margin-bottom: 2%;
    color: #292525;
    font-size: 44px;
    line-height: 1em;
    text-align: center;
}
@media(max-width: 450px){
    .gift-title {font-size: 26px;}
}

/*pes*/

.pes{
    display: block;
    height: 700px;
    min-height: 700px;
    padding: 351px 3% 3%;
    justify-content: space-between;
    background-image: url(../images/645.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 24px;
    line-height: 2em;
    text-align: center;
}
.pes-btn{
    display: block;
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #830000, #e00223);
    line-height: 1.6em;
    letter-spacing: 1px;
    padding: 9px 15px;
    color: white;
}
.pes-btn:hover{
    background-image: linear-gradient(180deg, #e00223, #830000);
}
@media(max-width: 1025px){
    .pes {
        height: 300px;
        min-height: 300px;
        padding: 117px 3% 3%;}
    .pes-btn {
        padding: 4px 8px;
        font-size: 16px;
        margin-top: 22px;
        max-width: 215px;
    }
}

.block{
    padding: 2%;
}
.text-block-604 {
    padding-bottom: 2%;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
}
.italic-text-8 {
    font-family: 'Open Sans', sans-serif;
}
.kursiv {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.text-block-388.zagolovok {
    margin-bottom: 2%;
    color: rgba(166, 5, 5, 0.88);
    font-size: 40px;
    text-align: center;
}
.block_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.block_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    max-width: 460px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    min-height: 276px;
}
.under {
    text-decoration: underline;
}
.spisok {
    /*padding-top: 3%;*/
    /*color: rgba(179, 3, 3, 0.88);*/
    font-size: 20px;
    font-weight: 700;
    list-style-type: disc;
}
.text-spisok {
    padding-bottom: 2%;
    color: rgba(9, 8, 8, 0.88);
    font-size: 20px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    width: 345px;
}
.text-spisok2 {
    padding-bottom: 2%;
    color: rgba(6, 6, 6, 0.88);
    font-size: 20px;
    font-weight: 400;
}
.text-block-604 {
    padding: 2%;
    color: rgba(6, 6, 6, 0.88);
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    border-radius: 25px;
    box-shadow: 3px 3px 10px 0 #565353;
    text-align: center;
}
.list11 {
    color: rgba(6, 6, 6, 0.88);
    font-size: 20px;
}
.img_1, .img_2, .img_3{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
@media(max-width: 1025px){
    /*.block_img {max-width: 250px;}*/
    .text-spisok br:not(.br){display: none;}
    .text-block-604 br:not(.br){display: none;}
}
@media(max-width: 700px){
    /*.block_img{display: none;}*/
    .text-block-388.zagolovok {font-size: 30px;}
    /*.spisok {font-size: 40px;padding-top: 0%;}*/
    .text-spisok {font-size: 17px;}
    .text-block-604 {font-size: 17px;}
    .text-spisok2 {font-size: 18px;}
}
@media(max-width: 500px){
    ul, ol {padding-left: 30px;}
    .block {padding: 3%;}
    .text-spisok {width: 100%}
}

/*last_form*/

/*.last_form{
    padding: 3% 3% 5%;
    background-image: url(../images/463.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}*/
.last_form_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
    max-width: 160px;
}

.last_form_img img{
    width: 100%;
    max-width: 100px;
    display: flex;
}
.last_form_img.l img{
    justify-content: flex-start;
}
.last_form_img.r img{
    justify-content: flex-end;
}
.last_form_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.text-block-599 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
}
.form_wrapper{
    max-width: 800px;
    min-height: 500px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    background-image: url(../images/348.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2% 4% 0%
}
.inner_form_block{
    min-height: 500px;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
textarea {
    min-height: 200px;
    box-shadow: inset 1px 1px 3px 0 rgba(3, 43, 172, 0.63);
    height: auto;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    overflow: auto;
}
.input_email{
    min-height: 60px;
    box-shadow: inset 1px 1px 3px 0 rgba(3, 43, 172, 0.55);
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.button{
    width: 100%;
    border-radius: 5px;
    background-color: #c5042d;
    font-size: 24px;
    line-height: 2em;
    letter-spacing: 2px;
    cursor: pointer;
    border: none;
    outline: none;
    display: block;
    padding: 9px 15px;
    color: white;
}
.button:hover{
    background-color: #003e83;
}
.postmess{
    text-align: center;
}
@media(max-width: 1025px){
    .last_form_img {max-width: 100px;}
}
@media(max-width: 700px){
    .text-block-599 {font-size: 17px;}
    .inner_form_block {min-height: 363px;}
    .form_wrapper{margin-top: 20px;background: #fff;border: 1px solid blue;min-height: 408px;}
    .last_form_img img {max-width: 54px;}
}
@media(max-width: 500px){
    .last_form_img{display: none;}
}






/*last_form*/

.last_form{
    padding: 2% 3% 5%;
    background-image: url(../images/qn2.png);
    background-position: 0px 0px;
    background-size: 125px;
}
.last_form_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
    max-width: 133px;
    display: flex;
    align-items: center;
}

.last_form_img img{
    width: 100%;
    max-width: 100px;
    display: flex;
}
.last_form_img.l img{
    justify-content: flex-start;
}
.last_form_img.r{
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.text-span-63 {
    color: #f5e4c1;
    font-size: 26px;
}
.last_form_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.text-block-599 {
    color: #fff;
    font-size: 23px;
    line-height: 1.5em;
    text-align: center;
}
/*comments*/

.comments{
    border-radius: 10px;
    background-color: #fff;
    padding: 0% 4% 3%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.inner-comments{
    padding: 4% 2% 2%;
}
.form-block{
    /*padding: 2%;*/
    margin-bottom: 15px;
}
.text-block-646 {
    margin-bottom: 3%;
    font-size: 24px;
}
.text-input{
    min-height: 50px;
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.39);
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.textarea{
    /*min-height: 140px;*/
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    color: #bec3c7;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    /*    margin-left: auto;
        margin-right: auto;*/
}
.textarea:hover{
    box-shadow: inset 1px 1px 3px 0 rgba(0, 4, 221, 0.65);
}
.text-input:focus, .textarea:focus{
    border: 1px solid #3898EC;
    outline: 0;
    color: black;
}

.submit-button{
    outline: none;
    border: none;
    width: 100%;
    max-width: 320px;
    margin-right: 0px;
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 50px;
    background-color: #c5052e;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 9px 15px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
}

.comment{
    margin-bottom: 4%;
    padding-left: 5%;
    border-left: 3px solid #013073;
}
.comment-header{
    margin-bottom: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    background-color: #daeaf8;
}
.paragraph-2 {
    margin-bottom: 3%;
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
}
.btn-block{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.white-btn, .blue-btn{
    background-color: transparent;
    color: #c6c9ca;
    display: block;
    margin-right: 3%;
    padding-right: 5%;
    padding-bottom: 3px;
    padding-left: 5%;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.blue-btn{
    background-color: #003e83;
    color: #fff;
}
.white-btn:hover{
    background-color: #f0f0f0;
    color: #003e83;
    box-shadow: inset 1px 1px 3px 0 #000;
}
.submit-button:hover, .blue-btn:hover{
    box-shadow: inset 1px 1px 3px 0 #000;
}
.inner_comment{
    margin-left: 5%;
    margin-bottom: 3%;
    padding-left: 5%;
    border-left: 3px solid #f30000;
}

.win1 .modalWindow-inner{
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 3% 3% 0%;
}
.win1-form{
    margin-right: auto;
    margin-left: auto;
    padding: 4%;
}
.text-block-647 {
    font-size: 24px;
    text-align: center;
}
.max800{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 800px;
}
.input_name {
    min-height: 60px;
    box-shadow: inset 1px 1px 3px 0 rgba(3, 43, 172, 0.55);
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
@media(max-width: 1025px){
    .last_form_img {max-width: 100px;}
}
@media(max-width: 700px){
    .text-block-599 {font-size: 17px;}
    .inner_form_block {min-height: 363px;}
    .form_wrapper{margin-top: 20px;background: #fff;border: 1px solid blue;min-height: 390px;}
    .last_form_img img {max-width: 54px;}
}
@media(max-width: 500px){
    .last_form_img{display: none;}
    .babo img {max-width: 77px;}
    .babo{padding-bottom: 10px;}
}


.win1 .modalWindow-inner{
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 3% 3% 0%;
}
.win1-form{
    margin-right: auto;
    margin-left: auto;
    padding: 4%;
}
.text-block-647 {
    font-size: 24px;
    text-align: center;
}
.input_name {
    min-height: 60px;
    box-shadow: inset 1px 1px 3px 0 rgba(3, 43, 172, 0.55);
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}











/*more_block*/


.more_block{
    padding-top: 5%;
    padding-bottom: 4%;
    background-color: #032bac;
    background-image: url(../images/467.png);
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 490px;
}
.more_block_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 400px;
    position: relative;
}
.more_block_img img[src^="images/img"]{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 380px;
    width: 100%;
}
.more_block_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-block-642 {
    margin-bottom: 4%;
    color: #d3be96;
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
}
.text-block-643 {
    margin-bottom: 4%;
    color: #fff;
    font-size: 25px;
    line-height: 1.4em;
    text-align: center;
}
.bold-text-271 {
    color: #ffae00;
}
.more_block_btn{
    display: block;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px;
    background-image: linear-gradient(198deg, #790510, #c5042d 55%, #790510);
    color: #fff;
    font-size: 22px;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 15px;
}
.more_block_btn:hover{
    background-image: linear-gradient(22deg, #790510, #c5042d 55%, #790510);
}
.text-block-644.white {
    color: #fff;
    font-size: 23px;
    text-align: center;
}
._br{display: none;}
@media(max-width: 1281px){
    .more_block {min-height: 375px;}
    .text-block-642 {font-size: 40px;}
    .text-block-643 {font-size: 21px;}
    .more_block_img img[src^="images/img"]{max-width: 290px;}
}
@media(max-width: 1025px){
    .more_block {min-height: 300px;}
    .last_form_img {max-width: 100px;}
    .more_block_img {max-width: 300px;}
    .more_block{padding: 3%;}
    .bab_content{padding-bottom: 10px;}
}
@media(max-width: 700px){
    .text-block-644.white {font-size: 19px;}
    .text-span-63 {font-size: 22px;}
    .last_form_img {max-width: 70px;min-width: 70px;}
}
@media(max-width: 500px){
.submit-button {
    font-size: 13px;}
    ._br{display: block;}
    .more_block_img{margin-top: 20px;}
    .text-span-63 {font-size: 20px;}
    .last_form_img, .last_form_img.r{display: none;}
.film_img img {
    border-bottom-right-radius: 45px;
}
.film_item {
    padding-left: 10px;
    border-radius: 0px 0px 43px;
}
.comments {
    border-radius: 10px;
    background-color: #fff;
    padding: 0% 4% 3%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}



































