﻿@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html, body{
    font-family: Roboto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: #ffffff;
}
.container{
    width: 100%;
}
header{
    display: grid;
    grid-template-rows: [header-top] minmax( 1em, auto) [header-bottom  main-top] 1fr [main-bottom];
    grid-template-columns: 1fr 723px;
    grid-template-areas: "header  header"
						 "main    collage";
    grid-row-gap: 0px;
}
.header_info{
    display: flex;
    font-family: Montserrat;
    justify-content: space-between;
    padding-top: 28px;
    padding-bottom: 28px;
}
.header_info img{
    vertical-align: bottom;
    margin-right: 8px;
}
.header_info_bg{
    grid-area: header;
    background-color: #85BE7B;
    max-height: 74px;
}
.header_contact_group a{
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-decoration-line: none;
    margin-right: 28px;
}
.social_media_icon{
    margin-left: 9px;
    margin-right: 9px;
}
.display_flex{
    display: flex;
}
.wrapper{
    max-width: 1760px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.contacts_main{
    max-width: 673px;
}
.contacts_main h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 58px;
    color: #1E1E1E;
}
.contacts_main p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    color: #706969;
}
.contacts_main img{
    margin-right: 110px;
}
.contacts_form{
    padding-top: 125px;
    padding-left: 115px;
    width: 898px;
    height: 1066px;
    background-image: url("../images/contacts_spot_bg.png");
    background-repeat: no-repeat;
}
.contacts_form input{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #85BE7B;
    mix-blend-mode: normal;
    opacity: 0.8;
    border: none;
    width: 590px;
    height: 77px;
    border-radius: 4px;
    margin-bottom: 25px;
    padding-left: 25px;
}
.contacts_form input:active{
    border: none;
}
#text{
    height: 282px;
}
#submit{
    height: 42px;
    width: 109px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 0px;
}
.contacts_form h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 58px;
    color: #FFFFFF;
}
.whale_bg{
    background-image: url("../images/whale_bg.png");
    background-position: 0 184px;
    background-repeat: no-repeat;
}
.projects_main{
    font-family: 'Roboto';
    display: grid;
    grid-template-columns: repeat(auto-fit, 769px);
    grid-auto-rows: auto;
    justify-content: space-around;
}
.projects_main h3{
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
}
.projects_main p{
    font-weight: 200;
    font-size: 25px;
    line-height: 30px;
}
.projects_main a{
    text-decoration: none;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #85BE7B;
}
.projects_box{
    max-width: 769px;
}
.project_wrapper{
    max-width: 1422px;
    margin: auto;
    border-left-style: solid;
    border-left-width: thin;
    border-right-style: solid;
    border-right-width: thin;
    border-left-color: #CEC8D8;
    border-right-color: #CEC8D8;
}
.project_wrapper h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 80px;
    color: rgba(30, 30, 30, 0.75);
    margin-left: 141px;
}
.project_wrapper h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(30, 30, 30, 0.75);
}
.project_wrapper p{
    max-width: 1051px;
    margin-left: 141px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    color: rgba(30, 30, 30, 0.75);
}
.project_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.project_box_bg_lens{
    margin-top: 61px;
    height: 823px;
    background-image: url("../images/project_bg_lens.png");
}
.project_box_bg_wave{
    margin-top: 61px;
    height: 772px;
    background-image: url("../images/project_bg_wave.png");
}
.project_box_item{
    display: block;
    height: 174px;
    width: 174px;
    margin-right: 20px;
    background-color: #CEC8D8;
    border-radius: 4px;
    z-index: 2;
}
.project_box_circle{
    z-index: 1;
}
.project_box_item:last-child{
    margin-right: 0px;
}
.project_img_box{
    background-color: #CEC8D8;
    height: 950px;
    margin-bottom: 42px;
}
.header_menu_main{
    margin-top: 41px;
}
.header_menu{
    display: flex;
    grid-area: main;
}
.header_menu button{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 34px;
    border: none;
    border-radius: 5px;
}
.header_menu h1{
    font-weight: 500;
    font-size: 90px;
    line-height: 105px;
}
.header_menu h2{
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #706969;
}
.header_menu_active{
    display: block;
}
.header_menu ul{
    margin-top: 8px;
    display: flex;
}
.header_logo{
    display: inline-block;
    float: left;
}
.header_menu a{
    font-size: 18px;
    color: #000000;
    text-decoration-line: none;
}
.header_menu li{
    list-style-type: none;
    margin-left: 16px;
    margin-right: 16px;
}
.header_block{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -27px;
}
.collage{
    max-width: 725px;
    position: relative;
    grid-area: collage;
    grid-row: main-top/main-bottom;
}
.collage_r1{
    display: flex;
    position: relative;
    background-color: #8B72B0;
    z-index: 2;
}
.collage_r2{
    display: flex;
    position: relative;
    background-color: #8B72B0;
    z-index: 1;
}
.header_menu_collage{
    display: flex;
    flex-direction: column;
    justify-content: right;
    position: relative;
    z-index: 2;
}
.collage_decor_block1{
    height: 184px;
    width: 179px;
    border-top-left-radius: 40%;
    border-bottom-right-radius: 40%;
}
.collage_decor_block2{
    height: 187px;
    width: 179px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.collage_decor_block3{
    height: 172px;
    width: 185px;
    border-top-right-radius: 50%;
}
.collage_decor_block4{
    height: 172px;
    width: 181px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.collage_dot167{
    height: 167px;
    width: 167px;
    border-radius: 50%;
    position: relative;
    left: 83px;
    margin-top: 3px;
}
.collage_dot260{
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    height: 260px;
    width: 130px;
}
.collage_dot173{
    height: 173px;
    width: 173px;
    border-radius: 50%;
    position: relative;
    left: 357px;
}
.collage_dot177{
    height: 183px;
    width: 177px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 250px;
}
.collage_block1{
    position: relative;
    margin-top: 174px;
    width: 184px;
    height: 172px;
    top: 17px;
    left: 285px;
}
.collage_block2{
    position: relative;
    height: 122px;
    width: 92px;
    z-index: 3;
    background-color: #8B72B0;
    margin-top: 55px;
    margin-left: 85px;
}
.collage_block_r1_c2{
    margin-left: 30px;
    padding-top: 96px;
    background: linear-gradient(180deg, #8B72B0 60%, #D97B92 60%);
}
.collage_block_r1_c3{
    position:relative;
    top: 76px;
}
.collage_block_r2_c1{
    width: 177px;
    height: 184px;
    border-bottom-right-radius: 100%;
    background-color: transparent;
}
.collage_block_r2_c2{
    width: 182px;
    height: 184px;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.collage_block_r2_c3{
    width: 363px;
    max-height: 358px;
    background: linear-gradient(180deg, #8B72B0 40%, #FBC42F 60%);
}
.collage_block_r3_c1{
    position: relative;
    background: linear-gradient(90deg, #7E5CAF 40%, #8B72B0 60%);
    z-index: 2;
}
.collage_img1{
    position: relative;
    left: 249px;
}
.more_about{
    display: flex;
}
.more_about article{
    padding-top: 85px;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: #706969;
}
.more_about a{
    font-size: 26px;
    color: #7E5CAF;
    text-decoration-line: none;
}
.more_about h1{
    color: #1E1E1E;
}
.big_pic{
    padding-top: 85px;
    margin-left: 102px;
    max-width: 867px;
    max-height: 582px;
}
.split_line{
    display: flex;
    margin-top: 79px;
    justify-content: space-between;
}
.green_ellipse{
    max-height: 26px;
    max-width: 26px;
}
h1{
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 80px;
    text-transform: capitalize;
}
.align_center{
    margin: auto;
    text-align: center;
}
.align_left{
    text-align: left;
}
.align_right{
    text-align: right;
}
.bg_green{
    background: #85BE7B;
}
.bg_yellow{
    background: #FBC42F;
}
.bg_purple{
    background-color: #7E5CAF;
}
.bg_pink{
    background-color: #D97B92;
}
.big_circle{
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 156px;
    color: white;
    vertical-align: middle;
    text-align: center;
    height: 156px;
    width: 156px;
    border-radius: 50%;
    display: inline-block;
}
.dot_45{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: relative;
    top: -158px;
    left: -201px;
}
.dot_35{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
    top: 200px;
    left: 760px;
}
.dot_15{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: relative;
    top: -239px;
    left: 812px;
}
.dot_58{
    margin-top: 27px;
    margin-left: 305px;
    margin-bottom: 222px;
    height: 58px;
    width: 58px;
    border-radius: 50%;
}
.dot_56{
    height: 56px;
    width: 56px;
    border-radius: 50%;
}
.dot_156{
    height: 156px;
    width: 156px;
    border-radius: 50%;
}
.dot_51{
    height: 51px;
    width: 51px;
    border-radius: 50%;
}
.dot_102{
    height: 102px;
    width: 102px;
    border-radius: 50%;
}
.dot_282{
    height: 282px;
    width: 282px;
    border-radius: 50%;
}
.dot_49{
    height: 49px;
    width: 49px;
    border-radius: 50%;
}
.dot_204{
    height: 204px;
    width: 204px;
    border-radius: 50%;
}
.dot_270{
    height: 270px;
    width: 270px;
    border-radius: 50%;
}
.dot_376{
    height: 376px;
    width: 376px;
    border-radius: 50%;
}
.dot_221{
    height: 221px;
    width: 221px;
    border-radius: 50%;
}
.we_can{
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #706969;
    max-width: 300px;
    margin-top: 102px;
}
.we_can_main{
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px);
    /*grid-auto-rows: 74px ;8*/
    justify-content: space-between;
    grid-row-gap: 0px;
}
.header_menu_dot{
    margin: auto;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
}
.header_dot{
    margin-top: 137px;
    margin-left: 59px;
}
.wave_background{
    min-height: 1291px;
    background-image: url("../images/wave.svg");
}
.wave_background h1{
    color: white;
}
.we_are_main{
    display: grid;
    grid-template-columns: repeat(auto-fit, 281px);
    grid-auto-rows: auto;
    justify-content: space-between;
}
.we_are_img_box {
    display: flex;
    justify-content: center;
    border-color: white;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 156px;
    height: 156px;
    margin: auto;
}
.we_are_img_box img {
    max-width: 115px;
}
.we_are_header{
    max-width: 899px;
}
.we_are{
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: white;
    max-width: 281px;
    padding-top: 124px;
    padding-bottom: 314px;
}
.warranty{
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
}
.warranty_project{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 827px;
}
.warranty_h{
    padding-top: 112px;
    text-align: center;
}
.warranty p{
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    max-width: 723px;
    margin: auto;
}
.warranty_block{
    display: flex;
    flex-direction: column;
    border-top-left-radius: 40%;
    border-bottom-right-radius: 40%;
    max-width: 863px;
    padding: 133px 70px;
}
.project_warranty_block{
    display: flex;
    flex-direction: column;
    border-top-left-radius: 40%;
    border-bottom-right-radius: 40%;
    max-width: 636px;
    padding: 109px 20px;
}
.warranty h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}
.project_right_block{
    display: flex;
    width: 72px;
    height: 72px;
    background: linear-gradient(90deg, #85BE7B 50%, #739D88 50%);
    border-radius: 50%;
    margin-bottom: 54px;
}
.project_right_block img{
    max-width: 43px;
    max-height: 43px;
    margin: auto;
}
.warranty_right_block{
    display: flex;
    max-width: 396px;
    margin-bottom: 92px;
}
.warranty_right_block:last-child{
    margin-bottom: 0px;
}
.check_icon{
    margin-right: 38px;
}
.decor_bloc{
    margin-top: 80px;
    margin-left: 141px;
    width: 182px;
    height: 182px;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 40%;
}
.project_decor_bloc{
    margin-top: 80px;
    margin-left: 872px;
    width: 182px;
    height: 182px;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 40%;
}
.we_do_head{
    display: flex;
    flex-direction: column;
    font-family: 'Roboto';
    text-align: center;
}
.we_do_head h2{
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 75px;
    color: #7E5CAF;
    margin-bottom: 18px;
}
.we_do_head h3{
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #655D5D;
    max-width: 585px;
    margin: auto;
    padding-left: 129px;
}
.we_do_head div{
    display: flex;
}
.we_do_head_dot{
    margin-right: 78px;
}
.we_do{
    display: grid;
    grid-template-columns: repeat(auto-fit, 373px);
    grid-auto-rows: auto ;
    justify-content: space-between;
}
.we_do_block{
    padding-top: 35px;
    padding-bottom: 95px;
    width: 373px;
    border-radius: 21px;
    box-shadow: 3px 9px 72px 0px #0000000D;
    text-align: center;
    margin-top: 93px;
    background-color: white;
}
.we_do_block p{
    margin: auto;
    max-width: 309px;
    font-size: 28px;
    line-height: 33px;
    color: #706969;
}
.we_do_img_block {
    display: block;
    height: 120px;
    max-width: 200px;
    margin: auto;
    padding-bottom: 62px;
}
.spot_bg{
    background-image:  url("../images/spot_bg.png");
    background-repeat: repeat-x;
    background-position: 0 251px;
}
.prof_main{
    display: flex;
    flex-direction: column;
    padding-top: 86px;
}
.prof_main h2{
    font-weight: 600;
    font-size: 54px;
    line-height: 63px;
    color: #1E1E1E;
    max-width: 932px;
    margin: auto;
}
.prof{
    display: grid;
    grid-template-columns: repeat(auto-fit, 432px);
    grid-auto-rows: auto ;
    justify-content: space-around;
    padding-top: 204px;
}
.prof_box{
    box-shadow: 6px 8px 25px 0px #00000040;
    width: 432px;
    margin: 0px 33px;
    border-radius: 10px;
    background-color: white;
}
.prof_img_box{
    margin-top: 54px;
    margin-bottom: 90px;
    height: 173px;
}
.prof_box h4{
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #7E5CAF;
}
.prof_box p{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #717171;
    max-width: 322px;
    padding: 0px 55px;
}
.prof_box:first-child{
    margin-left: 0px;
}
.prof_box:last-child{
    margin-right: 0px;
}
.prof_main{
    text-align: center;
}
.our_projects_main{
    margin-top: 93px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.our_projects_main h2{
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    color: #FFFFFF;
    margin: auto;
}
.our_projects_main h3{
    max-width: 1085px;
    margin: auto;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    padding-bottom: 124px;
}
.our_projects{
    display: grid;
    grid-template-columns: repeat(auto-fit, 373px);
    grid-auto-rows: auto ;
    justify-content: space-around;
}
.our_projects a{
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
.our_projects_box{
    display: flex;
    flex-direction: column;
    width: 373px;
    box-shadow: 3px 9px 72px rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    padding-bottom: 46px;
    padding-top: 39px;
}
.our_projects_box p{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    max-width: 284px;
    margin: auto;
    padding-bottom: 15px;
}
.our_projects_box h4{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    margin: auto;
}
.our_team article{
    position: absolute;
    z-index: 2;
}
.our_team{
    height: 1600px;
    display: flex;
    padding-top: 101px;
}
.our_team p{
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    max-width: 776px;
}
.our_team h3{
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    color: #85BE7B;
}
.our_team_dot1{
    position: relative;
    left: 72px;
    top: 824px;
}
.our_team_dot2{
    position: relative;
    left: -155px;
    top: 1447px;
}
.our_team_dot3{
    position: relative;
    left: 302px;
    top: 97px;
}
.our_team_dot4{
    position: relative;
    left: 802px;
    top: 0px;
}
.our_team_dot5{
    position: relative;
    left: 500px;
    top: 1101px;
}
.our_team_dot6{
    position: relative;
    left: 660px;
    top: 1151px;
}
.our_team_layer1{
    z-index: 3;
}
.our_team_layer2{
    z-index: 4;
}
.our_team_layer3{
    z-index: 5;
}
.our_team_img_wrapper{
    position: absolute;
}
.our_team_img-box{
    position: relative;
    border-radius: 5px;
}
.our_team_img1{
    width: 422px;
    height: 568px;
    left: 978px;
    top: 19px;
}
.our_team_img2{
    width: 300px;
    height: 403px;
    left: -150px;
    top: 364px;
}
.our_team_img3{
    width: 480px;
    height: 646px;
    left: -88px;
    top: 486px;
}
.our_team_img4{
    width: 440px;
    height: 593px;
    left: 0px;
    top: 335px;
}
.our_team_img5{
    width: 342px;
    height: 460px;
    left: 343px;
    top: 321px;
}
.our_team_img6{
    width: 372px;
    height: 501px;
    left: 602px;
    top: 321px;
}
.dotted{
    position: absolute;
    z-index: 1;
}
.coop_contacts{
    display: flex;
    justify-content: space-between;
}
.coop h3{
    text-align: center;
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
}
.coop_logos{
    /*display: flex;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px);
    grid-auto-rows: auto;
    justify-content: space-around;
}
.coop_left_dot{
    margin-left: 72px;
    margin-top: 65px;
}
.coop_right_dot{
    margin-right: 149px;
}
.coop_contacts_bg-box{
    top: 107px;
    position: relative;
    height: 428px;
    z-index: 1;
}
.coop_contacts{
    margin-top: 107px;
    position: relative;
    z-index: 3;
    top: -480px;
    margin-bottom: -480px;
}
.coop_contacts h4{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}
.coop_contacts_box{
    text-align: right;
    padding-top: 74px;
    max-width: 597px;
}
.coop_contacts a{
    text-decoration: none;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
}
.coop_contacts a:last-child{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}
.coop_contacts_icon{
    margin-right: 22px;
}
.coop_contacts_img{
    max-width: 519px;
    max-height: 532px;
    position: relative;
    margin-left: 144px;
    border-bottom-right-radius: 20%;
    border-top-left-radius: 20%;
}
.coop_contacts_dot2{
    position: relative;
    top: 39px;
    left: 1304px;
    margin-bottom: -120px;
}
.coop_contacts_dot1{
    position: relative;
    top: -182px;
    left: 649px;
    margin-bottom: -182px;
    z-index: 2;
}
footer{
    font-family: Montserrat;
    margin-top: 74px;
    padding-top: 105px;
    max-height: 563px;
    background-image: url("../images/footer_bg.svg");
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
footer a{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer_logo{
    margin-bottom: 74px;
}
.footer_img{
    margin-right: 8px;
}
.footer_box{
    width: 100%;
    margin-bottom: 39px;
}
.footer_box:last-child{
    text-align: right;
}
.footer_wrapper{
    max-width: 1562px;
    margin: auto;
}
.footer_wrapper_index{
    max-width: 1720px;
    margin: auto;
}
.footer_flexbox{
    display: flex;
    justify-content: space-between;
}
.copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}
.no_margin{
    margin-block-start: 0em;
    margin-block-end: 0em;
}
/* Кнопка выпадающего списка */
.drop_btn img{
    margin-left: 6px;
}
/* Контейнер <div> - необходим для размещения выпадающего содержимого */
.dropdown {
    position: relative;
}
/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.text_color_white{
    color: white;
}
/* Ссылки внутри выпадающего списка */
.dropdown-content a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 6px 12px;
    color: #1E1E1E;
    border-top: solid #f1f1f1;
    text-decoration: none;
    display: block;
}
/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content a:hover {background-color: #f1f1f1;}
/* Показать выпадающее меню при наведении курсора */
.dropdown:hover .dropdown-content {display: block;}
/* Изменение цвета фона кнопки раскрывающегося списка при отображении содержимого раскрывающегося списка */
